[ 19/47] kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP

2012-05-18 Thread Greg KH
3.3-stable review patch. If anyone has any objections, please let me know. -- From: Catalin Marinas commit 100d13c3b5b9410f604b86f5e0a34da64b8cf659 upstream. Kmemleak tracks the percpu allocations via a specific API and the originally allocated areas must be removed from kmeml

Re: [ 19/47] kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP

2012-05-26 Thread Ben Hutchings
On Fri, 2012-05-18 at 14:27 -0700, Greg KH wrote: > 3.3-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Catalin Marinas > > commit 100d13c3b5b9410f604b86f5e0a34da64b8cf659 upstream. > > Kmemleak tracks the percpu allocations via a specif

Re: [ 19/47] kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP

2012-05-27 Thread Catalin Marinas
On Sat, May 26, 2012 at 11:01:40PM +0100, Ben Hutchings wrote: > On Fri, 2012-05-18 at 14:27 -0700, Greg KH wrote: > > 3.3-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Catalin Marinas > > > > commit 100d13c3b5b9410f604b86f5e0a3