On Wed, 2025-07-23 at 19:36 +0200, Jakub Sitnicki wrote: > Now that we can create a dynptr to skb metadata, make reads to the metadata > area possible with bpf_dynptr_read() or through a bpf_dynptr_slice(), and > make writes to the metadata area possible with bpf_dynptr_write() or > through a bpf_dynptr_slice_rdwr(). > > Signed-off-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]