]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bpf: Remove unnecessary checks on the offset of btf_field.
authorKui-Feng Lee <thinker.li@gmail.com>
Thu, 23 May 2024 17:41:54 +0000 (10:41 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 4 Jun 2024 03:52:42 +0000 (20:52 -0700)
commitc95a3be45ad22ee8925d6d1ab531d5ba98216311
tree83dde6f4495c03d8ca07b3a73cbaf98a4c517dbd
parent49784c7979321c49a8055f5c588d24c34a8c55fc
bpf: Remove unnecessary checks on the offset of btf_field.

reg_find_field_offset() always return a btf_field with a matching offset
value. Checking the offset of the returned btf_field is unnecessary.

Acked-by: Eduard Zingerman <eddyz87@gmail.com>
Signed-off-by: Kui-Feng Lee <thinker.li@gmail.com>
Link: https://lore.kernel.org/r/20240523174202.461236-2-thinker.li@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c