Linux kernel module management utilities
Go to file
Eugene Syromiatnikov 2f9252cb9e weak-modules: add symvers.xz support
Check for symvers.xz support in addition to symvers.gz,
due to unnanounced unilateral change[1][2] in the kernel packaging.

[1] 2644665657
[2] 2db77a072a

* weak-modules (make_kernel_file_names): Interpret all arguments after
the second as a list of suffixes, iterate over them
(find_kernel_file): Switch print and suffix arguments, interpret all
argument after print as suffixes, pass them to make_kernel_file_names.
(find_symvers_file): Update the order of arguments in the
find_kernel_file call, add .xz suffix in addition to .gz.
(find_systemmap_file): Update the order of arguments in the
find_kernel_file call.

Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
References: https://bugzilla.redhat.com/show_bug.cgi?id=2192895
2023-05-09 09:11:45 +02:00
tests CI: Add libkmod to tests. 2018-06-21 20:30:24 +05:30
.gitignore New upstream release (v30) 2022-07-04 15:53:07 +03:00
depmod.conf.dist depmod.dist.conf: commit to git 2021-08-11 10:25:12 +03:00
kmod-configure-c99.patch Port configure script to C99 2022-12-17 18:20:55 +01:00
kmod.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild 2023-01-19 14:58:10 +00:00
sources New upstream release (v30) 2022-07-04 15:53:07 +03:00
weak-modules weak-modules: add symvers.xz support 2023-05-09 09:11:45 +02:00