Go to file
Dominique Leuenberger 86c111f757 Accepting request 1103741 from Base:System
- Remove compatibility patches, add README.usrmerge (boo#1212835).
  * Delete Provide-fallback-for-successfully-running-make-modules_install.patch
  * Delete compat-module_directory-module_prefix.patch (forwarded request 1103710 from michals)

OBS-URL: https://build.opensuse.org/request/show/1103741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=78
2023-08-15 14:39:10 +00:00
_multibuild Accepting request 1084606 from home:dimstar:Factory 2023-05-04 11:44:04 +00:00
.gitattributes Accepting request 96968 from home:jengelh:dev 2011-12-18 20:28:33 +00:00
.gitignore Accepting request 96968 from home:jengelh:dev 2011-12-18 20:28:33 +00:00
0001-testsuite-repair-read-of-uninitialized-memory.patch Patch already made it to git 2022-06-30 19:06:40 +00:00
0002-modprobe-Recognize-allow-unsupported-modules-on-comm.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
0003-libkmod-config-Recognize-allow_unsupported_modules-i.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
0009-libkmod-Implement-filtering-of-unsupported-modules-o.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
0010-modprobe-Implement-allow-unsupported-modules.patch Accepting request 867471 from home:michals 2021-01-28 12:56:33 +00:00
0011-Do-not-filter-unsupported-modules-when-running-a-van.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
0012-modprobe-print-unsupported-status.patch factory bot rejects undeclared renames, so undo that 2019-05-01 09:17:15 +00:00
configure-Detect-openssl-sm3-support.patch Accepting request 1100369 from home:michals 2023-07-24 10:29:19 +00:00
depmod-Introduce-outdir-option.patch reinstate r218, + edit usr-lib-modules.patch 2023-07-16 17:10:15 +00:00
kmod-30.tar.sign - Update to release 30 2022-06-30 16:22:34 +00:00
kmod-30.tar.xz - Update to release 30 2022-06-30 16:22:34 +00:00
kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch Accepting request 1100369 from home:michals 2023-07-24 10:29:19 +00:00
kmod-testsuite.spec Accepting request 1103710 from home:michals 2023-08-13 21:35:48 +00:00
kmod.changes Accepting request 1103710 from home:michals 2023-08-13 21:35:48 +00:00
kmod.keyring Accepting request 965426 from home:dirkmueller:Factory 2022-03-28 18:19:03 +00:00
kmod.spec Accepting request 1103710 from home:michals 2023-08-13 21:35:48 +00:00
man-depmod.d-Fix-incorrect-usr-lib-search-path.patch Accepting request 1100369 from home:michals 2023-07-24 10:29:19 +00:00
no-stylesheet-download.patch Accepting request 1100369 from home:michals 2023-07-24 10:29:19 +00:00
README.usrmerge Accepting request 1103710 from home:michals 2023-08-13 21:35:48 +00:00
testsuite-depmod-use-defines-for-the-rootfs-lib_modu.patch reinstate r218, + edit usr-lib-modules.patch 2023-07-16 17:10:15 +00:00
testsuite-Handle-different-sysconfdir.patch reinstate r218, + edit usr-lib-modules.patch 2023-07-16 17:10:15 +00:00
testsuite-Move-setup-rootfs-logic-from-Makefile-to-s.patch reinstate r218, + edit usr-lib-modules.patch 2023-07-16 17:10:15 +00:00
usr-lib-modprobe.patch Accepting request 1100369 from home:michals 2023-07-24 10:29:19 +00:00
usr-lib-modules.patch Accepting request 1100369 from home:michals 2023-07-24 10:29:19 +00:00

The Tumbleweed kmod and kernel are patched to install modules into
/usr/lib/modules (the --with-module-directory configure argument.)

This is not compatible with upstream kernel, and upstream rejected patch to
make the kernel build system detect this. Suggested solution is to use

make MODLIB='$(INSTALL_MOD_PATH)/usr/lib/modules/$(KERNELRELEASE)'

when building the upstream kernel.