BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-11 20:23:06 to 2025-11-14 07:00:21 UTC [more...]

[PATCHSET v3 0/5] perf tools: Add deferred callchain support
 2025-11-14  7:00 UTC  (2+ messages)
` [PATCH v3 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains

[PATCH bpf-next v3] bpf: prevent nesting overflow in bpf_try_get_buffers
 2025-11-14  6:49 UTC 

[PATCH net v3 0/1] i40e: xsk: advance next_to_clean on status descriptors
 2025-11-14  5:49 UTC  (3+ messages)
` [PATCH net v3 1/1] "
  ` [Intel-wired-lan] "

[PATCH bpf-next 1/2] bpf: Recognize special arithmetic shift in the verifier
 2025-11-14  3:10 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for s>>=31 and s>>=63

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-14  3:00 UTC  (16+ messages)
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH 4/5] io_uring: bpf: add buffer support for IORING_OP_BPF

[PATCH bpf v1 1/2] bpf: account for current allocated stack depth in widen_imprecise_scalars()
 2025-11-14  2:57 UTC  (2+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: widen_imprecise_scalars() and different stack depth

[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
 2025-11-14  2:16 UTC  (7+ messages)
      ` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())

[PATCH dwarves v4 0/3] btf_encoder: refactor emission of BTF funcs
 2025-11-14  2:14 UTC  (5+ messages)

[PATCH net v5 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-11-14  1:36 UTC  (8+ messages)
` [PATCH net v5 3/3] selftests/bpf: Add mptcp test with sockmap

[RFC PATCH 0/1] bpf, verifier: Detect empty intersection between tnum and ranges
 2025-11-13 23:16 UTC  (3+ messages)

[PATCH v2 bpf-next] selftests/bpf: retry bpf_map_update_elem() when E2BIG is returned
 2025-11-13 22:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix failure path in send_signal test
 2025-11-13 21:59 UTC  (3+ messages)

[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
 2025-11-13 21:42 UTC  (7+ messages)
` [PATCH v16 4/4] perf tools: Merge deferred user callchains

[PATCH v2 bpf-next] selftests/bpf: Fix failure paths in send_signal test
 2025-11-13 20:23 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: verifier: initialize imm in kfunc_tab in add_kfunc_call()
 2025-11-13 19:57 UTC  (4+ messages)

[PATCH v4 0/2] libbpf: fix BTF dedup to support recursive typedef
 2025-11-13 19:21 UTC  (5+ messages)
` [PATCH v4 1/2] libbpf: fix BTF dedup to support recursive typedef definitions
` [PATCH v4 2/2] selftests/bpf: add BTF dedup tests for "

[PATCH RFC bpf-next 0/2] Switch to kmalloc_nolock() in BPF local storage
 2025-11-13 18:58 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/2] bpf: Always charge/uncharge memory when allocating/unlinking storage elements
` [PATCH RFC bpf-next 2/2] bpf: Use kmalloc_nolock() in local storage unconditionally

[PATCHv2 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-11-13 17:57 UTC  (16+ messages)
` [PATCHv2 bpf-next 1/8] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCHv2 bpf-next 2/8] ftrace: Export some of hash related functions
` [PATCHv2 bpf-next 3/8] ftrace: Add update_ftrace_direct_add function
` [PATCHv2 bpf-next 4/8] ftrace: Add update_ftrace_direct_del function
` [PATCHv2 bpf-next 5/8] ftrace: Add update_ftrace_direct_mod function
` [PATCHv2 bpf-next 6/8] bpf: Add trampoline ip hash table
` [PATCHv2 bpf-next 7/8] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv2 bpf-next 8/8] bpf, x86: Use single ftrace_ops for direct calls

[PATCH net/bpf] bpf: add bpf_prog_run_data_pointers()
 2025-11-13 17:55 UTC  (3+ messages)

[PATCH dwarves 0/3] pahole: Replace or add functions with true signatures in btf
 2025-11-13 17:36 UTC  (3+ messages)

[PATCH bpf-next v6 0/2] bpf: Free special fields when update [lru_,]percpu_hash maps
 2025-11-13 17:30 UTC  (8+ messages)
` [PATCH bpf-next v6 2/2] selftests/bpf: Add test to verify freeing the "

[PATCH v2 0/4] make vmalloc gfp flags usage more apparent
 2025-11-13 16:54 UTC  (12+ messages)
` [PATCH v2 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [PATCH v2 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [PATCH v2 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [PATCH v2 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()
` [syzbot ci] Re: make vmalloc gfp flags usage more apparent

[PATCH v4 bpf-next 2/2] bpf: test the proper verification of tail calls
 2025-11-13 16:09 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/2] bpf: properly verify tail call behavior

[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-13 16:01 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] perf: Refactor get_perf_callchain
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-11-13 15:35 UTC  (7+ messages)

[syzbot] [bpf?] KASAN: stack-out-of-bounds Write in __bpf_get_stack
 2025-11-13 13:49 UTC  (12+ messages)
` [PATCH bpf-next v3] bpf: Clamp trace length in __bpf_get_stack to fix OOB write

[PATCH net-next 0/6] net/mlx5e: Speedup channel configuration operations
 2025-11-13 13:16 UTC  (14+ messages)
` [PATCH net-next 1/6] net/mlx5e: Move async ICOSQ lock into ICOSQ struct
` [PATCH net-next 2/6] net/mlx5e: Use regular ICOSQ for triggering NAPI
` [PATCH net-next 3/6] net/mlx5e: Move async ICOSQ to dynamic allocation
` [PATCH net-next 4/6] net/mlx5e: Conditionally create async ICOSQ
` [PATCH net-next 5/6] net/mlx5e: Update XDP features in switch channels
` [PATCH net-next 6/6] net/mlx5e: Support XDP target xmit with dummy program

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-13 13:05 UTC  (4+ messages)
` [PATCH] nsproxy: fix free_nsproxy() and simplify create_new_namespaces()

[next-20251111]selftest/bpf fails to compile
 2025-11-13 12:56 UTC 

[PATCH v3 00/10] BPF controlled io_uring
 2025-11-13 11:59 UTC  (11+ messages)
` [PATCH v3 01/10] io_uring: rename the wait queue entry field
` [PATCH v3 02/10] io_uring: simplify io_cqring_wait_schedule results
` [PATCH v3 03/10] io_uring: export __io_run_local_work
` [PATCH v3 04/10] io_uring: extract waiting parameters into a struct
` [PATCH v3 05/10] io_uring/bpf: add stubs for bpf struct_ops
` [PATCH v3 06/10] io_uring/bpf: add handle events callback
` [PATCH v3 07/10] io_uring/bpf: implement struct_ops registration
` [PATCH v3 08/10] io_uring/bpf: add basic kfunc helpers
` [PATCH v3 09/10] selftests/io_uring: update mini liburing
` [PATCH v3 10/10] selftests/io_uring: add bpf io_uring selftests

[PATCH v3 0/2] libbpf: fix BTF dedup to support recursive typedef
 2025-11-13 11:42 UTC  (4+ messages)
` [PATCH v3 1/2] libbpf: fix BTF dedup to support recursive typedef definitions
` [PATCH v3 2/2] selftests/bpf: add BTF dedup tests for "

[PATCH 00/17] ns: header cleanups and initial namespace reference count improvements
 2025-11-13 11:03 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: retry bpf_map_update_elem() when E2BIG is returned
 2025-11-13  8:23 UTC  (3+ messages)

[BUG/RFC 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2025-11-13  7:51 UTC  (2+ messages)

[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
 2025-11-13  4:55 UTC  (5+ messages)
` [PATCH 4/5] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH 5/5] slab: prevent recursive kmalloc() in alloc_empty_sheaf()

[PATCH bpf-next 1/4] bpf: arena: populate vm_area without allocating memory
 2025-11-13  4:52 UTC  (4+ messages)

[PATCH net-next] selftests: drv-net: xdp: Fix register spill error with clang 20
 2025-11-13  4:31 UTC 

[syzbot] [bpf?] possible deadlock in bpf_lru_push_free (2)
 2025-11-13  4:26 UTC 

[PATCH v2 0/7] kallsyms: Prevent invalid access when showing module buildid
 2025-11-13  2:50 UTC  (9+ messages)
` [PATCH v2 1/7] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH v2 2/7] kallsyms: Clean up modname and modbuildid "
` [PATCH v2 3/7] module: Add helper function for reading module_buildid()
` [PATCH v2 4/7] kallsyms: Cleanup code for appending the module buildid
` [PATCH v2 5/7] kallsyms/bpf: Rename __bpf_address_lookup() to bpf_address_lookup()
` [PATCH v2 6/7] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH v2 7/7] kallsyms: Prevent module removal when printing module name and buildid

[PATCH bpf-next 1/2] bpf: Check skb->transport_header is set in bpf_skb_check_mtu
 2025-11-12 23:23 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when transport_header is not set

[PATCH net V3 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-11-12 21:58 UTC  (6+ messages)
` [PATCH net V3 1/2] veth: enable dev_watchdog for detecting stalled TXQs

[PATCH v2 0/2] libbpf: fix BTF dedup to support recursive typedef
 2025-11-12 20:28 UTC  (5+ messages)
` [PATCH v2 1/2] libbpf: fix BTF dedup to support recursive typedef definitions
` [PATCH v2 2/2] selftests/bpf: add BTF dedup tests for "

[PATCH bpf-next v1] rqspinlock: Adjust return value for queue destruction
 2025-11-12 18:18 UTC  (2+ messages)

[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-11-12 17:35 UTC  (6+ messages)
` [PATCH 02/11] sched/debug: Stop and start server based on if it was active

[PATCH bpf-next] selftests/bpf: Fix htab_update/reenter_update selftest failure
 2025-11-12 15:40 UTC  (6+ messages)

[PATCH v5 net-next 00/14] AccECN protocol case handling series
 2025-11-12 14:50 UTC  (5+ messages)
` [PATCH v5 net-next 05/14] tcp: L4S ECT(1) identifier and NEEDS_ACCECN for CC modules

[PATCH net V4] veth: Fix TXQ stall race condition
 2025-11-12 13:13 UTC  (2+ messages)
` [PATCH net V4] veth: more robust handing of race to avoid txq getting stuck

[PATCH net-next v2 0/7] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
 2025-11-12 12:12 UTC  (7+ messages)
` [PATCH net-next v2 4/7] net: ethernet: ti: am65-cpsw: Add AF_XDP zero copy for RX
` [PATCH net-next v2 7/7] net: ethernet: ti: am65-cpsw: Fix clearing of irq_disabled flag in rx_poll

[PATCH bpf-next v2] bpf: use preempt_disable/enable() to protect bpf_bprintf_buffers nesting
 2025-11-12  8:23 UTC  (3+ messages)

[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
 2025-11-12  7:52 UTC  (9+ messages)
` [PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-12  7:41 UTC  (8+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed

[syzbot] [net?] [bpf?] WARNING: ODEBUG bug in handle_softirqs
 2025-11-12  4:52 UTC  (2+ messages)
` [syzbot] [hams?] "

[PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
 2025-11-12  3:55 UTC  (4+ messages)

[PATCH bpf-next] bpf: verifier: initialize imm in kfunc_tab in add_kfunc_call()
 2025-11-12  0:01 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