[Bug 877543] New: em_ipset: Unknown symbol ip_set_test
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c0 Summary: em_ipset: Unknown symbol ip_set_test Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: i586 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: rommel@suse.com QAContact: qa-bugs@suse.de Found By: Component Test Blocker: --- The kernel module em_ipset is not loadable: boxer:~ # modprobe -v em_ipset insmod /lib/modules/3.11.10-11-desktop/kernel/net/netfilter/nfnetlink.ko insmod /lib/modules/3.11.10-11-desktop/extra/ipset/ip_set.ko insmod /lib/modules/3.11.10-11-desktop/kernel/net/sched/em_ipset.ko FATAL: Error inserting em_ipset (/lib/modules/3.11.10-11-desktop/kernel/net/sched/em_ipset.ko): Invalid argument boxer:~ # dmesg | tail [ 89.925139] Bluetooth: HCI socket layer initialized [ 89.925141] Bluetooth: L2CAP socket layer initialized [ 89.925146] Bluetooth: SCO socket layer initialized [ 89.936326] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 89.936329] Bluetooth: BNEP filters: protocol multicast [ 89.936336] Bluetooth: BNEP socket layer initialized [ 399.366396] Netfilter messages via NETLINK v0.30. [ 399.366960] ip_set: protocol 6 [ 399.367073] em_ipset: disagrees about version of symbol ip_set_test [ 399.367077] em_ipset: Unknown symbol ip_set_test (err -22) Is see this both in 3.11.10-11-desktop and 3.11.10-7.1-desktop and 3.11.6-4.1-desktop. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c1 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |tiwai@suse.com InfoProvider| |rommel@suse.com --- Comment #1 from Takashi Iwai <tiwai@suse.com> 2014-05-13 16:34:04 UTC --- You have a KMP providing ip_set.ko? This seems giving the incompatibility. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c2 Heiko Rommel <rommel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|rommel@suse.com | --- Comment #2 from Heiko Rommel <rommel@suse.com> 2014-05-14 07:19:14 UTC --- yes, boxer:~ # rpm -qf `find /lib/modules/ -name ip_set.ko` ipset-kmp-pae-6.19_k3.11.10_11-2.7.1.i586 kernel-pae-3.11.10-11.1.i686 kernel-ec2-3.11.10-7.1.i686 kernel-debug-3.11.10-7.1.i686 kernel-ec2-3.11.10-11.1.i686 ipset-kmp-pae-6.19_k3.11.10_7-2.4.1.i586 kernel-pae-3.11.10-7.1.i686 ipset-kmp-desktop-6.19_k3.11.10_11-2.7.1.i586 kernel-desktop-3.11.10-11.1.i686 kernel-trace-3.11.10-11.1.i686 ipset-kmp-xen-6.19_k3.11.10_11-2.7.1.i586 kernel-xen-3.11.10-11.1.i686 kernel-trace-3.11.10-7.1.i686 ipset-kmp-xen-6.19_k3.11.10_7-2.4.1.i586 kernel-xen-3.11.10-7.1.i686 ipset-kmp-default-6.19_k3.11.10_7-2.4.1.i586 kernel-default-3.11.10-7.1.i586 ipset-kmp-default-6.19_k3.11.10_11-2.7.1.i586 kernel-default-3.11.10-11.1.i586 kernel-debug-3.11.10-11.1.i686 ipset-kmp-desktop-6.19_k3.11.10_7-2.4.1.i586 kernel-desktop-3.11.10-7.1.i686 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c3 --- Comment #3 from Takashi Iwai <tiwai@suse.com> 2014-05-14 07:39:16 UTC --- Then it's the problem. Try to uninstall ipset-kmp-pae. And I wonder why so many kernels (even pae and ec2) are installed with different archs (i586 and i686)... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c4 --- Comment #4 from Heiko Rommel <rommel@suse.com> 2014-05-14 09:09:03 UTC --- The issue was found on a system that is used for kernel testing of the different flavours for openSUSE 13.1 for x86 systems (32bit). I can't tell why kernel-desktop is i686 and why kernel-default is i586 and what does it mean in terms of conflicts. Anyway, since both the kernel-* and the matching *-kmp-* are provided by SUSE I wonder why there should be a conflict in the symbols. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c5 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jengelh@inai.de, | |meissner@suse.com --- Comment #5 from Marcus Meissner <meissner@suse.com> 2014-05-14 09:15:39 UTC --- The ipset kmps are coming out of the "ipset" source package, but we did rebuild them for this kernel update. ipset is a 13.1 package. There seems to be overlap between the kernel and ipset .ko files. Are the seperate ipset kmps not required anymore? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c6 --- Comment #6 from Takashi Iwai <tiwai@suse.com> 2014-05-14 09:22:54 UTC --- Actually, i686 packages may come from official 13.1 update repo. But the problem is that there are no i686 KMPs corresponding to it... I don't know whether having i686 kernel is a good idea although i686 glibc makes sense. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c7 --- Comment #7 from Marcus Meissner <meissner@suse.com> 2014-05-14 09:49:33 UTC --- the problem is not the i586/i686 mismatch, but more the overlap of the in kernel ipset modules and the external kmp. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c8 --- Comment #8 from Jan Engelhardt <jengelh@inai.de> 2014-05-14 11:51:35 CEST --- mmarek added BuildArch: i686 in commit 88a632b5de28aee1f3477d3675880e66216d8024; because kernel-{desktop,pae} require CMOV, so it kind of made sense. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c9 --- Comment #9 from Takashi Iwai <tiwai@suse.com> 2014-05-14 10:11:10 UTC --- (In reply to comment #7)
the problem is not the i586/i686 mismatch, but more the overlap of the in kernel ipset modules and the external kmp.
True. But still mixing both sound really scary for kernel. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c Jan Engelhardt <jengelh@inai.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c Jan Engelhardt <jengelh@inai.de> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.pr |jengelh@inai.de |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-05-27 11:00:15 CEST --- This is an autogenerated message for OBS integration: This bug (877543) was mentioned in https://build.opensuse.org/request/show/235514 13.1 / ipset -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c11 Matthias Grießmeier <mgriessmeier@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #11 from Matthias Grießmeier <mgriessmeier@suse.com> 2014-06-03 12:26:24 UTC --- Update released for openSUSE 13.1. Resolved Fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=877543 https://bugzilla.novell.com/show_bug.cgi?id=877543#c12 --- Comment #12 from Swamp Workflow Management <swamp@suse.de> 2014-06-03 13:04:36 UTC --- openSUSE-RU-2014:0747-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 877543 CVE References: Sources used: openSUSE 13.1 (src): ipset-6.21.1-2.11.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com