16778a567e
- 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 |
||
---|---|---|
_multibuild | ||
.gitattributes | ||
.gitignore | ||
0002-modprobe-Recognize-allow-unsupported-modules-on-comm.patch | ||
0003-libkmod-config-Recognize-allow_unsupported_modules-i.patch | ||
0009-libkmod-Implement-filtering-of-unsupported-modules-o.patch | ||
0010-modprobe-Implement-allow-unsupported-modules.patch | ||
0011-Do-not-filter-unsupported-modules-when-running-a-van.patch | ||
0012-modprobe-print-unsupported-status.patch | ||
configure-Detect-openssl-sm3-support.patch | ||
kmod-31.tar.sign | ||
kmod-31.tar.xz | ||
kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch | ||
kmod-testsuite.spec | ||
kmod.changes | ||
kmod.keyring | ||
kmod.spec | ||
man-depmod.d-Fix-incorrect-usr-lib-search-path.patch | ||
no-stylesheet-download.patch | ||
README.usrmerge | ||
usr-lib-modprobe.patch | ||
usr-lib-modules.patch |
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.