All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v4 0/3] Kernel module detection (own implementation)
@ 2021-01-21 13:32 Petr Vorel
  2021-01-21 13:32 ` [LTP] [PATCH v4 1/3] lib: Fix kernel module detection on BusyBox Petr Vorel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Petr Vorel @ 2021-01-21 13:32 UTC (permalink / raw)
  To: ltp

Hi,

changes v3->v4:
* fix memory leaks (add missing free())
* optimize handling input string (avoid unnecessary fgets())
* add missing static
* new commit: re-add tst_require_drivers veth in tst_net.sh

I'm for merging this variant which works with text files.
I haven't check the binary format yet, but it'd would most likely
require using libkmod. Do we want that?

Kind regards,
Petr

Petr Vorel (3):
  lib: Fix kernel module detection on BusyBox
  zram: Fix module detection on BusyBox
  tst_net.sh: Require veth for netns (again)

 lib/tst_kernel.c                              | 104 ++++++++++++++++--
 .../kernel/device-drivers/zram/zram_lib.sh    |   6 +-
 testcases/lib/tst_net.sh                      |   1 +
 3 files changed, 95 insertions(+), 16 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-21 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 13:32 [LTP] [PATCH v4 0/3] Kernel module detection (own implementation) Petr Vorel
2021-01-21 13:32 ` [LTP] [PATCH v4 1/3] lib: Fix kernel module detection on BusyBox Petr Vorel
2021-01-21 16:25   ` Cyril Hrubis
2021-01-21 16:40     ` Petr Vorel
2021-01-21 13:32 ` [LTP] [PATCH v4 2/3] zram: Fix " Petr Vorel
2021-01-21 13:32 ` [LTP] [PATCH v4 3/3] tst_net.sh: Require veth for netns (again) Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.