Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-15 Thread Pavel Machek
On Wed 2017-12-13 12:04:17, Vincent Legoll wrote: > Hello, > > looks like this one will need another spin, the kbuild test robot > found some config mix that has unmet dependencies. > > Please drop until v3 While you are at it, care to add a help text? It jumped on me doing make oldconfig, and

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-15 Thread Pavel Machek
On Wed 2017-12-13 12:04:17, Vincent Legoll wrote: > Hello, > > looks like this one will need another spin, the kbuild test robot > found some config mix that has unmet dependencies. > > Please drop until v3 While you are at it, care to add a help text? It jumped on me doing make oldconfig, and

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-13 Thread Vincent Legoll
Hello, looks like this one will need another spin, the kbuild test robot found some config mix that has unmet dependencies. Please drop until v3 -- Vincent Legoll

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-13 Thread Vincent Legoll
Hello, looks like this one will need another spin, the kbuild test robot found some config mix that has unmet dependencies. Please drop until v3 -- Vincent Legoll

[PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
No need to get into the submenu to disable all "Memory Debugging"-related config entries. This makes it easier to disable all "Memory Debugging" config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to

[PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
No need to get into the submenu to disable all "Memory Debugging"-related config entries. This makes it easier to disable all "Memory Debugging" config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Randy Dunlap
On 12/09/2017 04:40 AM, Vincent Legoll wrote: > This patch introduces some Kconfig warnings: > > warning: (X86) selects HAVE_DEBUG_KMEMLEAK which has unmet direct > dependencies (DEBUG_MEMORY) > warning: (X86) selects HAVE_ARCH_KASAN which has unmet direct > dependencies (DEBUG_MEMORY) > warning:

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Randy Dunlap
On 12/09/2017 04:40 AM, Vincent Legoll wrote: > This patch introduces some Kconfig warnings: > > warning: (X86) selects HAVE_DEBUG_KMEMLEAK which has unmet direct > dependencies (DEBUG_MEMORY) > warning: (X86) selects HAVE_ARCH_KASAN which has unmet direct > dependencies (DEBUG_MEMORY) > warning:

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
This patch introduces some Kconfig warnings: warning: (X86) selects HAVE_DEBUG_KMEMLEAK which has unmet direct dependencies (DEBUG_MEMORY) warning: (X86) selects HAVE_ARCH_KASAN which has unmet direct dependencies (DEBUG_MEMORY) warning: (X86) selects ARCH_HAS_DEBUG_VIRTUAL which has unmet direct

Re: [PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
This patch introduces some Kconfig warnings: warning: (X86) selects HAVE_DEBUG_KMEMLEAK which has unmet direct dependencies (DEBUG_MEMORY) warning: (X86) selects HAVE_ARCH_KASAN which has unmet direct dependencies (DEBUG_MEMORY) warning: (X86) selects ARCH_HAS_DEBUG_VIRTUAL which has unmet direct

[PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
No need to get into the submenu to disable all "Memory Debugging"-related config entries. This makes it easier to disable all "Memory Debugging" config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to

[PATCH] Make "Memory Debugging" a menuconfig to ease disabling it all

2017-12-09 Thread Vincent Legoll
No need to get into the submenu to disable all "Memory Debugging"-related config entries. This makes it easier to disable all "Memory Debugging" config options without entering the submenu. It will also enable one to see that en/dis-abled state from the outside menu. This is only intended to