linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kcsan: kconfig: Move to menu 'Generic Kernel Debugging Instruments'
@ 2020-09-04 15:22 Changbin Du
  2020-09-06  2:42 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Changbin Du @ 2020-09-04 15:22 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Randy Dunlap, Greg Kroah-Hartman, linux-kernel, Changbin Du

This moves the KCSAN kconfig items under menu 'Generic Kernel Debugging
Instruments' where UBSAN resides.

Signed-off-by: Changbin Du <changbin.du@gmail.com>
---
 lib/Kconfig.debug | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e068c3c7189a..0c781f912f9f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -520,8 +520,8 @@ config DEBUG_FS_ALLOW_NONE
 endchoice
 
 source "lib/Kconfig.kgdb"
-
 source "lib/Kconfig.ubsan"
+source "lib/Kconfig.kcsan"
 
 endmenu
 
@@ -1620,8 +1620,6 @@ config PROVIDE_OHCI1394_DMA_INIT
 
 source "samples/Kconfig"
 
-source "lib/Kconfig.kcsan"
-
 config ARCH_HAS_DEVMEM_IS_ALLOWED
 	bool
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kcsan: kconfig: Move to menu 'Generic Kernel Debugging Instruments'
  2020-09-04 15:22 [PATCH] kcsan: kconfig: Move to menu 'Generic Kernel Debugging Instruments' Changbin Du
@ 2020-09-06  2:42 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2020-09-06  2:42 UTC (permalink / raw)
  To: Changbin Du, Andrew Morton; +Cc: Randy Dunlap, Greg Kroah-Hartman, linux-kernel

On 9/4/20 8:22 AM, Changbin Du wrote:
> This moves the KCSAN kconfig items under menu 'Generic Kernel Debugging
> Instruments' where UBSAN resides.
> 
> Signed-off-by: Changbin Du <changbin.du@gmail.com>

LGTM. Thanks.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  lib/Kconfig.debug | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index e068c3c7189a..0c781f912f9f 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -520,8 +520,8 @@ config DEBUG_FS_ALLOW_NONE
>  endchoice
>  
>  source "lib/Kconfig.kgdb"
> -
>  source "lib/Kconfig.ubsan"
> +source "lib/Kconfig.kcsan"
>  
>  endmenu
>  
> @@ -1620,8 +1620,6 @@ config PROVIDE_OHCI1394_DMA_INIT
>  
>  source "samples/Kconfig"
>  
> -source "lib/Kconfig.kcsan"
> -
>  config ARCH_HAS_DEVMEM_IS_ALLOWED
>  	bool
>  
> 

-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-06  2:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 15:22 [PATCH] kcsan: kconfig: Move to menu 'Generic Kernel Debugging Instruments' Changbin Du
2020-09-06  2:42 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).