BPF List
 help / color / mirror / Atom feed
 messages from 2026-09-06 20:13:13 to 2026-09-08 04:58:09 UTC [more...]

[PATCH bpf-next 1/2] selftests/bpf: Move verifier failure tests out of test_global_percpu_data
 2026-09-08  4:57 UTC  (8+ messages)
` [PATCH bpf-next 2/2] bpftool: Reject non-autoload programs for light skeletons

[PATCH bpf-next 11/12] selftests/bpf: Add inline-asm tests for by-value arguments
 2026-09-08  4:35 UTC  (3+ messages)

[PATCH bpf-next 00/12] bpf: Support by-value struct and __int128 arguments
 2026-09-08  4:34 UTC  (30+ messages)
` [PATCH bpf-next 03/12] bpf: Support by-value struct arguments up to 16 bytes
` [PATCH bpf-next 04/12] bpf: Support __int128 as a by-value function argument
` [PATCH bpf-next 05/12] bpf: Support by-value struct and __int128 kfunc arguments
` [PATCH bpf-next 06/12] bpf: Add a JIT helper for the outgoing stack of kfunc calls
` [PATCH bpf-next 07/12] bpf, x86: Place kfunc arguments per the SysV calling convention
` [PATCH bpf-next 10/12] selftests/bpf: Add C tests for by-value arguments up to 16 bytes

[PATCH bpf-next 08/12] bpf: Record a 16-byte argument alignment in the function model
 2026-09-08  4:28 UTC  (3+ messages)

[PATCH bpf 1/2] bpf: Fix bpf_skb_change_tail wrt csum partial skbs
 2026-09-08  2:40 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for bpf_skb_change_tail on "

[PATCH 6.12.y] tcp: clear sock_ops cb flags before force-closing a child socket
 2026-09-08  0:53 UTC  (3+ messages)

[PATCH bpf-next 0/4] bpf: Add bpf_call_rcu() and bpf_call_rcu_tasks_trace()
 2026-09-08  0:19 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: Add bpf_call_rcu() kfunc
` [PATCH bpf-next 2/4] selftests/bpf: Add tests for bpf_call_rcu()
` [PATCH bpf-next 3/4] bpf: Add bpf_call_rcu_tasks_trace() kfunc
` [PATCH bpf-next 4/4] selftests/bpf: Add a test for bpf_call_rcu_tasks_trace()

[PATCH bpf-next] bpf, x86: Use global buffer for trampoline size generation
 2026-09-08  0:13 UTC  (5+ messages)

[PATCH bpf v2 2/3] tcp: Skip cond_resched() in inet_csk_listen_stop() under BPF context
 2026-09-07 23:34 UTC  (3+ messages)

[PATCH bpf v2 0/3] bpf,tcp: Fix bpf_sock_destroy() on TIME_WAIT and listener socks
 2026-09-07 23:23 UTC  (3+ messages)
` [PATCH bpf v2 1/3] bpf: Fix out-of-bounds read of sk_protocol in bpf_sock_destroy()

[syzbot] [bpf?] WARNING in pcpu_get_vm_areas
 2026-09-07 20:14 UTC 

[PATCH bpf-next v5 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-07 20:06 UTC  (10+ messages)
` [PATCH bpf-next v5 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v5 2/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v5 3/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v5 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v5 5/7] selftests/bpf: Cover trusted-or-null BTF pointer reads
` [PATCH bpf-next v5 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v5 7/7] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm

[PATCH bpf] bpf: refresh seg6local SRH pointer after skb pull
 2026-09-07 20:02 UTC  (3+ messages)

[PATCH v2 bpf-next 00/18] Support inline functions in BTF
 2026-09-07 20:00 UTC  (7+ messages)
` [PATCH v2 bpf-next 11/18] bpftool: Add ability to dump LOC_PARAM, LOC_PROTO and LOCSEC
` [PATCH v2 bpf-next 14/18] btf: Make vmlinux, module inline info available in /sys/kernel/btf

[RFC PATCH bpf-next 0/6] bpf: Add UHMUL and SHMUL instructions
 2026-09-07 19:53 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/6] "
` [RFC PATCH bpf-next 3/6] bpf: Reject UHMUL/SHMUL in unsupported JITs

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-07 19:33 UTC  (8+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH bpf-next v8 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-07 18:51 UTC  (5+ messages)
` [PATCH bpf-next v8 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v8 2/2] selftests/bpf: Add memcg async reclaim test

[BUG] net/ipv6: use-after-free in seg6_bpf_has_valid_srh()
 2026-09-07 18:13 UTC 

[PATCH bpf-next v2] libbpf: fix log level propagation for light skeleton loaders
 2026-09-07 17:05 UTC 

[BUG] libbpf: BTF dedup merges arrays with different element types
 2026-09-07 16:30 UTC  (7+ messages)
` [PATCH bpf 0/2] libbpf: Fix array comparison in BTF dedup
  ` [PATCH bpf 1/2] "
  ` [PATCH bpf 2/2] selftests/bpf: Test array element "

[PATCH bpf 0/2] bpftool: fix sparse logical CPU handling
 2026-09-07 15:57 UTC  (3+ messages)
` [PATCH bpf 1/2] bpftool: Fix CPU IDs in per-CPU map output
` [PATCH bpf 2/2] bpftool: Fix sparse CPU IDs in prog profile

[PATCH bpf-next 1/4] libbpf: Add bpf_program__add_flags() and bpf_program__clear_flags()
 2026-09-07 15:24 UTC  (3+ messages)
` [PATCH bpf-next 4/4] bpftool: Adopt bpf_program__add_flags() helper

[PATCH bpf-next v6 1/2] bpf: Validate program attach type during link update
 2026-09-07 15:08 UTC  (4+ messages)
` [PATCH bpf-next v6 2/2] selftests/bpf: Cover attach type checks in "

[PATCH bpf-next v4 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-07 14:04 UTC  (6+ messages)
` [PATCH bpf-next v4 1/7] mm: Add copy_remote_mm_str()

[PATCH bpf v3 0/2] bpf, arm64: fix the exception callback's frame pointer
 2026-09-07 13:43 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf, arm64: set up the frame pointer for the exception callback
` [PATCH bpf v3 2/2] selftests/bpf: cover the exception callback using its own BPF stack

[PATCH bpf v2 0/2] bpf, arm64: fix the exception callback's frame pointer
 2026-09-07 13:06 UTC  (7+ messages)
` [PATCH bpf v2 1/2] bpf, arm64: set up the frame pointer for the exception callback
` [PATCH bpf v2 2/2] selftests/bpf: cover the exception callback using its own BPF stack

[PATCH net v3] xsk: set network header on skb at generic transmit
 2026-09-07 12:01 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] bpf: fix typos and repeated words in comments
 2026-09-07 12:00 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] ARM: net: fix typo "arithmatic" in comment
` [PATCH bpf-next v3 2/7] bpf: fix typos in comments
` [PATCH bpf-next v3 3/7] powerpc: net: fix typo "upto" "
` [PATCH bpf-next v3 4/7] selftests/bpf: fix typos "
` [PATCH bpf-next v3 5/7] sparc: net: fix typo "evalute" in comment
` [PATCH bpf-next v3 6/7] libbpf: Fix typos in comments
` [PATCH bpf-next v3 7/7] selftests/bpf: fix repeated words "

[PATCH bpf-next 0/5] bpf: Fix arena memory incoherence
 2026-09-07 11:45 UTC  (5+ messages)
` [PATCH bpf-next 3/5] bpf: Fix arena race between page free and alloc leading to incoherency
` [PATCH bpf-next 4/5] bpf: Atomically update PTE and range tree in arena VM fault handler

[PATCH v2] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-09-07 10:52 UTC  (4+ messages)

[PATCH bpf-next v7 0/2] libbpf: improve BPF load performance by selectively loading module BTFs
 2026-09-07  8:34 UTC  (7+ messages)
` [PATCH bpf-next v7 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v7 2/2] selftests/bpf: add tests for selective module BTF loading

[PATCH v11 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
 2026-09-07  7:58 UTC  (2+ messages)

[PATCH net v2] net/ipv6: don't route packets with unknown source address
 2026-09-07  7:24 UTC  (3+ messages)

[PATCH bpf-next v4 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-07  6:58 UTC  (2+ messages)

[PATCH 0/2] sched: fix typos and repeated words in comments
 2026-09-07  6:49 UTC  (3+ messages)
` [PATCH 1/2] sched: fix typo "upto" "
` [PATCH 2/2] tools/sched_ext: fix repeated word 'be' in comment

[PATCH bpf-next 0/2] bpftool: Support symbolic map creation flags
 2026-09-07  5:15 UTC  (12+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/2] bpftool: Accept "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Cover symbolic bpftool "
  ` [PATCH bpf-next v3 0/2] bpftool: Support symbolic "
    ` [PATCH bpf-next v3 1/2] bpftool: Accept "
    ` [PATCH bpf-next v3 2/2] selftests/bpf: Cover symbolic bpftool "
        ` [bpf-next,v3,1/2] bpftool: Accept symbolic "

[PATCH bpf-next 0/2] bpftool: Batch bounded hash map dumps
 2026-09-07  5:15 UTC  (11+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Check bpftool batch map dump contents
` [PATCH bpf-next v2 0/2] bpftool: Batch bounded hash map dumps
  ` [PATCH bpf-next v2 1/2] bpftool: Use batch lookups for "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Check bpftool batch map dump contents

[PATCH bpf-next 0/2] bpftool: Consume ring buffer maps with event_pipe
 2026-09-07  5:15 UTC  (6+ messages)
` [PATCH bpf-next v2 "
  ` [PATCH bpf-next v2 1/2] bpftool: Read "
  ` [PATCH bpf-next v2 2/2] selftests/bpf: Cover bpftool ring buffer event_pipe

[PATCH bpf-next v2 1/2] bpftool: Add recursive map dumping
 2026-09-07  5:14 UTC  (8+ messages)
` [PATCH bpf-next v3 0/2] "
  ` [PATCH bpf-next v3 1/2] "
  ` [PATCH bpf-next v3 2/2] selftests/bpf: Cover recursive bpftool map dumps

[PATCH v2 0/7] bpf: fix typos and repeated words in comments
 2026-09-07  4:51 UTC  (8+ messages)
` [PATCH v2 1/7] ARM: net: fix typo "arithmatic" in comment
` [PATCH v2 2/7] bpf: fix typos in comments
` [PATCH v2 3/7] powerpc: net: fix typo "upto" "
` [PATCH v2 4/7] selftests/bpf: fix typos "
` [PATCH v2 5/7] sparc: net: fix typo "evalute" in comment
` [PATCH v2 6/7] libbpf: Fix typos in comments
` [PATCH v2 7/7] selftests/bpf: fix repeated words "

[PATCH bpf-next v7 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-07  3:31 UTC  (7+ messages)
` [PATCH bpf-next v7 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH bpf-next] bpf, riscv: Register extable entries at probe insn call sites
 2026-09-07  3:26 UTC  (3+ messages)

[PATCH bpf v4] bpf: Fix UAF due to concurrent consumption of ttrace lists in alloc_bulk
 2026-09-07  2:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-09-07  1:54 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH bpf-next v5 2/2] selftests/bpf: Cover attach type checks in link update
 2026-09-07  1:38 UTC  (2+ messages)

[GIT PULL] BPF fixes for 7.3-rc2
 2026-09-07  0:06 UTC  (3+ messages)

[PATCH net-next v5 12/12] gve: add link status/speed ctrl ops
 2026-09-07  0:04 UTC  (2+ messages)

[PATCH net-next v5 11/12] gve: add ctrl ops to for queue operations
 2026-09-07  0:04 UTC  (2+ messages)

[PATCH net-next v5 09/12] gve: introduce new methods to handle IRQ doorbells
 2026-09-07  0:04 UTC  (2+ messages)

[PATCH net-next v5 08/12] gve: split up notify block allocation and setup paths
 2026-09-07  0:04 UTC  (2+ messages)

[PATCH net-next v5 06/12] gve: simplify reset logic
 2026-09-07  0:03 UTC  (2+ messages)

[PATCH net-next v5 05/12] gve: refactor gve_init_priv for reset path
 2026-09-07  0:03 UTC  (2+ messages)

[PATCH net-next v5 02/12] gve: introduce control plane operations structure
 2026-09-07  0:03 UTC  (2+ messages)

[PATCH net-next v5 01/12] gve: add struct gve_device_info to hold device properties
 2026-09-07  0:03 UTC  (2+ messages)

[PATCH v2] bpf: Fix u32 overflow issue in map batch operations
 2026-09-06 23:34 UTC  (5+ messages)
` [PATCH v3] "

linux-next: manual merge of the bpf-next tree with the bpf tree
 2026-09-06 23:18 UTC  (2+ messages)

[PATCH bpf-next] bpf, docs: Fix the struct bpf_cpumask name in kfuncs.rst
 2026-09-06 22:34 UTC  (2+ messages)

[PATCH] bpf: btf: make alloc_obj_fields array const
 2026-09-06 22:33 UTC 

[PATCH bpf-next v2] bpf, docs: Fix two struct names in btf.rst and kfuncs.rst
 2026-09-06 22:26 UTC 

[PATCH v7 0/3] perf tools: port UI from GTK2 to GTK4
 2026-09-06 21:05 UTC  (10+ messages)
` [PATCH v7 1/3] tools: port perf ui from GTK 2 to GTK 4
` [PATCH v7 2/3] perf tools: make the GTK4 report browser actually loadable at runtime
` [PATCH v7 3/3] perf tools gtk: fix two hierarchy-view stack buffer overflows

[PATCH bpf-next] bpf, docs: Fix the struct btf_var name in btf.rst
 2026-09-06 21:00 UTC  (2+ messages)


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