Go to file
2023-08-21 13:53:35 +02:00
_multibuild Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
.gitattributes Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
0001-testsuite-repair-read-of-uninitialized-memory.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
0002-modprobe-Recognize-allow-unsupported-modules-on-comm.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
0003-libkmod-config-Recognize-allow_unsupported_modules-i.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
0009-libkmod-Implement-filtering-of-unsupported-modules-o.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
0010-modprobe-Implement-allow-unsupported-modules.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
0011-Do-not-filter-unsupported-modules-when-running-a-van.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
0012-modprobe-print-unsupported-status.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
configure-Detect-openssl-sm3-support.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
depmod-Introduce-outdir-option.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
kmod-30.tar.sign Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
kmod-30.tar.xz Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
kmod-testsuite.spec Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
kmod.changes Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
kmod.keyring Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
kmod.spec Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
man-depmod.d-Fix-incorrect-usr-lib-search-path.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
no-stylesheet-download.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
README.usrmerge Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
testsuite-depmod-use-defines-for-the-rootfs-lib_modu.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
testsuite-Handle-different-sysconfdir.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
testsuite-Move-setup-rootfs-logic-from-Makefile-to-s.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
usr-lib-modprobe.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02:00
usr-lib-modules.patch Sync from SUSE:ALP:Source:Standard:1.0 kmod revision fa91191a830deddcaf33da84069edd01 2023-08-21 13:53:35 +02: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.