[EMAIL PROTECTED] wrote: > Looking at the [network] code, I don't see any places where "current" > is not valid. > Got some examples? Damn I'm being dense tonight. No, that bug was due to calling "current" from the wrong process context, not from an invalid context. (Self-flagellate, self-flaggelate). > BTW: there is an implicit reference to "current" in smp_processor_id. Yes I forgot about that. (Self-flagellate). However that is architecture specific. If it's not an SMP Vax port, no big deal. If it is, there's a way to arrange that smp_processor_id returns the correct processor id even from the interrupt stack. -- Jamie - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Calling current() from interrupt context Kenn Humborg
- Re: Calling current() from interrupt context Jamie Lokier
- Re: Calling current() from interrupt context yodaiken
- Re: Calling current() from interrupt contex... Mitchell Blank Jr
- Re: Calling current() from interrupt co... yodaiken
- Re: Calling current() from interru... Mitchell Blank Jr
- Re: Calling current() from int... Ralf Baechle
- Re: Calling current() from interru... Ralf Baechle
- Re: Calling current() from interrupt co... John Levon
- Re: Calling current() from interrupt contex... Jamie Lokier
- Re: Calling current() from interrupt co... yodaiken
- Re: Calling current() from interrupt co... Kenn Humborg
- Re: Calling current() from interrupt contex... Ralf Baechle
- Re: Calling current() from interrupt context Andi Kleen
- Re: Calling current() from interrupt contex... Kenn Humborg
- Re: Calling current() from interrupt co... Andi Kleen
- Re: Calling current() from interrupt contex... Kenn Humborg
- Re: Calling current() from interrupt co... Andi Kleen
- Re: Calling current() from interrupt co... Kenn Humborg