From: David Miller <davem@davemloft.net>
To: kronos.it@gmail.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [BUG][2.6.21] af_key: kernel BUG at net/core/skbuff.c:93
Date: Mon, 26 Feb 2007 15:21:15 -0800 (PST) [thread overview]
Message-ID: <20070226.152115.25475996.davem@davemloft.net> (raw)
In-Reply-To: <20070226220841.GA7727@dreamland.darkstar.lan>
From: Luca Tettamanti <kronos.it@gmail.com>
Date: Mon, 26 Feb 2007 23:08:41 +0100
> skb_over_panic: text:f1b8a065 len:16 put:16 head:b1a3ba00 data:b1a3ba00 tail:b1a
> 3ba00 end:b1a3ba90 dev:<NULL>
This panic message doesn't make any sense, it should not have
triggered. skb_put() calls skb_over_panic() when:
if (unlikely(skb->tail>skb->end))
skb_over_panic(skb, len, current_text_addr());
but from the panic message it says:
tail:b1a3ba00
end:b1a3ba90
tail is certainly not greater than end.
next prev parent reply other threads:[~2007-02-26 23:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-26 22:08 [BUG][2.6.21] af_key: kernel BUG at net/core/skbuff.c:93 Luca Tettamanti
2007-02-26 22:13 ` Luca Tettamanti
2007-02-26 23:21 ` David Miller [this message]
2007-02-27 9:01 ` Jarek Poplawski
2007-02-27 16:34 ` Luca Tettamanti
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=20070226.152115.25475996.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=kronos.it@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).