Re: [PATCH 2/2] slub: remove resiliency_test() function

2021-03-17 Thread David Rientjes
On Tue, 16 Mar 2021, glit...@gmail.com wrote: > From: Oliver Glitta > > Function resiliency_test() is hidden behind #ifdef > SLUB_RESILIENCY_TEST that is not part of Kconfig, so nobody > runs it. > > This function is replaced with kselftest for SLUB added > by the previous patch "selftests:

Re: [PATCH 2/2] slub: remove resiliency_test() function

2021-03-17 Thread Vlastimil Babka
On 3/16/21 1:41 PM, glit...@gmail.com wrote: > From: Oliver Glitta > > Function resiliency_test() is hidden behind #ifdef > SLUB_RESILIENCY_TEST that is not part of Kconfig, so nobody > runs it. > > This function is replaced with kselftest for SLUB added > by the previous patch "selftests: add

[PATCH 2/2] slub: remove resiliency_test() function

2021-03-16 Thread glittao
From: Oliver Glitta Function resiliency_test() is hidden behind #ifdef SLUB_RESILIENCY_TEST that is not part of Kconfig, so nobody runs it. This function is replaced with kselftest for SLUB added by the previous patch "selftests: add a kselftest for SLUB debugging functionality".