"Eirik Aanonsen" <eaa at wprmedical.com> wrote: > I have : > CONFIG_SLUB_DEBUG=y > # CONFIG_SLAB is not set > CONFIG_SLUB=y > # CONFIG_SLOB is not set You need to add "slub_debug" to the command line in order to actually turn it on. Alternatively, set CONFIG_SLUB_DEBUG_ON=y. Haavard