Skip to content

Commit bc676e6

Browse files
committed
kernel: enable dynamic debug
Signed-off-by: Albin Kerouanton <albin.kerouanton@docker.com>
1 parent 8f2b5c9 commit bc676e6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

kernel/config-6.12.44-arm64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@ CONFIG_DEVTMPFS_MOUNT=y
15481548
# Firmware loader
15491549
#
15501550
CONFIG_FW_LOADER=y
1551+
CONFIG_FW_LOADER_DEBUG=y
15511552
CONFIG_EXTRA_FIRMWARE=""
15521553
# CONFIG_FW_LOADER_USER_HELPER is not set
15531554
# CONFIG_FW_LOADER_COMPRESS is not set
@@ -3239,8 +3240,8 @@ CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
32393240
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
32403241
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
32413242
# CONFIG_BOOT_PRINTK_DELAY is not set
3242-
# CONFIG_DYNAMIC_DEBUG is not set
3243-
# CONFIG_DYNAMIC_DEBUG_CORE is not set
3243+
CONFIG_DYNAMIC_DEBUG=y
3244+
CONFIG_DYNAMIC_DEBUG_CORE=y
32443245
# CONFIG_SYMBOLIC_ERRNAME is not set
32453246
CONFIG_DEBUG_BUGVERBOSE=y
32463247
# end of printk and dmesg options

kernel/config-6.12.44-x86_64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,7 @@ CONFIG_DEVTMPFS_MOUNT=y
15211521
# Firmware loader
15221522
#
15231523
CONFIG_FW_LOADER=y
1524+
CONFIG_FW_LOADER_DEBUG=y
15241525
CONFIG_EXTRA_FIRMWARE=""
15251526
# CONFIG_FW_LOADER_USER_HELPER is not set
15261527
# CONFIG_FW_LOADER_COMPRESS is not set
@@ -3130,8 +3131,8 @@ CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
31303131
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
31313132
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
31323133
# CONFIG_BOOT_PRINTK_DELAY is not set
3133-
# CONFIG_DYNAMIC_DEBUG is not set
3134-
# CONFIG_DYNAMIC_DEBUG_CORE is not set
3134+
CONFIG_DYNAMIC_DEBUG=y
3135+
CONFIG_DYNAMIC_DEBUG_CORE=y
31353136
# CONFIG_SYMBOLIC_ERRNAME is not set
31363137
CONFIG_DEBUG_BUGVERBOSE=y
31373138
# end of printk and dmesg options

0 commit comments

Comments
 (0)