[Bug 1189537] New: 10 unsigned modules in kernel-default-5.3.18-59.19.1.x86_64.rpm
http://bugzilla.opensuse.org/show_bug.cgi?id=1189537 Bug ID: 1189537 Summary: 10 unsigned modules in kernel-default-5.3.18-59.19.1.x86_64.rpm Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.3 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: opensuse@1.opensuse.bgcomp.co.uk QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- I ran for i in `find /lib/modules/5.3.18-59.19-default/ -name \*.ko.xz`; do test `modinfo -F signer ${i} | wc -l` -eq 0 && echo ${i} ; done Here is a list of the modules which have not been signed... /lib/modules/5.3.18-59.19-default/kernel/drivers/hwmon/coretemp.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/hwmon/hwmon-vid.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/hwmon/jc42.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/hwmon/nct6775.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/hwmon/asus_atk0110.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/hwmon/w83627hf.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/platform/x86/acer-wireless.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/platform/x86/acerhdf.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/clk/clk-cs2000-cp.ko.xz Half of these appear to be "This package contains additional modules not supported by SUSE.", even though they are part of the pristine kernel source and not part of staging. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1189537 http://bugzilla.opensuse.org/show_bug.cgi?id=1189537#c1 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msuchanek@suse.com, | |tiwai@suse.com --- Comment #1 from Takashi Iwai <tiwai@suse.com> --- I checked on my system and it shows totally different modules. Weird. /lib/modules/5.3.18-59.19-default/kernel/drivers/tty/serdev/serdev.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/platform/x86/intel_pmc_core.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/platform/x86/intel_pmc_core_pltdrv.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/i2c/busses/i2c-designware-core.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/i2c/busses/i2c-designware-platform.ko.xz /lib/modules/5.3.18-59.19-default/kernel/drivers/ata/libahci.ko.xz .... And the same happens on the older GA kernel, 5.3.18-57. When I see the hexdump of those modules, they include the signature (you can find it at the tail of the module). I suppose it's rather a problem of modinfo. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1189537 http://bugzilla.opensuse.org/show_bug.cgi?id=1189537#c7 Michal Suchanek <msuchanek@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(tiwai@suse.com) --- Comment #7 from Michal Suchanek <msuchanek@suse.com> --- Can you submit the fix upstream? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1189537 http://bugzilla.opensuse.org/show_bug.cgi?id=1189537#c8 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(opensuse@1.opensu | |se.bgcomp.co.uk), | |needinfo?(tiwai@suse.com) | --- Comment #8 from Takashi Iwai <tiwai@suse.com> --- Sure, when the package maintainer agrees with that ;) Will do it later in today. I'm building a test kmod package including my patch in OBS home:tiwai:branches:SUSE:SLE-15-SP3:Update/kmod repo. You can try it out. http://download.opensuse.org/repositories/home:/tiwai:/branches:/SUSE:/SLE-1... -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1189537 http://bugzilla.opensuse.org/show_bug.cgi?id=1189537#c9 --- Comment #9 from Bob Goddard <opensuse@1.opensuse.bgcomp.co.uk> --- The OBS rpms installed and executed as expected with no returns. As things go, I'm mildly happy... -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com