]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bpf: Remove unused parameter from check_map_kptr_access()
authorYonghong Song <yonghong.song@linux.dev>
Thu, 23 Apr 2026 03:34:30 +0000 (20:34 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 23 Apr 2026 14:54:50 +0000 (07:54 -0700)
commita7088176d8299ff74276a89dbdef3c5ce8748eeb
tree3c89aed3760f4b0a4924b5af92b66b2848782089
parent7f843c0584f438c1cc8cbe798ca8ab4207e67509
bpf: Remove unused parameter from check_map_kptr_access()

The parameter 'regno' in check_map_kptr_access() is unused. Remove it.

Acked-by: Puranjay Mohan <puranjay@kernel.org>
Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20260423033430.2537615-1-yonghong.song@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c