bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-10 19:48:04 to 2025-06-12 02:29:04 UTC [more...]

[RFC v2 0/5] BPF controlled io_uring
 2025-06-12  2:28 UTC  (3+ messages)
` [RFC v2 4/5] io_uring/bpf: add handle events callback

[PATCH bpf-next v2 0/3] bpf: Fix a few test failures with 64K page size
 2025-06-12  1:59 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
` [PATCH bpf-next v2 2/3] selftests/bpf: Fix two net related test failures with 64K page size
` [PATCH bpf-next v2 3/3] selftests/bpf: Fix xdp_do_redirect failure with 64KB "

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-12  1:58 UTC  (15+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH v9 00/11] perf: Support the deferred unwinding infrastructure
 2025-06-11  1:34 UTC  (12+ messages)
` [PATCH v9 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v9 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v9 03/11] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v9 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v9 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v9 06/11] perf: Support deferred user callchains
` [PATCH v9 07/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v9 08/11] perf record: Enable defer_callchain for user callchains
` [PATCH v9 09/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v9 10/11] perf tools: Merge deferred user callchains
` [PATCH v9 11/11] perf: Support deferred user callchains for per CPU events

[GIT PULL] BPF fixes for 6.16-rc2
 2025-06-12  1:19 UTC 

[PATCH v3 0/5] perf: generate events for BPF metadata
 2025-06-12  1:02 UTC  (4+ messages)

[PATCH bpf-next 00/25] bpf: tracing multi-link support
 2025-06-12  0:58 UTC  (6+ messages)

[PATCH net v3 1/2] net: clear the dst when changing skb protocol
 2025-06-12  0:40 UTC  (2+ messages)

[syzbot] [bpf?] KASAN: slab-use-after-free Read in do_check
 2025-06-11 23:10 UTC  (13+ messages)
      ` [PATCH bpf-next] bpf: Fix state use-after-free on push_stack() err
      ` [PATCH bpf-next] bpf: Remove redundant free_verifier_state()/pop_stack()

[PATCH bpf-next v3 00/11] bpf: propagate read/precision marks over state graph backedges
 2025-06-11 23:10 UTC  (2+ messages)

[PATCH 00/12] Signed BPF programs
 2025-06-11 23:05 UTC  (28+ messages)
` [PATCH 03/12] bpf: Implement exclusive map creation
` [PATCH 07/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH 10/12] libbpf: Embed and verify the metadata hash in the loader

[PATCH bpf-next v3 01/11] Revert "bpf: use common instruction history across all states"
 2025-06-11 22:57 UTC  (13+ messages)
` [PATCH bpf-next v3 02/11] bpf: compute SCCs in program control flow graph
` [PATCH bpf-next v3 03/11] bpf: frame_insn_idx() utility function
` [PATCH bpf-next v3 04/11] bpf: starting_state parameter for __mark_chain_precision()
` [PATCH bpf-next v3 05/11] bpf: set 'changed' status if propagate_precision() did any updates
` [PATCH bpf-next v3 06/11] bpf: set 'changed' status if propagate_liveness() "
` [PATCH bpf-next v3 07/11] bpf: move REG_LIVE_DONE check to clean_live_states()
` [PATCH bpf-next v3 08/11] bpf: propagate read/precision marks over state graph backedges
` [PATCH bpf-next v3 09/11] bpf: remove {update,get}_loop_entry functions
` [PATCH bpf-next v3 10/11] bpf: include backedges in peak_states stat
` [PATCH bpf-next v3 11/11] selftests/bpf: tests with a loop state missing read/precision mark

[PATCH bpf-next v3 1/2] bpftool: Use appropriate permissions for map access
 2025-06-11 22:18 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps

[PATCH v2 0/4] cgroup: nmi safe css_rstat_updated
 2025-06-11 22:15 UTC  (5+ messages)
` [PATCH v2 1/4] cgroup: support to enable nmi-safe css_rstat_updated
` [PATCH v2 2/4] cgroup: make css_rstat_updated nmi safe
` [PATCH v2 3/4] cgroup: remove per-cpu per-subsystem locks
` [PATCH v2 4/4] memcg: cgroup: call css_rstat_updated irrespective of in_nmi()

[PATCH v4 bpf-next 0/5] bpf path iterator
 2025-06-11 22:02 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v4 bpf-next 2/5] landlock: Use path_walk_parent()
` [PATCH v4 bpf-next 3/5] bpf: Introduce path iterator
` [PATCH v4 bpf-next 4/5] selftests/bpf: Add tests for bpf "
` [PATCH v4 bpf-next 5/5] selftests/bpf: Path walk test

[PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
 2025-06-11 21:06 UTC  (2+ messages)

[PATCH bpf-next v2 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps
 2025-06-11 21:39 UTC  (2+ messages)

[PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
 2025-06-11 21:10 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
 2025-06-11 20:40 UTC 

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-06-11 20:12 UTC  (4+ messages)
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH] xdp: Remove unused events xdp_redirect_map and xdp_redirect_map_err
 2025-06-11 19:56 UTC 

[PATCH] selftests/bpf: fix signedness bug in redir_partial()
 2025-06-11 19:51 UTC  (2+ messages)

[PATCH bpf-next v3] net: Fix RCU usage in task_cls_state() for BPF programs
 2025-06-11 19:40 UTC  (2+ messages)

[PATCH bpf-next] Documentation: Enhance readability in BPF docs
 2025-06-11 19:40 UTC  (2+ messages)

[PATCH bpf-next] bpf: clear user buf when bpf_d_path failed
 2025-06-11 19:40 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variable
 2025-06-11 19:40 UTC  (2+ messages)

[PATCH] bpf, verifier: Improve precision for BPF_ADD and BPF_SUB
 2025-06-11 18:11 UTC  (2+ messages)

[PATCH v3 bpf-next 0/5] bpf path iterator
 2025-06-11 18:08 UTC  (19+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-11 17:20 UTC  (3+ messages)

[PATCH bpf-next v2] net: Fix RCU usage in task_cls_state() for BPF programs
 2025-06-11 17:07 UTC  (4+ messages)

[PATCH bpf-next v3 0/3] Support array presets in veristat
 2025-06-11 16:55 UTC  (8+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: support "

[PATCH 1/2] context_tracking: Provide helper to determine if we're in IRQ
 2025-06-11 16:25 UTC  (6+ messages)
` [PATCH 2/2] rcu: Fix lockup when RCU reader used while IRQ exiting

[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-06-11 16:00 UTC  (11+ messages)
` [PATCH net-next V7 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops
                ` [PATCH net V1] veth: prevent NULL pointer dereference in veth_xdp_rcv

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-06-11 15:59 UTC  (12+ messages)
` [RFC bpf-next 3/4] bpf: Generating a stubbed version of BPF program for termination

[PATCH bpf-next v2 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-06-11 15:10 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to cover ktls with bpf_msg_pop_data

[PATCH 2/3] cgroup: make css_rstat_updated nmi safe
 2025-06-11 13:56 UTC  (8+ messages)

[PATCH bpf-next v2 0/5] sockmap: Fix reading with splice(2)
 2025-06-11  8:57 UTC  (4+ messages)
` [PATCH bpf-next v2 1/5] net: Add splice_read to prot

[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-06-11  8:30 UTC  (3+ messages)
` [PATCHv3 22/22] man2: Add uprobe syscall page

[PATCH bpf-next v1 1/4] bpf: Save struct_ops instance pointer in bpf_prog_aux
 2025-06-11  7:16 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: more precise cpu_mitigations state detection
 2025-06-11  5:49 UTC  (4+ messages)

[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
 2025-06-11  3:40 UTC  (7+ messages)
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst

bpf-restrict-fs fails to load without DYNAMIC_FTRACE_WITH_DIRECT_CALLS on arm64
 2025-06-11  2:49 UTC  (5+ messages)

[PATCH 0/2] tools/kexec: Introduce utility to build zboot image with bpf section
 2025-06-11  2:26 UTC  (3+ messages)
` [PATCH 1/2] tools/kexec: Introduce a bpf-prog to parse zboot image format
` [PATCH 2/2] tools/kexec: Add a zboot image building tool

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-11  0:54 UTC  (15+ messages)
` [PATCH v10 01/14] unwind_user: Add user space unwinding API
` [PATCH v10 02/14] unwind_user: Add frame pointer support
` [PATCH v10 03/14] unwind_user: Add compat mode "
` [PATCH v10 04/14] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v10 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v10 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v10 08/14] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v10 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v10 10/14] unwind: Clear unwind_mask on exit back to user space
` [PATCH v10 11/14] unwind: Finish up unwind when a task exits
` [PATCH v10 12/14] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v10 13/14] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v10 14/14] unwind_user/x86: Enable compat mode frame pointer unwinding on x86

BTF loading failing on perf
 2025-06-10 23:12 UTC  (6+ messages)

[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-06-10 20:37 UTC  (8+ messages)

[PATCH] bpf: cpumap: report Rx queue index to xdp_rxq_info
 2025-06-10 20:24 UTC  (4+ messages)

[PATCH bpf] MAINTAINERS: add myself as bpf networking reviewer
 2025-06-10 20: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;
as well as URLs for NNTP newsgroup(s).