messages from 2024-01-18 01:49:58 to 2024-01-21 23:54:22 UTC [more...]
[LSF/MM/BPF TOPIC] State Of The Page
2024-01-21 23:54 UTC (7+ messages)
[GIT PULL] BPF token for v6.8
2024-01-21 19:36 UTC (4+ messages)
[PATCH bpf-next] libbpf: call dup2() syscall directly
2024-01-21 6:24 UTC (7+ messages)
[PATCH bpf-next] Correct bpf_core_read.h comment wrt bpf_core_relo struct
2024-01-21 6:01 UTC
[PATCHv2 bpf-next 0/8] bpf: Add cookies retrieval for perf/kprobe multi links
2024-01-21 2:52 UTC (19+ messages)
` [PATCHv2 bpf-next 1/8] bpf: Add cookie to perf_event bpf_link_info records
` [PATCHv2 bpf-next 2/8] bpf: Store cookies in kprobe_multi bpf_link_info data
` [PATCHv2 bpf-next 3/8] bpftool: Fix wrong free call in do_show_link
` [PATCHv2 bpf-next 4/8] selftests/bpf: Add cookies check for kprobe_multi fill_link_info test
` [PATCHv2 bpf-next 5/8] selftests/bpf: Add cookies check for perf_event "
` [PATCHv2 bpf-next 6/8] selftests/bpf: Add fill_link_info test for perf event
` [PATCHv2 bpf-next 7/8] bpftool: Display cookie for perf event link probes
` [PATCHv2 bpf-next 8/8] bpftool: Display cookie for kprobe multi link
[PATCH v3 bpf-next 0/3] bpf: Add bpf_iter_cpumask
2024-01-21 2:45 UTC (9+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add selftests for cpumask iter
[PATCH bpf-next] perf/bpf: Fix duplicate type check
2024-01-20 15:09 UTC
[PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect
2024-01-20 14:41 UTC (14+ messages)
[PATCH net-next] xdp: Remove usage of the deprecated ida_simple_xx() API
2024-01-20 11:53 UTC (2+ messages)
[PATCH v4 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
2024-01-20 11:35 UTC (13+ messages)
` [PATCH v4 bpf 01/11] xsk: recycle buffer in case Rx queue was full
` [PATCH v4 bpf 02/11] xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
` [PATCH v4 bpf 03/11] xsk: fix usage of multi-buffer BPF helpers for ZC XDP
` [PATCH v4 bpf 04/11] ice: work on pre-XDP prog frag count
` [PATCH v4 bpf 05/11] i40e: handle multi-buffer packets that are shrunk by xdp prog
` [PATCH v4 bpf 06/11] ice: remove redundant xdp_rxq_info registration
` [PATCH v4 bpf 07/11] intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
` [PATCH v4 bpf 08/11] ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
` [PATCH v4 bpf 09/11] xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
` [PATCH v4 bpf 10/11] i40e: set xdp_rxq_info::frag_size
` [PATCH v4 bpf 11/11] i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue
[PATCH v2 bpf-next 1/2] selftests/bpf: Fix the flaky tc_redirect_dtime test
2024-01-20 6:05 UTC (2+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Wait for the netstamp_needed_key static key to be turned on
[PATCH bpf 0/3] Fix the read of vsyscall page through bpf
2024-01-20 1:29 UTC (6+ messages)
` [PATCH bpf 1/3] x86/mm: Move is_vsyscall_vaddr() into mm_internal.h
` [PATCH bpf 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
` [PATCH bpf 3/3] selftest/bpf: Test the read of vsyscall page under x86-64
[PATCH bpf-next] selftests/bpf: Fix the flaky tc_redirect_dtime test
2024-01-20 0:39 UTC (2+ messages)
lsm_cgroup.c selftest fails to compile when CONFIG_PACKET!=y
2024-01-19 23:54 UTC (11+ messages)
` "
[PATCH bpf-next v17 00/14] Registrating struct_ops types from modules
2024-01-19 22:50 UTC (15+ messages)
` [PATCH bpf-next v17 01/14] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v17 02/14] bpf: get type information with BTF_ID_LIST
` [PATCH bpf-next v17 03/14] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v17 04/14] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v17 05/14] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v17 06/14] bpf: pass btf object id in bpf_map_info
` [PATCH bpf-next v17 07/14] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v17 08/14] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v17 09/14] bpf: hold module refcnt in bpf_struct_ops map creation and prog verification
` [PATCH bpf-next v17 10/14] bpf: validate value_type
` [PATCH bpf-next v17 11/14] bpf, net: switch to dynamic registration
` [PATCH bpf-next v17 12/14] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v17 13/14] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v17 14/14] selftests/bpf: test case for register_bpf_struct_ops()
[PATCH bpf-next v16 00/14] Registrating struct_ops types from modules
2024-01-19 21:38 UTC (27+ messages)
` [PATCH bpf-next v16 03/14] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v16 04/14] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v16 06/14] bpf: pass btf object id in bpf_map_info
` [PATCH bpf-next v16 07/14] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v16 08/14] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v16 09/14] bpf: hold module refcnt in bpf_struct_ops map creation and prog verification
` [PATCH bpf-next v16 10/14] bpf: validate value_type
` [PATCH bpf-next v16 11/14] bpf, net: switch to dynamic registration
` [PATCH bpf-next v16 12/14] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v16 13/14] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v16 14/14] selftests/bpf: test case for register_bpf_struct_ops()
[PATCH bpf v5 1/2] libbpf: Apply map_set_def_max_entries() for inner_maps on creation
2024-01-19 21:30 UTC (2+ messages)
[PATCH] perf lock contention: Account contending locks too
2024-01-19 21:23 UTC (2+ messages)
[PATCH bpf-next] bpftool: add support for split BTF to gen min_core_btf
2024-01-19 21:18 UTC
[PATCH bpf-next v5 0/3] Skip callback tests if jit is disabled in test_verifier
2024-01-19 21:18 UTC (3+ messages)
` [PATCH bpf-next v5 2/3] libbpf: Move insn_is_pseudo_func() to libbpf_internal.h
[PATCH v4 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
2024-01-19 17:19 UTC (8+ messages)
` [PATCH v4 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v4 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v4 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v4 4/4] selftest/bpf: Test a perf bpf program that suppresses "
[PATCH bpf-next 0/2] Enable the inline of kptr_xchg for arm64
2024-01-19 10:25 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Enable the inline of bpf_kptr_xchg()
` [PATCH bpf-next 2/2] selftests/bpf: Enable kptr_xchg_inline test for arm64
[PATCH bpf-next 0/8] bpf: Add cookies retrieval for perf/kprobe multi links
2024-01-19 8:03 UTC (19+ messages)
` [PATCH bpf-next 1/8] bpf: Add cookie to perf_event bpf_link_info records
` [PATCH bpf-next 2/8] bpf: Store cookies in kprobe_multi bpf_link_info data
` [PATCH bpf-next 3/8] bpftool: Fix wrong free call in do_show_link
` [PATCH bpf-next 4/8] selftests/bpf: Add cookies check for kprobe_multi fill_link_info test
` [PATCH bpf-next 5/8] selftests/bpf: Add cookies check for perf_event "
` [PATCH bpf-next 6/8] selftests/bpf: Add fill_link_info test for perf event
` [PATCH bpf-next 7/8] bpftool: Display cookie for perf event link probes
` [PATCH bpf-next 8/8] bpftool: Display cookie for kprobe multi link
[GIT PULL] Networking for v6.8-rc1
2024-01-19 2:40 UTC (2+ messages)
[PATCH v2 bpf 0/5] Tighten up arg:ctx type enforcement
2024-01-19 1:00 UTC (14+ messages)
` [PATCH v2 bpf 1/5] libbpf: feature-detect arg:ctx tag support in kernel
` [PATCH v2 bpf 3/5] bpf: enforce types for __arg_ctx-tagged arguments in global subprogs
` [PATCH v2 bpf 5/5] libbpf: warn on unexpected __arg_ctx type when rewriting BTF
[PATCH v3 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
2024-01-19 0:08 UTC (7+ messages)
` [PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v3 4/4] selftest/bpf: Test a perf bpf program that suppresses side effects
[PATCH bpf-next] bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_K
2024-01-18 23:53 UTC (6+ messages)
` [Bpf] "
[PATCH bpf-next] The original document has some inconsistency
2024-01-18 22:54 UTC (6+ messages)
` [Bpf] "
[RFC bpf-next v2] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments
2024-01-18 22:49 UTC
[PATCH v1 bpf-next] bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n
2024-01-18 21:17 UTC
pull-request: bpf 2024-01-18
2024-01-18 18:10 UTC (2+ messages)
[PATCH bpf-next] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt()
2024-01-18 14:53 UTC (8+ messages)
[PATCH] bpf: Refactor ptr alu checking rules to allow alu explicitly
2024-01-18 14:38 UTC (2+ messages)
[PATCHv2 stable 6.1 0/2] btf, scripts: Update pahole options
2024-01-18 9:58 UTC (2+ messages)
[PATCH v3 bpf 0/5] Tighten up arg:ctx type enforcement
2024-01-18 4:30 UTC (7+ messages)
` [PATCH v3 bpf 1/5] libbpf: feature-detect arg:ctx tag support in kernel
` [PATCH v3 bpf 2/5] bpf: extract bpf_ctx_convert_map logic and make it more reusable
` [PATCH v3 bpf 3/5] bpf: enforce types for __arg_ctx-tagged arguments in global subprogs
` [PATCH v3 bpf 4/5] selftests/bpf: add tests confirming type logic in kernel for __arg_ctx
` [PATCH v3 bpf 5/5] libbpf: warn on unexpected __arg_ctx type when rewriting BTF
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox