Re: [PATCH 157/193] lib: remove CONFIG_EXPERIMENTAL

From: Catalin Marinas
Date: Tue Oct 23 2012 - 16:35:27 EST


On 23 October 2012 21:03, Kees Cook <keescook@xxxxxxxxxxxx> wrote:
> This config item has not carried much meaning for a while now and is
> almost always enabled by default. As agreed during the Linux kernel
> summit, remove it.
>
> CC: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> CC: "Paul E. McKenney" <paul.mckenney@xxxxxxxxxx>
> CC: Dmitry Kasatkin <dmitry.kasatkin@xxxxxxxxx>
> CC: James Morris <james.l.morris@xxxxxxxxxx>
> CC: "Darrick J. Wong" <djwong@xxxxxxxxxx>
> CC: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
> CC: Akinobu Mita <akinobu.mita@xxxxxxxxx>
> CC: Ingo Molnar <mingo@xxxxxxxxxx>
> CC: Catalin Marinas <catalin.marinas@xxxxxxx>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
...
> config DEBUG_KMEMLEAK
> bool "Kernel memory leak detector"
> - depends on DEBUG_KERNEL && EXPERIMENTAL && HAVE_DEBUG_KMEMLEAK
> + depends on DEBUG_KERNEL && HAVE_DEBUG_KMEMLEAK
> select DEBUG_FS
> select STACKTRACE if STACKTRACE_SUPPORT
> select KALLSYMS

For the kmemleak part:

Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/