[PATCHv2 2/1] Consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS
From: arnd@arndb.de (Arnd Bergmann)
Date: 2010-08-19 11:04:12
Also in:
linux-arch, linux-s390, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2010-08-19 11:04:12
Also in:
linux-arch, linux-s390, lkml
On Thursday 19 August 2010, Stephen Rothwell wrote:
On Wed, 18 Aug 2010 19:28:18 -0700 Stephen Boyd [off-list ref] wrote:quoted
+config ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS + def_bool yWhy not just have config ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS bool in lib/Kconfig.debug and select that in each arch that want it?
Yes, that would be even easier, thanks for the suggestion! Arnd