Re: [PATCH] slab: fix double-free in fallback_alloc

2007-01-06 Thread Pekka J Enberg
On Fri, 5 Jan 2007, Hugh Dickins wrote: > The main thing is to make sure that your patch doesn't end up applied > to a tree with my patch in, since that would then be a (rare) leak. Yeah, I'll wait for your patch to hit Linus' tree and rediff against that. Thanks. Pekka

Re: [PATCH] slab: fix double-free in fallback_alloc

2007-01-05 Thread Hugh Dickins
On Fri, 5 Jan 2007, Pekka J Enberg wrote: > > Here's an alternative fix for the double-free bug you hit. I have only > compile-tested this on NUMA so can you please confirm it fixes the problem > for you? Thanks. It looks nice, and I'm giving it a spin: though hardly worth waiting a week or so

Re: [PATCH] slab: fix double-free in fallback_alloc

2007-01-05 Thread Christoph Lameter
On Fri, 5 Jan 2007, Pekka J Enberg wrote: > Here's an alternative fix for the double-free bug you hit. I have only > compile-tested this on NUMA so can you please confirm it fixes the problem > for you? Thanks. Looks good to me. - To unsubscribe from this list: send the line "unsubscribe linux-

[PATCH] slab: fix double-free in fallback_alloc

2007-01-05 Thread Pekka J Enberg
Hi Hugh, Here's an alternative fix for the double-free bug you hit. I have only compile-tested this on NUMA so can you please confirm it fixes the problem for you? Thanks. Pekka --- From: Pekka Enberg <[EMAIL PROTECTED]> Fix a double-free in fallback_alloc that caused