https://bugzilla.redhat.com/show_bug.cgi?id=2241394
Bug ID: 2241394 Summary: kmod-31 is available Product: Fedora Version: rawhide Status: NEW Component: kmod Keywords: FutureFeature, Triaged Assignee: kmod-maint@lists.fedoraproject.org Reporter: upstream-release-monitoring@fedoraproject.org QA Contact: extras-qa@fedoraproject.org CC: esyr@redhat.com, kmod-maint@lists.fedoraproject.org, skozina@redhat.com, ykaliuta@redhat.com Target Milestone: --- Classification: Fedora
Releases retrieved: 31 Upstream release that is considered latest: 31 Current version/release in rawhide: 30-6.fc39 URL: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Mo...
Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.
Based on the information from Anitya: https://release-monitoring.org/project/1517/
To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/kmod
https://bugzilla.redhat.com/show_bug.cgi?id=2241394
--- Comment #1 from Upstream Release Monitoring upstream-release-monitoring@fedoraproject.org --- Created attachment 1991169 --> https://bugzilla.redhat.com/attachment.cgi?id=1991169&action=edit Update to 31 (#2241394)
https://bugzilla.redhat.com/show_bug.cgi?id=2241394
--- Comment #2 from Upstream Release Monitoring upstream-release-monitoring@fedoraproject.org --- the-new-hotness/release-monitoring.org's scratch build of kmod-31-1.fc38.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=106888005
https://bugzilla.redhat.com/show_bug.cgi?id=2241394
Xose Vazquez Perez xose.vazquez@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xose.vazquez@gmail.com
--- Comment #3 from Xose Vazquez Perez xose.vazquez@gmail.com --- (In reply to Upstream Release Monitoring from comment #0)
Releases retrieved: 31 Upstream release that is considered latest: 31 Current version/release in rawhide: 30-6.fc39 URL: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git Based on the information from Anitya: https://release-monitoring.org/project/1517/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/kmod
kmod 31 =======
- Improvements
- Allow passing a path to modprobe so the module is loaded from anywhere from the filesystem, but still handling the module dependencies recorded in the indexes. This is mostly intended for kernel developers to speedup testing their kernel modules without having to load the dependencies manually or override the module in /usr/lib/modules/. Now it's possible to do:
# modprobe ./drivers/gpu/drm/i915/i915.ko
As long as the dependencies didn't change, this should do the right thing
- Use in-kernel decompression if available. This will check the runtime support in the kernel for decompressing modules and use it through finit_module(). Previously kmod would fallback to the older init_module() when using compressed modules since there wasn't a way to instruct the kernel to uncompress it on load or check if the kernel supported it or not. This requires a recent kernel (>= 6.4) to have that support and in-kernel decompression properly working in the kernel.
- Make modprobe fallback to syslog when stderr is not available, as was documented in the man page, but not implemented
- Better explaing `modprobe -r` and how it differentiates from rmmod
- depmod learned a `-o <dir>` option to allow using a separate output directory. With this, it's possible to split the output files from the ones used as input from the kernel build system
- Add compat with glibc >= 2.32.9000 that dropped __xstat
- Improve testsuite to stop skipping tests when sysconfdir is something other than /etc
- Build system improvements and updates
- Change a few return codes from -ENOENT to -ENODATA to avoid confusing output in depmod when the module itself lacks a particular ELF section due to e.g. CONFIG_MODVERSIONS=n in the kernel.
- Bug Fixes
- Fix testsuite using uninitialized memory when testing module removal with --wait
- Fix testsuite not correctly overriding the stat syscall on 32-bit platforms. For most architectures this was harmless, but for MIPS it was causing some tests to fail.
- Fix handling unknown signature algorithm
- Fix linking with a static liblzma, libzstd or zlib
- Fix memory leak when removing module holders
- Fix out-of-bounds access when using very long paths as argument to rmmod
- Fix warnings reported by UBSan
https://bugzilla.redhat.com/show_bug.cgi?id=2241394
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED
--- Comment #4 from Fedora Update System updates@fedoraproject.org --- FEDORA-2023-f4ae33b6e6 has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f4ae33b6e6
https://bugzilla.redhat.com/show_bug.cgi?id=2241394
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |kmod-31-2.fc40 Status|MODIFIED |CLOSED Resolution|--- |ERRATA Last Closed| |2023-11-09 18:54:34
--- Comment #5 from Fedora Update System updates@fedoraproject.org --- FEDORA-2023-f4ae33b6e6 has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
kmod-maint@lists.fedoraproject.org