From: Christoph Hellwig <hch@infradead.org>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.6.7-rc3
Date: Mon, 7 Jun 2004 21:41:42 +0100 [thread overview]
Message-ID: <20040607204142.GA26986@infradead.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0406071227400.2550@ppc970.osdl.org>
On Mon, Jun 07, 2004 at 12:32:45PM -0700, Linus Torvalds wrote:
>
> Ok, let's calm down for a while before the final 2.6.7.
>
> -rc3 does a lot of sparse type cleanup, mainly thanks to Al Viro (but his
> work ended up getting some other people involved too, since the list of
> sparse warnings isn't as daunting any more). Some of that has unearthed
> real bugs which Al fixed.
>
> But there are DRM, AGP, cpufreq, sparc64, and input updates there too. See
> the appended shortlog for more details,
This one here:
diff -Nru a/include/linux/netfilter_arp.h b/include/linux/netfilter_arp.h
--- a/include/linux/netfilter_arp.h 2004-06-07 21:58:09 +02:00
+++ b/include/linux/netfilter_arp.h 2004-06-07 21:58:09 +02:00
@@ -17,4 +17,5 @@
#define NF_ARP_FORWARD 2
#define NF_ARP_NUMHOOKS 3
+static DECLARE_MUTEX(arpt_mutex);
#endif /* __LINUX_ARP_NETFILTER_H */
looks perfectly fucked up. This way every file including netfilter_arp.h
will get it's own copy of arpt_mutex which certainly doesn't help
synchronization.
But in fact I can only see a single file actually using it, that's
arp_tables.c where it was defined previously. What's going on here?
next prev parent reply other threads:[~2004-06-07 20:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-07 19:32 Linux 2.6.7-rc3 Linus Torvalds
2004-06-07 20:41 ` Christoph Hellwig [this message]
2004-06-07 21:09 ` Linus Torvalds
2004-06-07 23:21 ` David S. Miller
2004-06-07 21:37 ` Linux 2.6.7-rc3 / ACPI broken Thomas Zehetbauer
2004-06-14 20:39 ` Pozsar Balazs
2004-06-08 0:28 ` Linux 2.6.7-rc3 (compile stats) John Cherry
2004-06-08 7:25 ` David Weinehall
2004-06-08 9:17 ` Linux 2.6.7-rc3 Jan-Frode Myklebust
2004-06-08 16:47 ` Linux 2.6.7-rc3: NVidia graphics problem Harald Dunkel
2004-06-09 3:15 ` Greg KH
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=20040607204142.GA26986@infradead.org \
--to=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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