mbox series

[0/4] kmod: Various papercuts

Message ID 20230206140449.574631-1-emil.l.velikov@gmail.com (mailing list archive)
Headers show
Series kmod: Various papercuts | expand

Message

Emil Velikov Feb. 6, 2023, 2:04 p.m. UTC
Hello team,

Here's a small series with various papercuts, while I was looking through the
code base. Note that the last two patches depend on outdir patch [1] earlier.

The patches are trivial enough as-is, so feel free to pick whichever pieces
you find suitable.

If you have any comments - be that respin against master or otherwise, do let me
know.

Thanks
Emil

[1] https://lore.kernel.org/linux-modules/20230206131834.559229-1-emil.l.velikov@gmail.com/T/#u

Emil Velikov (4):
  treewide: add some static const notations
  testsuite: add function declarations for __xstat family
  testsuite: fixup KMOD_SYSCONFDIR_NOT_ETC tests
  testsuite/depmod: use defines for the rootfs/lib_modules

 libkmod/libkmod-module.c    |  4 +--
 libkmod/libkmod.c           |  4 +--
 testsuite/path.c            |  9 ++++-
 testsuite/test-blacklist.c  |  2 +-
 testsuite/test-depmod.c     | 72 +++++++++++++++++++------------------
 testsuite/test-modprobe.c   |  7 ++--
 testsuite/test-new-module.c | 11 +++---
 testsuite/test-util.c       |  4 +--
 testsuite/testsuite.c       |  2 +-
 tools/depmod.c              |  2 +-
 10 files changed, 67 insertions(+), 50 deletions(-)