Re: [PATCH v2] slab: fix oops when reading /proc/slab_allocators

2014-06-17 Thread Vladimir Davydov
On Wed, Jun 18, 2014 at 09:29:35AM +0900, Joonsoo Kim wrote: > commit 'b1cb098: change the management method of free objects of the slab' > introduces bug on slab leak detector('/proc/slab_allocators'). This > detector works like as following decription. > > 1. traverse all objects on all the slab

[PATCH v2] slab: fix oops when reading /proc/slab_allocators

2014-06-17 Thread Joonsoo Kim
commit 'b1cb098: change the management method of free objects of the slab' introduces bug on slab leak detector('/proc/slab_allocators'). This detector works like as following decription. 1. traverse all objects on all the slabs. 2. determine whether it is active or not. 3. if active, print who al