Skip to content

Commit 2645d43

Browse files
changbindutorvalds
authored andcommitted
kcsan: kconfig: move to menu 'Generic Kernel Debugging Instruments'
This moves the KCSAN kconfig items under menu 'Generic Kernel Debugging Instruments' where UBSAN resides. Signed-off-by: Changbin Du <changbin.du@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Marco Elver <elver@google.com> Link: https://lkml.kernel.org/r/20200904152224.5570-1-changbin.du@gmail.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 9ca48e2 commit 2645d43

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/Kconfig.debug

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ config DEBUG_FS_ALLOW_NONE
520520
endchoice
521521

522522
source "lib/Kconfig.kgdb"
523-
524523
source "lib/Kconfig.ubsan"
524+
source "lib/Kconfig.kcsan"
525525

526526
endmenu
527527

@@ -1620,8 +1620,6 @@ config PROVIDE_OHCI1394_DMA_INIT
16201620

16211621
source "samples/Kconfig"
16221622

1623-
source "lib/Kconfig.kcsan"
1624-
16251623
config ARCH_HAS_DEVMEM_IS_ALLOWED
16261624
bool
16271625

0 commit comments

Comments
 (0)