https://bugzilla.redhat.com/show_bug.cgi?id=1320921
Bug ID: 1320921
Summary: modinfo doesn't show modules signatures
Product: Fedora
Version: 24
Component: kmod
Severity: urgent
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: t.artem(a)mailcity.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org
Description of problem: in theory modinfo should show modules signatures
Version-Release number of selected component (if applicable):
kmod-22-2.fc23.x86_64
# modinfo snd
filename: /lib/modules/4.4.6-300.fc23.x86_64/kernel/sound/core/snd.ko.xz
alias: char-major-116-*
license: GPL
description: Advanced Linux Sound Architecture driver for soundcards.
author: Jaroslav Kysela <perex(a)perex.cz>
depends: soundcore
intree: Y
vermagic: 4.4.6-300.fc23.x86_64 SMP mod_unload
parm: debug:Debug level (0 = disable) (int)
parm: slots:Module names assigned to the slots. (array of charp)
parm: major:Major # for sound driver. (int)
parm: cards_limit:Count of auto-loadable soundcards. (int)
The problem is also discussed here: https://github.com/coreos/bugs/issues/1054
The only workaround at the moment is to run this command:
# xzcat `modinfo -n snd` | grep 'Module signature appended'
Binary file (standard input) matches
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1208554
Bug ID: 1208554
Summary: Remove the explicit requires on kmod-libs
Product: Fedora
Version: rawhide
Component: kmod
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: dshea(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org, msivak(a)redhat.com
The kmod package doesn't need to require kmod-libs anymore, since /bin/kmod has
been statically linked with libkmod since kmod-15 or so.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1314154
Bug ID: 1314154
Summary: [abrt] kmod: depmod_report_cycles(): kmod killed by
SIGABRT
Product: Fedora
Version: rawhide
Component: kmod
Assignee: kmod-maint(a)lists.fedoraproject.org
Reporter: ariscop(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jonathan(a)jonmasters.org,
kmod-maint(a)lists.fedoraproject.org
Description of problem:
Running make module_install on a kernel
https://github.com/01org/Igvtg-kernel/tree/gvt-upstream-rfc
With this patch: http://paste.fedoraproject.org/332609/45698068 to make it
actually build
---------
DEPMOD 4.5.0-rc1-gvt+
depmod: ERROR: Found 6 modules in dependency cycles!
depmod: ERROR: Cycle detected: drm
depmod: ERROR: Cycle detected: i915_gvt -> i915 -> video
depmod: ERROR: Cycle detected: i915_gvt -> i915 -> drm_kms_helper
*** Error in `/sbin/depmod': free(): invalid next size (fast):
0x000055707d2a5f90 ***
Version-Release number of selected component:
kmod-22-3.fc24
Additional info:
reporter: libreport-2.6.4
backtrace_rating: 3
cmdline: /sbin/depmod -ae -F System.map 4.5.0-rc1-gvt+
crash_function: depmod_report_cycles
executable: /usr/bin/kmod
global_pid: 29942
kernel: 4.5.0-0.rc5.git0.1.fc24.x86_64
runlevel: N 5
type: CCpp
uid: 0
Truncated backtrace:
Thread no. 1 (5 frames)
#6 depmod_report_cycles at tools/depmod.c:1519
#7 depmod_calculate_dependencies at tools/depmod.c:1596
#8 depmod_load at tools/depmod.c:1623
#9 do_depmod at tools/depmod.c:2592
#11 _start
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.