Skip to content

Commit

Permalink
kcsan: kconfig: move to menu 'Generic Kernel Debugging Instruments'
Browse files Browse the repository at this point in the history
This moves the KCSAN kconfig items under menu 'Generic Kernel Debugging
Instruments' where UBSAN resides.

Signed-off-by: Changbin Du <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Tested-by: Randy Dunlap <[email protected]>
Reviewed-by: Randy Dunlap <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Marco Elver <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
changbindu authored and torvalds committed Sep 19, 2020
1 parent 9ca48e2 commit 2645d43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ config DEBUG_FS_ALLOW_NONE
endchoice

source "lib/Kconfig.kgdb"

source "lib/Kconfig.ubsan"
source "lib/Kconfig.kcsan"

endmenu

Expand Down Expand Up @@ -1620,8 +1620,6 @@ config PROVIDE_OHCI1394_DMA_INIT

source "samples/Kconfig"

source "lib/Kconfig.kcsan"

config ARCH_HAS_DEVMEM_IS_ALLOWED
bool

Expand Down

0 comments on commit 2645d43

Please sign in to comment.