messages from 2024-01-19 00:14:11 to 2024-01-23 00:18:13 UTC [more...]
[PATCH bpf 0/3] Fix the read of vsyscall page through bpf
2024-01-23 0:18 UTC (8+ 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
[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
2024-01-23 0:17 UTC (3+ messages)
` [RFC PATCH v7 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_QDISC
[PATCH bpf-next v6 0/3] Skip callback tests if jit is disabled in test_verifier
2024-01-22 22:59 UTC (5+ messages)
` [PATCH bpf-next v6 1/3] selftests/bpf: Move is_jit_enabled() into testing_helpers
` [PATCH bpf-next v6 2/3] selftests/bpf: Copy insn_is_pseudo_func() "
` [PATCH bpf-next v6 3/3] selftests/bpf: Skip callback tests if jit is disabled in test_verifier
[RFC PATCH 0/5] x86: Build the core kernel using PIC codegen
2024-01-22 22:44 UTC (8+ messages)
` [RFC PATCH 1/5] kallsyms: Avoid weak references for kallsyms symbols
` [RFC PATCH 2/5] vmlinux: Avoid weak reference to notes section
` [RFC PATCH 3/5] btf: Avoid weak external references
` [RFC PATCH 4/5] x86/head64: Replace pointer fixups with PIE codegen
` [RFC PATCH 5/5] x86: Build the core kernel with position independent codegen
[PATCH v5 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
2024-01-22 22:16 UTC (12+ messages)
` [PATCH v5 bpf 01/11] xsk: recycle buffer in case Rx queue was full
` [PATCH v5 bpf 02/11] xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
` [PATCH v5 bpf 03/11] xsk: fix usage of multi-buffer BPF helpers for ZC XDP
` [PATCH v5 bpf 04/11] ice: work on pre-XDP prog frag count
` [PATCH v5 bpf 05/11] i40e: handle multi-buffer packets that are shrunk by xdp prog
` [PATCH v5 bpf 06/11] ice: remove redundant xdp_rxq_info registration
` [PATCH v5 bpf 07/11] intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
` [PATCH v5 bpf 08/11] ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
` [PATCH v5 bpf 09/11] xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
` [PATCH v5 bpf 10/11] i40e: set xdp_rxq_info::frag_size
` [PATCH v5 bpf 11/11] i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue
[RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments
2024-01-22 21:22 UTC
[PATCH v10 net-next 00/15] Introducing P4TC
2024-01-22 19:48 UTC (16+ messages)
` [PATCH v10 net-next 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH v10 net-next 02/15] net/sched: act_api: increase action kind string length
` [PATCH v10 net-next 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH v10 net-next 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH v10 net-next 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH v10 net-next 06/15] p4tc: add P4 data types
` [PATCH v10 net-next 07/15] p4tc: add template API
` [PATCH v10 net-next 08/15] p4tc: add template pipeline create, get, update, delete
` [PATCH v10 net-next 09/15] p4tc: add template action create, update, delete, get, flush and dump
` [PATCH v10 net-next 10/15] p4tc: add runtime action support
` [PATCH v10 net-next 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH v10 net-next 12/15] p4tc: add runtime table entry create and update
` [PATCH v10 net-next 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH v10 net-next 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH v10 net-next 15/15] p4tc: add P4 classifier
[LSF/MM/BPF TOPIC] Instruction-level BPF memory model
2024-01-22 19:01 UTC
[PATCH stable 5.15] bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
2024-01-22 17:46 UTC (2+ messages)
[RFC PATCH bpf-next 0/5] static branches
2024-01-22 16:49 UTC (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf: fix potential error return
` [RFC PATCH bpf-next 2/5] bpf: keep track of and expose xlated insn offsets
` [RFC PATCH bpf-next 3/5] bpf: x86: expose how xlated insns map to jitted insns
` [RFC PATCH bpf-next 4/5] bpf: add support for an extended JA instruction
` [RFC PATCH bpf-next 5/5] bpf: x86: add BPF_STATIC_BRANCH_UPDATE syscall
[PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
2024-01-22 16:30 UTC (8+ messages)
[GIT PULL] BPF token for v6.8
2024-01-22 15:25 UTC (5+ messages)
[PATCH v4 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
2024-01-22 14:08 UTC (14+ 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 v5 net-next 0/3] add multi-buff support for xdp running in generic mode
2024-01-22 11:19 UTC (7+ messages)
` [PATCH v5 net-next 1/3] net: introduce page_pool pointer in softnet_data percpu struct
[syzbot] [bpf?] KMSAN: uninit-value in ___bpf_prog_run (4)
2024-01-22 7:46 UTC (2+ messages)
[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
2024-01-22 6:54 UTC (7+ messages)
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
[PATCH bpf-next] bpftool: add support for split BTF to gen min_core_btf
2024-01-22 6:44 UTC (2+ messages)
[PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
2024-01-22 6:25 UTC (5+ messages)
` [PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v5 4/4] selftest/bpf: Test a perf bpf program that suppresses "
[PATCH bpf-next] Correct bpf_core_read.h comment wrt bpf_core_relo struct
2024-01-22 5:20 UTC (2+ messages)
[PATCH net-next 00/17] virtio-net: support AF_XDP zero copy (3/3)
2024-01-22 4:24 UTC (5+ messages)
[LSF/MM/BPF TOPIC] State Of The Page
2024-01-22 0:18 UTC (8+ messages)
[PATCH bpf-next] libbpf: call dup2() syscall directly
2024-01-21 6:24 UTC (7+ messages)
[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 (9+ messages)
[PATCH net-next] xdp: Remove usage of the deprecated ida_simple_xx() API
2024-01-20 11:53 UTC (2+ messages)
[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-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 (9+ 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 (23+ 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 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 11/14] bpf, net: switch to dynamic registration
` [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 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 (9+ messages)
` [PATCH bpf-next 1/8] bpf: Add cookie to perf_event bpf_link_info records
` [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 (12+ 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
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