Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31620 - netfilter is broken with modversions enabled
Summary: netfilter is broken with modversions enabled
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-20 14:21 UTC by Shevek
Modified: 2003-10-28 05:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shevek 2003-10-20 14:21:36 UTC
Will the appropriate maintainer please pass this upstream.

Following the kernel install directions exactly for a new system, I used vanilla-2.4.22 instead of gentoo-sources.

The automated kernel build system compiles with modversions by default.

There is a bug in netfilter with modversions. It compiles the symbol suffix for some symbols as _R__ver_nf_unregister_hook instead of _R_[8 chars hex].

This causes depmod -ae -f System.map to succeed, but the modules cannot be loaded into the running kernel.

Temporary fix: Compile without modversions.

Permanent fix: Get the upstream maintainer to make sure that macro/function expands properly to insert a module version, rather than its own name.
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2003-10-28 05:45:13 UTC
Please report this in netfilter bugzilla (http://bugzilla.netfilter.org).