Re: [PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak

From: Daniel Yang
Date: Tue Oct 29 2024 - 17:24:15 EST


On Sun, Oct 27, 2024 at 10:42 PM Yonghong Song <yonghong.song@xxxxxxxxx> wrote:
> It might be due to your .config file.
> The 'struct syscall_trace_enter' is defined in kernel/trace/trace.h,
> which is used in kernel/trace/trace_syscalls.c. Maybe your config
> does not have CONFIG_FTRACE_SYSCALLS?
I did add it to my config but another error popped up after I tried to
rerun the tests. I just ended up using the vmtest.sh script and got
the tests working. Seems like there should be a template config file
or something to make building locally more convenient. Anyways, thanks
for the help.

- Daniel