All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bill Leckey <bleckey@tpg.com.au>
To: linux-kernel@vger.kernel.org
Subject: kfree_skb query
Date: Wed, 06 Nov 2002 02:25:33 +1100	[thread overview]
Message-ID: <3DC7E2ED.5010306@tpg.com.au> (raw)

I'm writing a driver that provides an ethernet like interface to a WAN 
link.  The device DMA's the data from me, then tells me when it's 
finished.  At that point I free the skb.  However I get the following 
warning

kernel: Warning: kfree_skb on hard IRQ d092c301

What is bad about calling kfree_skb from within a hard IRQ?  I'm afraid 
looking at the code that spat out the error message didn't help me, and 
since it's only a warning I'm assuming it's not fatal, but shouldn't be 
done for some reason.

Thanks.

Bill

-- 
Bill Leckey - Senior Software Design Engineer
TPG Research and Development
Ph: +61 2 62851711
Fax: +61 2 62853939


                 reply	other threads:[~2002-11-06  3:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DC7E2ED.5010306@tpg.com.au \
    --to=bleckey@tpg.com.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.