Go to file
Ana Guerrero 16778a567e Accepting request 1118391 from Base:System
- Fix tests
  * refresh configure-Detect-openssl-sm3-support.patch
  * refresh kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch
  * refresh usr-lib-modules.patch (forwarded request 1118343 from michals)

OBS-URL: https://build.opensuse.org/request/show/1118391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=79
2023-10-18 19:25:12 +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
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 - Update to release 31 2023-09-30 00:22:25 +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 1118343 from home:michals 2023-10-18 01:25:56 +00:00
kmod-31.tar.sign - Update to release 31 2023-09-30 00:22:25 +00:00
kmod-31.tar.xz - Update to release 31 2023-09-30 00:22:25 +00:00
kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch Accepting request 1118343 from home:michals 2023-10-18 01:25:56 +00:00
kmod-testsuite.spec Accepting request 1118343 from home:michals 2023-10-18 01:25:56 +00:00
kmod.changes Accepting request 1118343 from home:michals 2023-10-18 01:25:56 +00:00
kmod.keyring Accepting request 965426 from home:dirkmueller:Factory 2022-03-28 18:19:03 +00:00
kmod.spec Accepting request 1118343 from home:michals 2023-10-18 01:25:56 +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
usr-lib-modprobe.patch Accepting request 1100369 from home:michals 2023-07-24 10:29:19 +00:00
usr-lib-modules.patch Accepting request 1118343 from home:michals 2023-10-18 01:25:56 +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.