From: "David S. Miller" <davem@redhat.com>
To: yoshfuji@linux-ipv6.org
Cc: kas@informatics.muni.cz, linux-kernel@vger.kernel.org,
kuznet@ms2.inr.ac.ru
Subject: Re: [Patch] Netlink BUG() on AMD64
Date: Wed, 11 Feb 2004 19:49:09 -0800 [thread overview]
Message-ID: <20040211194909.0ab130cc.davem@redhat.com> (raw)
In-Reply-To: <20040212.035825.101259632.yoshfuji@linux-ipv6.org>
On Thu, 12 Feb 2004 03:58:25 +0900 (JST)
YOSHIFUJI Hideaki / ^[$B5HF#1QL@^[(B <yoshfuji@linux-ipv6.org> wrote:
> In article <20040212.034537.11291491.yoshfuji@linux-ipv6.org> (at Thu, 12 Feb 2004 03:45:37 +0900 (JST)), YOSHIFUJI Hideaki / ^[$B5HF#1QL@^[(B <yoshfuji@linux-ipv6.org> says:
>
> > In article <20040211181113.GA2849@fi.muni.cz> (at Wed, 11 Feb 2004 19:11:14 +0100), Jan Kasprzak <kas@informatics.muni.cz> says:
> >
> > > --- linux-2.6.2/net/ipv4/fib_rules.c.orig 2004-02-11 18:55:58.000000000 +0100
> > > +++ linux-2.6.2/net/ipv4/fib_rules.c 2004-02-11 19:03:08.319215408 +0100
> > > @@ -438,7 +438,7 @@
...
> > > - skb_put(skb, b - skb->tail);
> > > + skb_trim(skb, b - skb->data);
> --- 1.6/net/decnet/dn_rules.c Fri May 9 01:46:11 2003
> +++ edited/net/decnet/dn_rules.c Thu Feb 12 03:52:42 2004
> @@ -381,7 +381,7 @@
...
> - skb_put(skb, b - skb->tail);
> + skb_trim(skb, b - skb->data);
Both fixes applied, thanks guys.
I was tempted to make skb_put()'s second argument signed, but I'm in no mood
to audit the entire tree for that :-)
next prev parent reply other threads:[~2004-02-12 3:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-05 17:36 Netlink BUG() on AMD64 Jan Kasprzak
2004-02-11 18:11 ` [Patch] " Jan Kasprzak
2004-02-11 18:45 ` YOSHIFUJI Hideaki / 吉藤英明
2004-02-11 18:58 ` YOSHIFUJI Hideaki / 吉藤英明
2004-02-12 3:49 ` David S. Miller [this message]
2004-02-12 4:10 ` Jan Kasprzak
2004-02-12 4:23 ` David S. Miller
2004-02-12 14:05 ` kuznet
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=20040211194909.0ab130cc.davem@redhat.com \
--to=davem@redhat.com \
--cc=kas@informatics.muni.cz \
--cc=kuznet@ms2.inr.ac.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=yoshfuji@linux-ipv6.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