Re: [PATCH v2 sysctl-next] bpf: move the bpf syscall sysctl table to bpf module

From: Daniel Borkmann
Date: Mon Feb 28 2022 - 10:53:58 EST


Hi Yan,

On 2/23/22 11:28 AM, Yan Zhu wrote:
Aggregating the code of the feature in the code file of the feature
itself can improve readability and reduce merge conflicts. So move
the bpf syscall sysctl table to kernel/bpf/syscall.c

Signed-off-by: Yan Zhu <zhuyan34@xxxxxxxxxx>

---
v1->v2:
1.Added patch branch identifier sysctl-next.
2.Re-describe the reason for the patch submission.

I'm not applying it given there is very little value in this change, see also what
has been said earlier:

https://lore.kernel.org/bpf/CAADnVQKmBoQEG1+nmrCg2ePVncn9rZJX9R4eucP9ULiY=xVGjQ@xxxxxxxxxxxxxx/

Thanks,
Daniel