BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-24 20:01:12 to 2026-06-25 03:56:06 UTC [more...]

[ANNOUNCE/CFP] Linux Plumbers 2026 Containers and Checkpoint/Restore Microconference
 2026-06-25  3:55 UTC 

[PATCH v2 bpf-next 0/2] bpf: bpf_redirect_peer egress redirection
 2026-06-25  3:37 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Support BPF_F_EGRESS with bpf_redirect_peer
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_redirect_peer with BPF_F_EGRESS

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-25  3:01 UTC  (7+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
 2026-06-25  2:47 UTC  (16+ messages)
` [PATCH bpf-next v7 06/11] libbpf: Add support for "
` [PATCH bpf-next v7 07/11] bpftool: Generate skeleton "
` [PATCH bpf-next v7 09/11] selftests/bpf: Add test to verify accessing rdonly percpu_array

[PATCH net-next] selftests/xsk: preserve UMEM view in bidi test
 2026-06-25  2:33 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] bpf: add bpf_memcmp and bpf_strpbrk kfuncs
 2026-06-25  2:24 UTC  (3+ messages)
  `  "

[PATCH dwarves v10 0/5] pahole: Encode true signatures in kernel BTF
 2026-06-25  2:02 UTC  (6+ messages)
` [PATCH dwarves v10 1/5] dwarf_loader: Detect aggregate ABI register usage and signature changes
` [PATCH dwarves v10 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v10 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v10 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v10 5/5] tests: Add BTF true_signature encoding tests

[PATCH bpf-next v2 00/17] Redesign Verification Errors
 2026-06-25  1:58 UTC  (15+ messages)
` [PATCH bpf-next v2 07/17] bpf: Track verifier context diagnostic events
` [PATCH bpf-next v2 08/17] bpf: Report Register Type Safety errors
` [PATCH bpf-next v2 09/17] bpf: Report Memory Safety bounds errors
` [PATCH bpf-next v2 10/17] bpf: Report Resource Lifetime reference leaks
` [PATCH bpf-next v2 13/17] bpf: Report Program Structure CFG errors
` [PATCH bpf-next v2 14/17] bpf: Report Policy helper and kfunc errors
` [PATCH bpf-next v2 16/17] bpf: Report Verifier Internal errors

(no subject)
 2026-06-25  1:54 UTC  (3+ messages)
` [PATCH 1/2] bpf: preserve rx_queue_index across XDP redirects

[PATCH net 0/7] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-06-25  1:33 UTC  (4+ messages)

[PATCH net] net: mana: Fall back to standard MTU when PF reports adapter_mtu of 0
 2026-06-25  1:08 UTC  (2+ messages)

[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
 2026-06-24 23:45 UTC  (9+ messages)

[PATCH bpf-next v2 0/4] selftests/bpf: Add some tests for LoongArch
 2026-06-24 22:18 UTC  (3+ messages)

[PATCH v12 00/12] VMSCAPE optimization for BHI variant
 2026-06-24 22:03 UTC  (5+ messages)
` [PATCH v12 07/12] static_call: Define EXPORT_STATIC_CALL_FOR_MODULES()

[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-06-24 21:39 UTC  (13+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Don't leak UDP socks on lookup-bind-release
` [PATCH bpf 2/2] selftests/bpf: Add test for UDP sock leak on sockmap lookup-bind-release

[PATCH bpf-next v9 0/5] bpf: add icmp_send kfunc
 2026-06-24 21:24 UTC  (11+ messages)
` [PATCH bpf-next v9 1/5] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v9 3/5] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb IPv6 tests
` [PATCH bpf-next v9 4/5] selftests/bpf: add bpf_icmp_send recursion test
` [PATCH bpf-next v9 5/5] selftests/bpf: add bpf_icmp_send no route test

[PATCH bpf-next v3 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-06-24 21:22 UTC  (3+ messages)
` [PATCH "

[PATCH] bpf: Fix use-after-free in htab elem with bpf_task_work
 2026-06-24 21:07 UTC  (5+ messages)

[PATCH dwarves v9 0/6] pahole: Encode true signatures in kernel BTF
 2026-06-24 21:00 UTC  (3+ messages)

[PATCH bpf 1/2] bpf: Preserve link info metadata on ENOSPC
 2026-06-24 20:59 UTC  (2+ messages)

[PATCH bpf-next v2 00/15] bpf: A common way to attach struct_ops to a cgroup
 2026-06-24 20:57 UTC  (7+ messages)
` [PATCH bpf-next v2 14/15] selftests/bpf: Test attaching "
` [PATCH bpf-next v2 15/15] selftests/bpf: Add test for bpf_tcp_ops header option hooks

[PATCH bpf-next v2] bpf, unix: Guard sk_msg-dependent code behind CONFIG_NET_SOCK_MSG
 2026-06-24 20:57 UTC  (11+ messages)

[PATCH bpf-next] libbpf: fix -Wformat warnings from format/argument type mismatches
 2026-06-24 20:49 UTC 

[PATCH RFC 0/4] memcg,slab: kmalloc_nolock() fixes
 2026-06-24 20:19 UTC  (3+ messages)


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