[PATCH] Kselftest: msg_oob.c: Fix warning for Incorrect Specifier

2024-08-12 Thread David Hunter
strerror(expected_errno) : expected_buf); | ^~ A second set of these three warnings occur later for the incorrect specifier at msg_oob.c:256. By tracing the various macros involved, the correct specifier (in msg_oob.c) can be spotted and changed. Signed-off-by: David Hunter --- tools/tes

[PATCH 1/1 V2] Kselftest: msg_oob.c: Fix Compiler Warning For Incorrect Specifier

2024-08-13 Thread David Hunter
(3) after changing the declaration. I saw no difference in outputs among any of the tests; all three tests had the same exact output. For "net/af_unix: msg_oob", all 38 tests passed for msg_oob. I received this result for all 3 scenarios. Should I have gotten a different result? Signed-off-

[PATCH 1/1] Improve missing mods error message and make shell script executable

2024-08-20 Thread David Hunter
hat module; however, three modules are actually required and if any of them are missing, the build will fail with the same message. Fix the error message to show any/all modules needed for the script file upon failure. Signed-off-by: David Hunter --- .../testing/selftests/net/test_ingress_egress_c

[PATCH 1/1 V2] Selftests: net: Improve missing modules error message

2024-08-22 Thread David Hunter
ll modules needed for the script file to properly execute. Signed-off-by: David Hunter --- V1 --> V2 - included subject prefixes - Split the patch into two separate patches (one for each issue) - fixed typos in message body - removed second, unneces

Re: Re: [PATCH 1/1] Improve missing mods error message and make shell script executable

2024-08-23 Thread David Hunter
> If you say "also" there's a good chance the commit should be split into two.. I am splitting original patch into 2 separate patches. I forgot to do the reply all command on kernel lore. Here is the link to version 2 for the improving the missing modules error message: https://lore.kernel.org

[PATCH 1/1 V2] Selftests: net: Set executable bit for shell script

2024-08-24 Thread David Hunter
Turn on the execution bit for the shell script file. The test is skipped when downloaded from the linux_mainline source files. Signed-off-by: David Hunter --- V1 --> V2 - Split the patch into two separate patches (one for each issue) - Included subject prefixes --- to

[PATCH 1/1 V3] selftests: net: improve missing modules error message

2024-08-27 Thread David Hunter
ll modules needed for the script file to properly execute. Signed-off-by: David Hunter --- V1 --> V2 - included subject prefixes - split the patch into two separate patches (one for each issue) - fixed typos in message body - removed second, unnecessary for l

Re: [PATCH 1/1 V2] Selftests: net: Set executable bit for shell script

2024-08-27 Thread David Hunter
From: david.hunter.li...@gmail.com On Mon, 26 Aug 2024 14:40:22 -0700 Jakub Kicinski wrote: > What is linux_mainline and how does one download from it? The Linux Mainline source files can be downloaded using the following command: git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds