Bug 10926 - Kernels >=v2.6.24 (maybe 2.6.23) can't load ip_conntrack modules
Summary: Kernels >=v2.6.24 (maybe 2.6.23) can't load ip_conntrack modules
Status: CLOSED CODE_FIX
Alias: None
Product: Platform Specific/Hardware
Classification: Unclassified
Component: Alpha (show other bugs)
Hardware: All Linux
: P1 high
Assignee: Ivan Kokshaysky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-16 06:46 UTC by Tobias Klausmann
Modified: 2008-06-22 00:42 UTC (History)
3 users (show)

See Also:
Kernel Version: 2.6.24.7
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
alpha: fix module load failures on smp (bug #10926) (3.18 KB, patch)
2008-06-20 15:25 UTC, Ivan Kokshaysky
Details | Diff

Description Tobias Klausmann 2008-06-16 06:46:41 UTC
Latest working kernel version: 2.6.22
Earliest failing kernel version: 2.6.24
Distribution: Gentoo
Hardware Environment: Compaq Alphaserver ES40
Software Environment: kernel/iptables
Problem Description:

Iptables conntrack modules can't be loaded. Error message:

Jun 16 15:37:31 monolith module nf_conntrack: Relocation (type 17) overflow vs per_cpu__nf_conntrack_stat
Jun 16 15:37:31 monolith modprobe: WARNING: Error inserting nf_conntrack (/lib/modules/2.6.24.7/kernel/net/netfilter/nf_conntrack.ko): Invalid module format
Jun 16 15:37:31 monolith xt_state: Unknown symbol nf_conntrack_untracked
Jun 16 15:37:31 monolith xt_state: Unknown symbol nf_ct_l3proto_module_put
Jun 16 15:37:31 monolith xt_state: Unknown symbol nf_ct_l3proto_try_module_get
Jun 16 15:37:31 monolith modprobe: FATAL: Error inserting xt_state (/lib/modules/2.6.24.7/kernel/net/netfilter/xt_state.ko): Unknown symbol in module, or unknown parameter (see dmesg)

Dmesg output doesn't have any additional info.

Since Conntracking doesn't work, iptables is pretty much unusable.

I also tried (re)starting configuration from scratch, to no avail.
Comment 1 Adrian Bunk 2008-06-16 14:09:06 UTC
Ivan, can you look at this bug?

The relocation overflow sounds like an Alpha specific problem?
Comment 2 Ivan Kokshaysky 2008-06-20 15:24:19 UTC
Yeah... What a nasty problem.
Comment 3 Ivan Kokshaysky 2008-06-20 15:25:25 UTC
Created attachment 16565 [details]
alpha: fix module load failures on smp (bug #10926)
Comment 4 Adrian Bunk 2008-06-22 00:42:11 UTC
fixed by commit 9267b4b3880d00dc2dab90f1d817c856939114f7

Note You need to log in before you can comment on or make changes to this bug.