lp:kmod
- Get this branch:
- bzr branch lp:kmod
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git.
Last successful import was 1 hour ago.
Recent revisions
- 1216. By Marco d'Itri on 2021-01-08
-
Fix "modinfo -F always shows name for built-ins"
Bug reported by Ben Hutchings <email address hidden>:
https://bugs.debian. org/cgi- bin/bugreport. cgi?bug= 970871 Now that the kernel provides module information for potentially
modular code that's actually built-in, it's possible to query these
built-ins with "modinfo -F". However, this doesn't work quite right:$ modinfo -Flicense e1000e
GPL v2
$ modinfo -Flicense bitrev
name: bitrev
GPL - 1215. By Lucas De Marchi on 2021-01-08
-
README: remove leftover from semaphoreci
We are not currently using semaphoreci, so remove leftover status from
README. - 1214. By Marius Bakke <email address hidden> on 2021-01-08
-
testsuite: Automatically skip tests that fail when sysconfdir != /etc.
- 1213. By Marius Bakke <email address hidden> on 2021-01-08
-
testsuite: Add facility to skip tests.
The Makefile helpfully warns that some tests will fail when
--sysconfdir != /etc, but there are no provisions to easily disable
those. This commit provides an escape hatch.[ Lucas: add comment detailing the purpose of the field ]
- 1210. By Lucas De Marchi on 2020-12-28
-
build: fix distcheck due to missing zstd
Enable zstd since it's used in the testsuite.
- 1208. By Lucas De Marchi on 2020-12-28
-
shared: fix UNIQ definition
We need a macro indirection for UNIQ to work. Otherwise it won't be
unique at all since it will just append "UNIQ" to the name:In file included from testsuite/
test-init. c:30: testsuite/
testsuite. h:142:27: error: redefinition of ‘stest_ load_resourcesU NIQ’ - 1207. By Lucas De Marchi on 2020-12-28
-
depmod: unconditionally write builtin.alias.bin
The file is always created and unless we return an error, the temporary
file is renamed to its final destination. All other places write the
index without checking if the index is empty, so just do the same.Reported-by: Joe Buehler <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)