Skip to content

Commit

Permalink
lkl: follow up fix after v6.6 merge (CONFIG_EXPERT)
Browse files Browse the repository at this point in the history
Fixes: ef815d2 ("treewide: drop CONFIG_EMBEDDED")
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed May 15, 2024
1 parent 4b8694e commit 9d5eb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/lkl/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONFIG_NO_HZ_IDLE=y
# CONFIG_ADVISE_SYSCALLS is not set
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_USE_DATA_SECTION=y
CONFIG_EMBEDDED=y
CONFIG_EXPERT=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_BLK_DEV_BSG is not set
Expand Down
2 changes: 1 addition & 1 deletion arch/lkl/configs/fuzzing_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONFIG_KALLSYMS_ALL=y
# CONFIG_TIMERFD is not set
# CONFIG_AIO is not set
# CONFIG_ADVISE_SYSCALLS is not set
CONFIG_EMBEDDED=y
CONFIG_EXPERT=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_BLK_DEV_BSG is not set
Expand Down

0 comments on commit 9d5eb08

Please sign in to comment.