Linux kernel module management utilities
Go to file
Eugene Syromiatnikov 6b0aa4e785 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.

Resolves: rhbz#2192895
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
2023-05-19 10:19:30 +02:00
tests RHEL 9.0.0 Alpha bootstrap 2020-10-15 15:03:55 +02:00
.gitignore Merged update from upstream sources 2021-01-08 13:46:59 +00:00
depmod.conf.dist Add default config file (28-6) 2021-10-20 12:11:19 +03:00
gating.yaml Add RHEL gating configuration 2021-10-21 20:57:58 +03:00
kmod.spec man/rmmod: explain why modprobe -r is more useful (28-8) 2023-02-09 16:58:26 +02:00
man-rmmod-explain-why-modprobe-r-is-more-useful.patch man/rmmod: explain why modprobe -r is more useful (28-8) 2023-02-09 16:58:26 +02:00
sources Merged update from upstream sources 2021-01-08 13:46:59 +00:00
weak-modules weak-modules: add symvers.xz support 2023-05-19 10:19:30 +02:00