On 06/07/16 13:12, Andrew Morton wrote: > On Mon, 6 Jun 2016 22:11:37 -0700 Randy Dunlap <[email protected]> wrote: > >> On 06/05/16 21:20, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20160603: >>> >> >> on i386: >> >> mm/built-in.o: In function `init_cache_random_seq': >> slub.c:(.text+0x76921): undefined reference to `cache_random_seq_create' >> mm/built-in.o: In function `__kmem_cache_release': >> (.text+0x80525): undefined reference to `cache_random_seq_destroy' > > Yup. This, I guess... > > From: Andrew Morton <[email protected]> > Subject: mm-slub-freelist-randomization-fix > > freelist_randomize(), cache_random_seq_create() and > cache_random_seq_destroy() should not be inside CONFIG_SLABINFO. > > Cc: Christoph Lameter <[email protected]> > Cc: David Rientjes <[email protected]> > Cc: Joonsoo Kim <[email protected]> > Cc: Kees Cook <[email protected]> > Cc: Pekka Enberg <[email protected]> > Cc: Thomas Garnier <[email protected]> > Signed-off-by: Andrew Morton <[email protected]> > ---
Yes, thanks. Acked-by: Randy Dunlap <[email protected]> Reported-by: Randy Dunlap <[email protected]> -- ~Randy

