lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAEf4Bzb30F_zJOd0s35YMLVs+LQ4k5o33YsQb_qY=KFmJiKZ0Q@mail.gmail.com> Date: Tue, 4 Apr 2023 16:31:14 -0700 From: Andrii Nakryiko <andrii.nakryiko@...il.com> To: Alexei Starovoitov <alexei.starovoitov@...il.com> Cc: davem@...emloft.net, daniel@...earbox.net, andrii@...nel.org, martin.lau@...nel.org, void@...ifault.com, davemarchevsky@...a.com, tj@...nel.org, memxor@...il.com, netdev@...r.kernel.org, bpf@...r.kernel.org, kernel-team@...com Subject: Re: [PATCH bpf-next 2/8] bpf: Remove unused arguments from btf_struct_access(). On Mon, Apr 3, 2023 at 9:50 PM Alexei Starovoitov <alexei.starovoitov@...il.com> wrote: > > From: Alexei Starovoitov <ast@...nel.org> > > Remove unused arguments from btf_struct_access() callback. > > Signed-off-by: Alexei Starovoitov <ast@...nel.org> > --- expected this change in patch #1, tbh, even wrote a comment about dropping enum bpf_access_type, but then guessed to check next patch. Anyways, I'm fine either way, but patch 1 and 2 together make for much less confusing change, IMO. See also my note about renaming *callback* to make its write access nature clear. > include/linux/bpf.h | 3 +-- > include/linux/filter.h | 3 +-- > kernel/bpf/verifier.c | 4 ++-- > net/bpf/bpf_dummy_struct_ops.c | 12 +++++------- > net/core/filter.c | 13 +++++-------- > net/ipv4/bpf_tcp_ca.c | 3 +-- > net/netfilter/nf_conntrack_bpf.c | 3 +-- > 7 files changed, 16 insertions(+), 25 deletions(-) > [...]
Powered by blists - more mailing lists