On Thu, 21 Jun 2001, Rusty Russell wrote: > Disagree. A significant percentage of the netfilter bugs have been > SMP only (the whole thing is non-reentrant on UP). I really doubt it. <looking through the thing> <raised brows> Well, if you use GFP_ATOMIC for everything... grep... Erm... AFAICS, you call create_chain() with interrupts disabled (under write_lock_irq_save()). Unless I'm _very_ mistaken, kmalloc(..., GFP_KERNEL) is a Bad Thing(tm) in that situation. And create_chain() leads to it. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: Alan Cox quote? (was: Re: accounting for threads) Chris Ricker
- Re: Alan Cox quote? (was: Re: accounting for threads) Mike Castle
- Re: Alan Cox quote? (was: Re: accounting for threads) Mike Porter
- Re: Alan Cox quote? (was: Re: accounting for threads) Jes Sorensen
- Re: Alan Cox quote? (was: Re: accounting for threads) Alexander Viro
- Re: Alan Cox quote? (was: Re: accounting for threads) Rusty Russell
- Re: Alan Cox quote? (was: Re: accounting for thre... Alexander Viro
- Re: Alan Cox quote? (was: Re: accounting for ... Alexander Viro
- Re: Alan Cox quote? (was: Re: accounting ... Richard Gooch
- Re: Alan Cox quote? (was: Re: accounting for threads) Rok Papež
- Re: Alan Cox quote? (was: Re: accounting for threads) Rob Landley
- Re: Alan Cox quote? (was: Re: accounting for threads) Chester Lott
- Re: Alan Cox quote? (was: Re: accounting for threads) Andi Kleen
- Re: Alan Cox quote? (was: Re: accounting for threads) Jan Hudec