mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* sock_sendmsg( ) from tasklet/interrupt context
@ 2003-03-20  7:21 Nalin Gupta
  0 siblings, 0 replies; only message in thread
From: Nalin Gupta @ 2003-03-20  7:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-net

Friends,

Is it correct to invoke "sock_sendmsg"  for UDP 
socket,  from  "net_tx_action"  Tasklet  context.

I understand that tasklet is interrupt context, for this reason i masked

sock->sk->allocation &=  ~__GFP_WAIT;

even tried merely assigned GFP_ATOMIC

It always panic at    skb_head_from_pool / __skb_dequeue inline function 
called from alloc_skb.

Thanks in advance,

regards,
- nalin


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-20  6:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-20  7:21 sock_sendmsg( ) from tasklet/interrupt context Nalin Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®