BPF List
 help / color / mirror / Atom feed
 messages from 2025-06-05 23:06:24 to 2025-06-08 10:09:25 UTC [more...]

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

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-06-08  8:45 UTC  (6+ messages)

[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  (5+ messages)

[PATCH bpf-next] Documentation: Enhance readability in BPF docs
 2025-06-07 22:24 UTC 

[PATCH net v2] net: clear the dst when changing skb protocol
 2025-06-07 21:33 UTC  (2+ 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  (18+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: add cmp_map_pointer_with_const test
` [PATCH bpf-next v3 3/3] selftests/bpf: add test cases with CONST_PTR_TO_MAP null checks

[PATCH 00/12] Signed BPF programs
 2025-06-07  9:26 UTC  (15+ 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 v2] .gitignore: ignore compile_commands.json globally
 2025-06-07  9:27 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] veristat: memory accounting for bpf programs
 2025-06-07  8:13 UTC  (12+ messages)
` [PATCH bpf-next v1 1/2] bpf: include verifier memory allocations in memcg statistics
` [PATCH bpf-next v1 2/2] veristat: memory accounting for bpf programs

[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  (6+ messages)
` [PATCH bpf-next V1 6/7] bpf: selftests: Add rx_meta store kfuncs selftest
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst

[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  (9+ messages)
` [PATCH v2 1/4] perf: detect support for libbpf's emit_strings option
` [PATCH v2 2/4] perf: collect BPF metadata from existing BPF programs
` [PATCH v2 3/4] perf: collect BPF metadata from new programs, and display the new event
` [PATCH v2 4/4] perf: add test for PERF_RECORD_BPF_METADATA collection

[PATCH] .gitignore: ignore compile_commands.json globally
 2025-06-06 21:43 UTC  (4+ 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 v3 bpf-next 0/5] bpf path iterator
 2025-06-06 21:30 UTC  (6+ 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

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

[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  (12+ messages)
` [RFC v2 1/5] io_uring: add struct for state controlling cqwait
` [RFC v2 2/5] io_uring/bpf: add stubs for bpf struct_ops
` [RFC v2 3/5] io_uring/bpf: implement struct_ops registration
` [RFC v2 4/5] io_uring/bpf: add handle events callback
` [RFC v2 5/5] io_uring/bpf: add basic kfunc helpers

[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  (6+ messages)
` [PATCH v4 03/10] perf parse-events: Add parse_uid_filter helper

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

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

[PATCH net] net: clear the dst when changing skb protocol
 2025-06-06 17:36 UTC  (12+ messages)

[PATCH v2 bpf-next 0/4] bpf path iterator
 2025-06-06 17:01 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/4] namei: Introduce new helper function path_walk_parent()
` [PATCH v2 bpf-next 2/4] landlock: Use path_walk_parent()

[PATCH bpf-next 1/5] bpf: Add cookie to tracing bpf_link_info
 2025-06-06 16:58 UTC  (5+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: Add cookies check for tracing fill_link_info test
` [PATCH bpf-next 3/5] bpftool: Display cookie for tracing link probe
` [PATCH bpf-next 4/5] bpf: Add cookie in fdinfo for tracing
` [PATCH bpf-next 5/5] bpf: Add cookie in fdinfo for raw_tp

[PATCH bpf-next v5 0/5] bpf: Implement mprog API on top of existing cgroup progs
 2025-06-06 16:31 UTC  (6+ messages)
` [PATCH bpf-next v5 1/5] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [PATCH bpf-next v5 2/5] bpf: Implement mprog API on top of existing cgroup progs
` [PATCH bpf-next v5 3/5] libbpf: Support link-based cgroup attach with options
` [PATCH bpf-next v5 4/5] selftests/bpf: Move some tc_helpers.h functions to test_progs.h
` [PATCH bpf-next v5 5/5] selftests/bpf: Add two selftests for mprog API based cgroup progs

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-06-06 16:22 UTC  (12+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model
          ` [Question] attributes encoding in BTF

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

[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-06-06 15:48 UTC  (5+ messages)

[PATCH bpf-next v2] bpf: Add show_fdinfo for perf_event
 2025-06-06 15:02 UTC 

[BUG] veth: TX drops with NAPI enabled and crash in combination with qdisc
 2025-06-06  9:06 UTC  (6+ messages)

[PATCH v2] tools/resolve_btfids: Fix build when cross compiling kernel with clang
 2025-06-06  8:11 UTC  (2+ messages)

[PATCH] tools/resolve_btfids: Fix build when cross compiling kernel with clang
 2025-06-06  7:36 UTC  (7+ messages)
` [RESEND][PATCH] "

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

[PATCH bpf-next] bpf: Add show_fdinfo for perf_event
 2025-06-06  2:36 UTC  (5+ messages)


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