From 23389f6d48871212eba46e34db67e0c9f4368078 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 19 Aug 2023 16:34:52 +0200 Subject: [PATCH] docs: set KVERSION for running test suite Running the test suite in podman will most likely require setting `KVERSION` because the running Linux kernel version will most likely be different to the kernel version in the container. Signed-off-by: Benjamin Drung --- docs/HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HACKING.md b/docs/HACKING.md index 579d81d6a..6a19434c7 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -240,7 +240,7 @@ $ podman run --rm -it \ # ./configure # make -j $(getconf _NPROCESSORS_ONLN) # cd test -# make V=1 SKIP="16 60 61" clean check +# make KVERSION="$(cd /lib/modules && ls -1 | tail -1)" V=1 SKIP="16 60 61" clean check ``` with `[CONTAINER]` being one of the -- 2.47.3