It may help to run with slub_debug (or CONFIG_SLUB_DEBUG_ON) then to
detect the corruption as early as possible. Only works if you get by
kmem_cache_init() though. Should give us some informative dumps of what is
exactly corrupted if it hits a slab object.
--