BPF List
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] bpf: Add bitwise tracking for BPF_END
@ 2026-02-02 13:35 Tianci Cao
  2026-02-02 13:35 ` [PATCH bpf-next 1/2] " Tianci Cao
  2026-02-02 13:35 ` [PATCH bpf-next 2/2] selftests/bpf: Add tests for BPF_END bitwise tracking Tianci Cao
  0 siblings, 2 replies; 10+ messages in thread
From: Tianci Cao @ 2026-02-02 13:35 UTC (permalink / raw)
  To: bpf
  Cc: ast, daniel, john.fastabend, andrii, martin.lau, eddyz87, song,
	yonghong.song, kpsingh, sdf, haoluo, jolsa, tangyazhou518,
	shenghaoyuan0928, ziye

Add bitwise tracking (tnum analysis) for BPF_END.

Please see commit log of 1/2 for more details.

Tianci Cao (2):
  bpf: Add bitwise tracking for BPF_END
  selftests/bpf: Add tests for BPF_END bitwise tracking

 include/linux/tnum.h                          |   5 +
 kernel/bpf/tnum.c                             |  16 +
 kernel/bpf/verifier.c                         |  56 ++-
 .../selftests/bpf/progs/verifier_bswap.c      | 321 ++++++++++++++++++
 4 files changed, 395 insertions(+), 3 deletions(-)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-04  6:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 13:35 [PATCH bpf-next 0/2] bpf: Add bitwise tracking for BPF_END Tianci Cao
2026-02-02 13:35 ` [PATCH bpf-next 1/2] " Tianci Cao
2026-02-02 20:03   ` Eduard Zingerman
2026-02-03 10:17     ` Tianci Cao
2026-02-03 22:36       ` Eduard Zingerman
2026-02-02 13:35 ` [PATCH bpf-next 2/2] selftests/bpf: Add tests for BPF_END bitwise tracking Tianci Cao
2026-02-02 20:23   ` Eduard Zingerman
2026-02-03 10:20     ` Tianci Cao
2026-02-03 23:16       ` Eduard Zingerman
2026-02-04  6:08         ` Tianci Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox