Re: calling schedule() from interupt context

David S. Miller (davem@redhat.com)
Fri, 22 Nov 2002 01:09:34 -0800 (PST)


From: "dan carpenter" <error27@email.com>
Date: Fri, 22 Nov 2002 03:54:41 -0500

module_put ==> put_cpu ==> preempt_schedule ==> schedule

Oh we can't kill module references from interrupts?

Egads... that makes lots of the networking stuff
nearly impossible as SKB's hold references to modules
and thus skb freeing can thus put modules.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/