Re: [PATCH net 0/2] Fix NPE discovered by running bpf kselftest
From: Levi Zim
Date: Tue Dec 03 2024 - 01:43:03 EST
On 2024-12-03 07:04, Jakub Kicinski wrote:
On Sat, 30 Nov 2024 21:38:21 +0800 Levi Zim via B4 Relay wrote:
net/core/skmsg.c | 5 +++--
net/ipv4/tcp_bpf.c | 8 ++++----
Haven't looked at the code, but these files are BPF related.
I'll reassign the patch to BPF maintainers, and please use "PATCH bpf"
instead of "PATCH net" for next revisions.
Sorry for sending the patch using a wrong prefix. I will use bpf prefix
for next revisions.
I am getting started with bpf development in the kernel.
Initially I thought about using bpf prefix but I saw all the files I
touched are under net which
confuses me about what prefix I should use.