From: Adrian Bunk <bunk@fs.tum.de>
To: Linus Torvalds <torvalds@transmeta.com>,
Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux v2.5.48
Date: Wed, 27 Nov 2002 00:15:08 +0100 [thread overview]
Message-ID: <20021126231507.GF21307@fs.tum.de> (raw)
In-Reply-To: <Pine.LNX.4.44.0211172036590.32717-100000@penguin.transmeta.com>
On Sun, Nov 17, 2002 at 08:41:05PM -0800, Linus Torvalds wrote:
>...
> Summary of changes from v2.5.47 to v2.5.48
> ============================================
>...
> Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>:
> o [IPSEC]: More fixes and corrections
>...
The following part of this patch looks bogus:
<-- snip -->
--- 1.6/net/key/af_key.c Fri Nov 8 00:34:37 2002
+++ 1.7/net/key/af_key.c Mon Nov 11 01:03:55 2002
...
@@ -2179,7 +2223,7 @@
if (skb)
kfree_skb(skb);
- return err;
+ return err ? : len;
}
static int pfkey_recvmsg(struct kiocb *kiocb,
<-- snip -->
Is the following correct to fix it?
--- linux/net/key/af_key.c.old 2002-11-27 00:12:28.000000000 +0100
+++ linux/net/key/af_key.c 2002-11-27 00:12:40.000000000 +0100
@@ -2242,7 +2242,7 @@
if (skb)
kfree_skb(skb);
- return err ? : len;
+ return err ? err : len;
}
static int pfkey_recvmsg(struct kiocb *kiocb,
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2002-11-26 23:07 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-18 4:41 Linux v2.5.48 Linus Torvalds
2002-11-18 6:32 ` modutils url for: " bert hubert
2002-11-18 6:57 ` William Lee Irwin III
2002-11-18 7:19 ` William Lee Irwin III
2002-11-18 7:47 ` Martin J. Bligh
2002-11-18 7:55 ` William Lee Irwin III
2002-11-18 9:08 ` Gabor Z. Papp
2002-11-18 12:37 ` Adrian Bunk
2002-11-18 18:33 ` Udo A. Steinberg
2002-11-19 5:13 ` Linus Torvalds
2002-11-19 11:20 ` modutils url for: " Allan Duncan
2002-11-26 23:15 ` Adrian Bunk [this message]
2002-11-26 23:49 ` Randy.Dunlap
2002-11-27 0:42 ` kuznet
2002-11-27 0:53 ` Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2002-11-18 18:30 Manfred Spraul
2002-11-18 18:59 ` Linus Torvalds
2002-11-18 19:09 ` Manfred Spraul
2002-11-18 19:14 ` Linus Torvalds
2002-11-18 20:57 ` William Lee Irwin III
2002-11-18 21:28 ` Manfred Spraul
[not found] <Pine.LNX.4.33L2.0211261547450.2873-100000@dragon.pdx.osdl.net.suse.lists.linux.kernel>
[not found] ` <200211270042.DAA19185@sex.inr.ac.ru.suse.lists.linux.kernel>
2002-11-27 4:57 ` Andi Kleen
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=20021126231507.GF21307@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=kuznet@ms2.inr.ac.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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