Go to file
Jan Engelhardt 4970184c4d Accepting request 1131480 from home:michals
- Add upstream fixes since v31
  * tools-depmod-fix-Walloc-size.patch
  * libkmod-remove-pkcs7-obj_to_hash_algo.patch
  * configure-Check-that-provided-paths-are-absolute.patch
- Refresh usrmerge patches to upstream version (cosmetic change only)

OBS-URL: https://build.opensuse.org/request/show/1131480
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=234
2023-12-07 07:44:14 +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-Check-that-provided-paths-are-absolute.patch Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
configure-Detect-openssl-sm3-support.patch Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +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 1131480 from home:michals 2023-12-07 07:44:14 +00:00
kmod-testsuite.spec Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
kmod.changes Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
kmod.keyring Accepting request 965426 from home:dirkmueller:Factory 2022-03-28 18:19:03 +00:00
kmod.spec Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
libkmod-remove-pkcs7-obj_to_hash_algo.patch Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
man-depmod.d-Fix-incorrect-usr-lib-search-path.patch Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
no-stylesheet-download.patch Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
README.usrmerge Accepting request 1103710 from home:michals 2023-08-13 21:35:48 +00:00
tools-depmod-fix-Walloc-size.patch Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
usr-lib-modprobe.patch Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +00:00
usr-lib-modules.patch Accepting request 1131480 from home:michals 2023-12-07 07:44:14 +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.