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
(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-
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
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
> 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
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
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
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