Re: [RESEND PATCH] slab: skip kmemleak_object in leaks_show()

2019-05-20 Thread David Rientjes
On Tue, 14 May 2019, Qian Cai wrote: > Running tests on a debug kernel will usually generate a large number of > kmemleak objects. > > # grep kmemleak /proc/slabinfo > kmemleak_object 2243606 3436210 ... > > As the result, reading /proc/slab_allocators could easily loop forever > while

[RESEND PATCH] slab: skip kmemleak_object in leaks_show()

2019-05-14 Thread Qian Cai
Running tests on a debug kernel will usually generate a large number of kmemleak objects. # grep kmemleak /proc/slabinfo kmemleak_object 2243606 3436210 ... As the result, reading /proc/slab_allocators could easily loop forever while processing the kmemleak_object cache and any additional

[PATCH] slab: skip kmemleak_object in leaks_show()

2019-05-07 Thread Qian Cai
Running tests on a debug kernel will usually generate a large number of kmemleak objects. # grep kmemleak /proc/slabinfo kmemleak_object 2243606 3436210 ... As the result, reading /proc/slab_allocators could easily loop forever while processing the kmemleak_object cache and any additional