BPF List
 help / color / mirror / Atom feed
 messages from 2025-06-06 20:01:21 to 2025-06-09 23:50:13 UTC [more...]

[PATCH bpf-next 1/5] bpf: Add cookie to tracing bpf_link_info
 2025-06-09 23:50 UTC  (2+ messages)

[PATCH 1/3] cgroup: support to enable nmi-safe css_rstat_updated
 2025-06-09 23:44 UTC  (4+ messages)
` [PATCH 2/3] cgroup: make css_rstat_updated nmi safe
` [PATCH 3/3] memcg: cgroup: call memcg_rstat_updated irrespective of in_nmi()
` [PATCH 0/3] cgroup: nmi safe css_rstat_updated

[PATCH bpf-next v2] bpf: Add show_fdinfo for perf_event
 2025-06-09 23:41 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] bpf: Implement mprog API on top of existing cgroup progs
 2025-06-09 23:40 UTC  (4+ messages)
` [PATCH bpf-next v5 2/5] "

[PATCH bpf-next v1 1/4] bpf: Save struct_ops instance pointer in bpf_prog_aux
 2025-06-09 23:27 UTC  (4+ messages)
` [PATCH bpf-next v1 2/4] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH bpf-next v1 3/4] selftests/bpf: Test accessing struct_ops this pointer
` [PATCH bpf-next v1 4/4] selftests/bpf: Test accessing struct_ops this pointer in timer callback

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

[PATCH net-next v3 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-09 23:22 UTC  (16+ messages)
` [PATCH net-next v3 01/12] net: Allow const args for of page_to_netmem()
` [PATCH net-next v3 02/12] net: Add skb_can_coalesce for netmem
` [PATCH net-next v3 03/12] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next v3 04/12] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next v3 05/12] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next v3 06/12] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next v3 07/12] net/mlx5e: SHAMPO: Headers page pool stats
` [PATCH net-next v3 08/12] net/mlx5e: Convert over to netmem
` [PATCH net-next v3 09/12] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next v3 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next v3 11/12] net/mlx5e: Support ethtool tcp-data-split settings
` [PATCH net-next v3 12/12] net/mlx5e: Add TX support for netmems

[PATCH bpf-next 1/2] bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
 2025-06-09 22:55 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Fix two net related test failures with 64K page size

[PATCH bpf-next v1 0/2] veristat: memory accounting for bpf programs
 2025-06-09 22:45 UTC  (8+ messages)
` [PATCH bpf-next v1 2/2] "

[PATCH net-next V7 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-06-09 22:09 UTC  (3+ messages)
` [PATCH net-next V7 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH net v2] net: clear the dst when changing skb protocol
 2025-06-09 22:02 UTC  (6+ messages)

BPF CI update: veristat-scx job
 2025-06-09 21:49 UTC  (3+ messages)

[PATCH 00/12] Signed BPF programs
 2025-06-09 21:41 UTC  (26+ messages)
` [PATCH 01/12] bpf: Implement an internal helper for SHA256 hashing
` [PATCH 02/12] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH 03/12] bpf: Implement exclusive map creation
` [PATCH 04/12] libbpf: Implement SHA256 internal helper
` [PATCH 05/12] libbpf: Support exclusive map creation
` [PATCH 06/12] selftests/bpf: Add tests for exclusive maps
` [PATCH 07/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH 08/12] bpf: Implement signature verification for BPF programs
` [PATCH 09/12] libbpf: Update light skeleton for signing
` [PATCH 10/12] libbpf: Embed and verify the metadata hash in the loader
` [PATCH 11/12] bpftool: Add support for signing BPF programs
` [PATCH 12/12] selftests/bpf: Enable signature verification for all lskel tests

[PATCH bpf-next v2 0/3] Support array presets in veristat
 2025-06-09 21:37 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: separate var preset parsing "
` [PATCH bpf-next v2 2/3] selftests/bpf: support array presets "
` [PATCH bpf-next v2 3/3] selftests/bpf: test "

[syzbot] [net?] general protection fault in veth_xdp_rcv
 2025-06-09 20:55 UTC 

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

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-09 19:32 UTC  (13+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next 2/9] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next 3/9] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next 4/9] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next 5/9] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next 6/9] netmem: remove __netmem_get_pp()
` [PATCH net-next 7/9] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH net-next 8/9] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH bpf-next v2 0/5] sockmap: Fix reading with splice(2)
 2025-06-09 19:21 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] net: Add splice_read to prot
` [PATCH bpf-next v2 2/5] tcp_bpf: Fix reading with splice(2)
` [PATCH bpf-next v2 3/5] selftests/bpf: sockmap: Exit with error on failure
` [PATCH bpf-next v2 4/5] selftests/bpf: sockmap: Allow SK_PASS in verdict
` [PATCH bpf-next v2 5/5] selftests/bpf: sockmap: Add splice + SK_PASS regression test

[RFC PATCH v1] perf trace: Mitigate failures in parallel perf trace instances
 2025-06-09 18:38 UTC  (5+ messages)

[PATCH bpf-next v4 0/3] bpf: make reg_not_null() true for CONST_PTR_TO_MAP
 2025-06-09 18:30 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 2/3] selftests/bpf: add cmp_map_pointer_with_const test
` [PATCH bpf-next v4 3/3] selftests/bpf: add test cases with CONST_PTR_TO_MAP null checks

[PATCH] bpf: cpumap: report Rx queue index to xdp_rxq_info
 2025-06-09 17:38 UTC 

[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-06-09 16:58 UTC  (6+ messages)

[PATCH bpf-next] bpf: Fix RCU usage in bpf_get_cgroup_classid_curr helper
 2025-06-09 15:51 UTC  (2+ messages)

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-09 15:20 UTC  (7+ messages)
` [PATCH net-next V2 07/11] net/mlx5e: SHAMPO: Headers page pool stats

[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
 2025-06-09 14:36 UTC 

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-06-09 11:37 UTC  (6+ messages)

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

[RFC v4 00/18] Split netmem from struct page
 2025-06-09  7:53 UTC  (5+ messages)

[PATCH bpf-next v2] bpf, sockmap: Fix psock incorrectly pointing to sk
 2025-06-09  4:20 UTC  (2+ messages)

[PATCH bpf-next] Documentation: Enhance readability in BPF docs
 2025-06-08 14:32 UTC  (3+ messages)
  ` [Bpf] "

[PATCH] selftests/bpf: fix signedness bug in redir_partial()
 2025-06-08 14:36 UTC 

[RFC PATCH v3 0/5] mm, bpf: BPF based THP adjustment
 2025-06-08  7:35 UTC  (6+ messages)
` [RFC PATCH v3 1/5] mm, thp: use __thp_vma_allowable_orders() in khugepaged_enter_vma()
` [RFC PATCH v3 2/5] mm, thp: add bpf thp hook to determine thp allocator
` [RFC PATCH v3 3/5] mm, thp: add bpf thp hook to determine thp reclaimer
` [RFC PATCH v3 4/5] mm: thp: add bpf thp struct ops
` [RFC PATCH v3 5/5] selftests/bpf: Add selftest for THP adjustment

[PATCH bpf-next] Documentation: Fix spelling mistake
 2025-06-07 22:25 UTC  (4+ messages)

[PATCH v2] selftests/bpf: Validate UDP length in cls_redirect test
 2025-06-07 15:54 UTC  (3+ messages)

[PATCH bpf-next v3 1/3] bpf: make reg_not_null() true for CONST_PTR_TO_MAP
 2025-06-07 14:07 UTC  (10+ messages)
` [PATCH bpf-next v3 3/3] selftests/bpf: add test cases with CONST_PTR_TO_MAP null checks

[PATCH v2] .gitignore: ignore compile_commands.json globally
 2025-06-07  9:27 UTC  (2+ messages)

[PATCH v1 0/4] Pipe mode header dumping and minor space saving
 2025-06-07  6:12 UTC  (5+ messages)
` [PATCH v1 1/4] perf header: In pipe mode dump features without --header/-I
` [PATCH v1 2/4] perf header: Allow tracing of attr events
` [PATCH v1 3/4] perf header: Display message if BPF/BTF info is empty
` [PATCH v1 4/4] perf header: Don't write empty BPF/BTF info

[PATCH bpf-next v4 0/4] selftests/bpf: Fix a few test failures with arm64 64KB page
 2025-06-07  2:30 UTC  (6+ messages)
` [PATCH bpf-next v4 1/4] selftests/bpf: Reduce test_xdp_adjust_frags_tail_grow logs
` [PATCH bpf-next v4 2/4] selftests/bpf: Fix bpf_mod_race test failure with arm64 64KB page size
` [PATCH bpf-next v4 3/4] selftests/bpf: Fix ringbuf/ringbuf_write "
` [PATCH bpf-next v4 4/4] selftests/bpf: Fix a user_ringbuf "

[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
 2025-06-06 22:16 UTC  (4+ messages)
` [PATCH bpf-next V1 6/7] bpf: selftests: Add rx_meta store kfuncs selftest

[PATCH v3 0/5] perf: generate events for BPF metadata
 2025-06-06 21:52 UTC  (6+ messages)
` [PATCH v3 1/5] perf: detect support for libbpf's emit_strings option
` [PATCH v3 2/5] perf: collect BPF metadata from existing BPF programs
` [PATCH v3 3/5] perf: collect BPF metadata from new programs
` [PATCH v3 4/5] perf: display the new PERF_RECORD_BPF_METADATA event
` [PATCH v3 5/5] perf: add test for PERF_RECORD_BPF_METADATA collection

[PATCH v2 0/4] perf: generate events for BPF metadata
 2025-06-06 21:52 UTC  (7+ messages)
` [PATCH v2 1/4] perf: detect support for libbpf's emit_strings option
` [PATCH v2 3/4] perf: collect BPF metadata from new programs, and display the new event

[PATCH] .gitignore: ignore compile_commands.json globally
 2025-06-06 21:43 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: Fix a few test failures with arm64 64KB page
 2025-06-06 21:31 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: Reduce test_xdp_adjust_frags_tail_grow logs
` [PATCH bpf-next v3 2/4] selftests/bpf: Fix bpf_mod_race test failure with arm64 64KB page size
` [PATCH bpf-next v3 3/4] selftests/bpf: Fix ringbuf/ringbuf_write "
` [PATCH bpf-next v3 4/4] selftests/bpf: Fix a user_ringbuf "

[PATCH bpf-next v2 0/4] selftests/bpf: Fix a few test failures with arm64 64KB page
 2025-06-06 21:23 UTC  (4+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page size

[PATCH bpf] libbpf: handle unsupported mmap-based /sys/kernel/btf/vmlinux correctly
 2025-06-06 21:20 UTC  (2+ messages)

[RFC v2 0/5] BPF controlled io_uring
 2025-06-06 21:07 UTC  (5+ messages)
` [RFC v2 3/5] io_uring/bpf: implement struct_ops registration

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

BTF loading failing on perf
 2025-06-06 20:22 UTC  (5+ messages)

[PATCH v4 00/10] Move uid filtering to BPF filters
 2025-06-06 20:01 UTC  (5+ messages)
` [PATCH v4 03/10] perf parse-events: Add parse_uid_filter helper


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