Linux kernel module management utilities
Go to file
Yauheni Kaliuta 50733019f1 weak-modules: split modules into array with read -a
Coverity reports warning for splitting mods=($i)
`Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.`

Even if it can not cause problems for weak-modules case where the
list is coming from modules.dep, use the recommended read -a method.

Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>
2021-08-10 16:03:34 +03:00
tests CI: Add libkmod to tests. 2018-06-21 20:30:24 +05:30
.gitignore New upstream v29 2021-05-21 08:31:17 -04:00
kmod.spec Add default config file, /etc/depmod.d/dist.conf 2021-08-10 13:04:55 +03:00
sources New upstream v29 2021-05-21 08:31:17 -04:00
weak-modules weak-modules: split modules into array with read -a 2021-08-10 16:03:34 +03:00