linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] bpf: tidy up internals of bpf key handling
@ 2025-07-24 14:34 James Bottomley
  2025-07-24 14:34 ` [PATCH 1/3] bpf: make bpf_key an opaque type James Bottomley
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: James Bottomley @ 2025-07-24 14:34 UTC (permalink / raw)
  To: bpf, linux-trace-kernel; +Cc: Roberto Sassu

This patch series reduces the size of the implementing code and
eliminates allocations on the bpf_key_lookup paths.  There is no
externally visible change to the BPF API.

Regards,

James

---

James Bottomley (3):
  bpf: make bpf_key an opaque type
  bpf: remove bpf_key reference
  bpf: eliminate the allocation of an intermediate struct bpf_key

 include/linux/bpf.h      |  5 +----
 kernel/trace/bpf_trace.c | 37 +++++++++----------------------------
 2 files changed, 10 insertions(+), 32 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-07-26 12:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 14:34 [PATCH 0/3] bpf: tidy up internals of bpf key handling James Bottomley
2025-07-24 14:34 ` [PATCH 1/3] bpf: make bpf_key an opaque type James Bottomley
2025-07-24 14:34 ` [PATCH 2/3] bpf: remove bpf_key reference James Bottomley
2025-07-26 12:06   ` kernel test robot
2025-07-26 12:16   ` kernel test robot
2025-07-24 14:34 ` [PATCH 3/3] bpf: eliminate the allocation of an intermediate struct bpf_key James Bottomley
2025-07-24 17:13 ` [PATCH 0/3] bpf: tidy up internals of bpf key handling James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).