Re: [PATCH] slab: Fix misplaced __free_one()

2020-06-29 Thread Stephen Rothwell
Hi Kees, On Fri, 26 Jun 2020 13:07:53 -0700 Kees Cook wrote: > > The implementation of __free_one() was accidentally placed inside a > CONFIG_NUMA #ifdef. Move it above. > > Reported-by: Randy Dunlap > Link: > https://lore.kernel.org/lkml/7ff248c7-d447-340c-a8e2-8c02972ac...@infradead.org > Si

Re: [PATCH] slab: Fix misplaced __free_one()

2020-06-26 Thread Randy Dunlap
On 6/26/20 1:07 PM, Kees Cook wrote: > The implementation of __free_one() was accidentally placed inside a > CONFIG_NUMA #ifdef. Move it above. > > Reported-by: Randy Dunlap > Link: > https://lore.kernel.org/lkml/7ff248c7-d447-340c-a8e2-8c02972ac...@infradead.org > Signed-off-by: Kees Cook Ack

[PATCH] slab: Fix misplaced __free_one()

2020-06-26 Thread Kees Cook
The implementation of __free_one() was accidentally placed inside a CONFIG_NUMA #ifdef. Move it above. Reported-by: Randy Dunlap Link: https://lore.kernel.org/lkml/7ff248c7-d447-340c-a8e2-8c02972ac...@infradead.org Signed-off-by: Kees Cook --- This a fix for slab-add-naive-detection-of-double-f