From: Andrew Morton <akpm@linux-foundation.org>
To: ebiederm@xmission.com (Eric W. Biederman)
Cc: Gabriel C <nix.or.die@googlemail.com>,
Michal Piotrowski <michal.k.k.piotrowski@gmail.com>,
linux-kernel@vger.kernel.org, Netdev <netdev@vger.kernel.org>,
coreteam@netfilter.org
Subject: Re: 2.6.23-rc2-mm2
Date: Fri, 10 Aug 2007 12:41:56 -0700 [thread overview]
Message-ID: <20070810124156.2de9710e.akpm@linux-foundation.org> (raw)
In-Reply-To: <m1fy2rxpje.fsf@ebiederm.dsl.xmission.com>
On Fri, 10 Aug 2007 11:33:41 -0600
ebiederm@xmission.com (Eric W. Biederman) wrote:
> Gabriel C <nix.or.die@googlemail.com> writes:
>
> > Michal Piotrowski wrote:
> >> Andrew Morton pisze:
> >>>
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc2/2.6.23-rc2-mm2/
> >>>
> >>
> >> Yet another sysctl table check failed
> >>
> >> [ 88.949055] Netfilter messages via NETLINK v0.30.
> >> [ 89.485399] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> >> [ 89.491892] sysctl table check failed:
> > /net/netfilter/nf_conntrack_generic_timeout .3.19.13 Missing strategy
> >> [ 89.558178] xt_state: Unknown symbol nf_conntrack_untracked
> >> [ 89.563942] xt_state: Unknown symbol nf_ct_l3proto_module_put
> >> [ 89.569870] xt_state: Unknown symbol nf_ct_l3proto_try_module_get
> >> [ 90.852319] NET: Registered protocol family 17
> >>
> >
> > And maybe this ?
>
> Could be.
>
> sysctl table check failure looks legitimate.
> At a quick skim I can't tell for certain if failure to register the
> sysctl table will keep the module from loading but it might.
>
> It looks like another canidate on the pile of kill the broken
> binary sysctl.
>
There seems to be rather a lot of damage here.
I assume that the sysctl changes are what caused the netfilter oopses.
- nf_conntrack_init() calls nf_conntrack_expect_init() which fails due to
sysctl problems.
- nf_conntrack_init() bales out without calling nf_conntrack_helper_init()
So nf_ct_helper_hsize never gets initialised.
- Later, netfilter client code calls helper_hash(), which gets a
divide-by-zero due to nf_ct_helper_hsize==0.
yeah, that's a netfilter bug, but we're trying to get kernels tested here.
If I'm feeling energetic I'll drop the sysctl changes and do rc2-mm3.
Probably I won't feel energetic, but we'll need a lot of fixes here before
I can release the sysctl changes in another -mm, please.
next prev parent reply other threads:[~2007-08-10 19:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070809224254.11f42716.akpm@linux-foundation.org>
2007-08-10 7:59 ` 2.6.23-rc2-mm2: possible irq lock inversion dependency detected Mariusz Kozlowski
[not found] ` <a8e1da0708100118r779068i64ffdc11e452be9b@mail.gmail.com>
2007-08-10 8:32 ` 2.6.23-rc2-mm2 Andrew Morton
2007-08-10 8:37 ` 2.6.23-rc2-mm2 Dave Young
2007-08-10 9:52 ` 2.6.23-rc2-mm2 Dave Young
2007-08-10 11:19 ` 2.6.23-rc2-mm2 Gabriel C
2007-08-10 20:22 ` 2.6.23-rc2-mm2 -- conntrack divide error Jiri Slaby
2007-08-10 16:16 ` 2.6.23-rc2-mm2 Michal Piotrowski
2007-08-10 16:37 ` 2.6.23-rc2-mm2 Gabriel C
2007-08-10 17:33 ` 2.6.23-rc2-mm2 Eric W. Biederman
2007-08-10 19:41 ` Andrew Morton [this message]
2007-08-10 19:54 ` 2.6.23-rc2-mm2 Eric W. Biederman
2007-08-10 21:00 ` [PATCH 1/7] sysctl: Remove broken cdrom binary sysctls Eric W. Biederman
2007-08-10 21:01 ` [PATCH 2/7] sysctl: parport remove binary paths Eric W. Biederman
[not found] ` <m1hcn7w18w.fsf_-_@ebiederm.dsl.xmission.com>
2007-08-10 21:06 ` [PATCH 4/7] sysctl: remove broken netfilter binary sysctls Eric W. Biederman
2007-08-10 21:10 ` [PATCH 1/7] sysctl: Remove broken cdrom " Alan Cox
2007-08-10 21:19 ` 2.6.23-rc2-mm2 Eric W. Biederman
2007-08-10 17:38 ` 2.6.23-rc2-mm2 Michal Piotrowski
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=20070810124156.2de9710e.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=coreteam@netfilter.org \
--cc=ebiederm@xmission.com \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=nix.or.die@googlemail.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;
as well as URLs for NNTP newsgroup(s).