messages from 2024-02-02 09:40:21 to 2024-02-05 13:08:39 UTC [more...]
[PATCH net] bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY
2024-02-05 13:08 UTC (2+ messages)
[PATCH bpf-next v2 0/2] Transfer RCU lock state across subprog calls
2024-02-05 12:55 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Transfer RCU lock state between "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for RCU lock transfer between subprogs
[PATCH net-next v5 0/5] remove page frag implementation in vhost_net
2024-02-05 12:45 UTC (2+ messages)
` [PATCH net-next v5 4/5] vhost/net: remove vhost_net_page_frag_refill()
[PATCH bpf-next 0/2] xsk: support redirect to any socket bound to the same umem
2024-02-05 12:35 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] xsk: document ability to "
[PATCH bpf-next] bpf: allow bpf_skb_load_bytes in tracing prog
2024-02-05 12:10 UTC
[PATCH v8 net-next 0/4] add multi-buff support for xdp running in generic mode
2024-02-05 11:35 UTC (5+ messages)
` [PATCH v8 net-next 1/4] net: add generic percpu page_pool allocator
` [PATCH v8 net-next 2/4] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v8 net-next 3/4] xdp: add multi-buff support for xdp running in generic mode
` [PATCH v8 net-next 4/4] veth: rely on skb_cow_data_for_xdp utility routine
[PATCH net-next v2 0/7] dma: skip calling no-op sync ops when possible
2024-02-05 11:04 UTC (8+ messages)
` [PATCH net-next v2 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v2 2/7] dma: avoid redundant calls for sync operations
` [PATCH net-next v2 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v2 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v2 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v2 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v2 7/7] xsk: use generic DMA sync shortcut instead of a custom one
FYI: bpf selftest verif_scale_strobemeta_subprogs failed with latest llvm19
2024-02-05 6:57 UTC
[PATCH bpf-next v2 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
2024-02-05 5:42 UTC (13+ messages)
` [PATCH bpf-next v2 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
` [PATCH bpf-next v2 2/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
[PATCH bpf-next v1 0/2] Transfer RCU lock state across subprog calls
2024-02-05 5:34 UTC (8+ messages)
` [PATCH bpf-next v1 1/2] bpf: Transfer RCU lock state between "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for RCU lock transfer between subprogs
[PATCH bpf-next] selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
2024-02-05 5:29 UTC
[PATCH v5 bpf-next 0/4] bpf: Add bpf_iter_cpumask
2024-02-05 3:08 UTC (14+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v5 bpf-next 2/4] bpf, docs: Add document for cpumask iter
` [PATCH v5 bpf-next 3/4] selftests/bpf: Fix error checking for cpumask_success__load()
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add selftests for cpumask iter
[PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
2024-02-05 2:41 UTC (2+ messages)
[RFC bpf-next v4 0/6] Support PTR_MAYBE_NULL for struct_ops arguments
2024-02-05 1:53 UTC (15+ messages)
` [RFC bpf-next v4 1/6] bpf: Allow PTR_TO_BTF_ID even for pointers to int
` [RFC bpf-next v4 2/6] bpf: Extend PTR_TO_BTF_ID to handle pointers to scalar and array types
` [RFC bpf-next v4 3/6] bpf: Remove an unnecessary check
` [RFC bpf-next v4 4/6] bpf: add btf pointer to struct bpf_ctx_arg_aux
` [RFC bpf-next v4 5/6] bpf: Create argument information for nullable arguments
` [RFC bpf-next v4 6/6] selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators
[PATCH bpf-next v2 0/2] bpf, bpftool: Support dumping kfunc prototypes from BTF
2024-02-05 0:32 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Have bpf_rdonly_cast() take a const pointer
` [PATCH bpf-next v2 2/2] bpftool: Support dumping kfunc prototypes from BTF
[PATCH] bpf: merge two CONFIG_BPF entries
2024-02-05 0:22 UTC (4+ messages)
[PATCH bpf-next v1 0/2] Enable static subprog calls in spin lock critical sections
2024-02-04 23:55 UTC (10+ messages)
` [PATCH bpf-next v1 1/2] bpf: Allow calling static subprogs while holding a bpf_spin_lock
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test for static subprog call in lock cs
[PATCH bpf-next v2 0/2] Enable static subprog calls in spin lock critical sections
2024-02-04 22:23 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Allow calling static subprogs while holding a bpf_spin_lock
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test for static subprog call in lock cs
[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
2024-02-04 21:34 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: Fix flaky test ptr_untrusted
2024-02-04 19:44 UTC
[RFC PATCH bpf-next 0/2] bpf: Add generic kfunc bpf_ffs64()
2024-02-04 19:19 UTC (3+ messages)
[RFC PATCH] bpf: Prevent recursive deadlocks in BPF programs attached to spin lock helpers using fentry/ fexit
2024-02-04 19:09 UTC (4+ messages)
Re:[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF
2024-02-04 18:41 UTC
[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF
2024-02-04 18:40 UTC (3+ messages)
` [PATCH dwarves v4 1/2] pahole: Add --btf_feature=decl_tag_kfuncs feature
` [PATCH dwarves v4 2/2] pahole: Inject kfunc decl tags into BTF
[PATCH bpf-next] bpf: Remove an unnecessary check
2024-02-04 18:15 UTC (2+ messages)
[PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
2024-02-04 18:08 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Suppress warning message of an unused variable
2024-02-04 16:46 UTC (2+ messages)
[PATCH v1 bpf-next 0/9] BPF static branches
2024-02-04 16:05 UTC (12+ messages)
` [PATCH v1 bpf-next 1/9] bpf: fix potential error return
` [PATCH v1 bpf-next 2/9] bpf: keep track of and expose xlated insn offsets
` [PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns
` [PATCH v1 bpf-next 4/9] selftests/bpf: Add tests for instructions mappings
` [PATCH v1 bpf-next 5/9] bpftool: dump new fields of bpf prog info
` [PATCH v1 bpf-next 6/9] bpf: add support for an extended JA instruction
` [PATCH v1 bpf-next 7/9] bpf: Add kernel/bpftool asm support for new instructions
` [PATCH v1 bpf-next 8/9] bpf: add BPF_STATIC_BRANCH_UPDATE syscall
` [PATCH v1 bpf-next 9/9] selftests/bpf: Add tests for new ja* instructions
[PATCH bpf-next v3 0/2] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
2024-02-04 6:58 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] bpf, btf: Add register_check_missing_btf helper
` [PATCH bpf-next v3 2/2] bpf, btf: Check btf for register_bpf_struct_ops
[PATCH bpf-next v2 0/2] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
2024-02-04 1:19 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf, btf: Add register_check_missing_btf helper
` [PATCH bpf-next v2 2/2] bpf, btf: Check btf for register_bpf_struct_ops
There has a backport bug between v5.10.79 and v5.10.80 when run bpf selftest "test_sockmap" on 5.10 lts kernel
2024-02-04 0:35 UTC (3+ messages)
[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
2024-02-03 18:45 UTC (5+ messages)
[PATCH v7 net-next 0/4] add multi-buff support for xdp running in generic mode
2024-02-03 14:52 UTC (12+ messages)
` [PATCH v7 net-next 1/4] net: add generic percpu page_pool allocator
` [PATCH v7 net-next 2/4] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v7 net-next 3/4] xdp: add multi-buff support for xdp running in generic mode
` [PATCH v7 net-next 4/4] veth: rely on skb_cow_data_for_xdp utility routine
[PATCH net] tsnep: Fix mapping for zero copy XDP_TX action
2024-02-03 12:50 UTC (2+ messages)
[Bpf] ISA: do individual instructions still need their own IANA status?
2024-02-03 4:36 UTC
[PATCH net-next v5] virtio_net: Support RX hash XDP hint
2024-02-03 2:56 UTC (3+ messages)
[PATCH bpf-next 0/3] Two small fixes for global subprog tagging
2024-02-03 2:20 UTC (6+ messages)
` [PATCH bpf-next 1/3] bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logic
` [PATCH bpf-next 2/3] selftests/bpf: add more cases for __arg_trusted __arg_nullable args
` [PATCH bpf-next 3/3] bpf: don't emit warnings intended for global subprogs for static subprogs
[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
2024-02-03 0:58 UTC (7+ messages)
[PATCH v3 0/8] Clean up libperf cpumap's empty function
2024-02-02 23:40 UTC (9+ messages)
` [PATCH v3 1/8] libperf cpumap: Add any, empty and min helpers
` [PATCH v3 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
` [PATCH v3 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v3 4/8] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
` [PATCH v3 5/8] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v3 6/8] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v3 7/8] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v3 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
[PATCH bpf-next v3] bpf, docs: Expand set of initial conformance groups
2024-02-02 22:47 UTC (4+ messages)
` [Bpf] "
[PATCH bpf] selftests/bpf: trace_helpers.c: do not use poisoned type
2024-02-02 22:30 UTC (3+ messages)
[PATCH] selftests/bpf: Use ARRAY_SIZE for array length
2024-02-02 21:50 UTC (2+ messages)
[RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
2024-02-02 21:39 UTC (3+ messages)
[PATCH bpf-next v3 0/6] Improvements for tracking scalars in the BPF verifier
2024-02-02 21:30 UTC (2+ messages)
[PATCH v5 0/4] net/sched: Load modules via alias
2024-02-02 19:10 UTC (4+ messages)
[PATCH bpf v3 0/3] Fix the read of vsyscall page through bpf
2024-02-02 18:43 UTC (5+ messages)
` [PATCH bpf v3 1/3] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
` [PATCH bpf v3 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
` [PATCH bpf v3 3/3] selftest/bpf: Test the read of vsyscall page under x86-64
[PATCH net-next 1/4] ice: make ice_vsi_cfg_rxq() static
2024-02-02 17:56 UTC (2+ messages)
` [PATCH net-next 2/4] ice: make ice_vsi_cfg_txq() static
[PATCH bpf] xsk: Add truesize to skb_add_rx_frag()
2024-02-02 16:32 UTC
[PATCH 1/1] perf bpf: Clean up the generated/copied vmlinux.h
2024-02-02 15:40 UTC (2+ messages)
[PATCH v10 net-next 00/15] Introducing P4TC
2024-02-02 13:50 UTC (9+ messages)
` [PATCH v10 net-next 02/15] net/sched: act_api: increase action kind string length
` [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 bpf-next v2 0/4] Mixing bpf2bpf and tailcalls for RV64
2024-02-02 13:04 UTC (9+ messages)
` [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
[PATCH] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
2024-02-02 11:45 UTC (2+ messages)
[PATCH v4 0/4] net/sched: Load modules via alias
2024-02-02 11:00 UTC (4+ messages)
` "
[PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
2024-02-02 9:46 UTC (4+ messages)
[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-02 9:39 UTC (7+ messages)
` [PATCH vhost v1 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v1 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v1 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v1 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v1 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v1 19/19] virtio_net: sq support premapped mode
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