BPF List
 help / color / mirror / Atom feed
 messages from 2024-01-31 20:20:29 to 2024-02-02 16:34:23 UTC [more...]

[PATCH v1 bpf-next 0/9] BPF static branches
 2024-02-02 16:28 UTC  (8+ 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 bpf] xsk: Add truesize to skb_add_rx_frag()
 2024-02-02 16:32 UTC 

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-02 16:28 UTC  (2+ messages)

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-02 16:19 UTC  (2+ messages)

[PATCH 1/1] perf bpf: Clean up the generated/copied vmlinux.h
 2024-02-02 15:40 UTC  (2+ messages)

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-02 15:03 UTC  (2+ messages)

[RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
 2024-02-02 14:47 UTC  (2+ messages)

[PATCH v10 net-next 00/15] Introducing P4TC
 2024-02-02 13:50 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 bpf] selftests/bpf: trace_helpers.c: do not use poisoned type
 2024-02-02 13:18 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
 2024-02-02 13:06 UTC  (8+ 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 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 v5 0/4] net/sched: Load modules via alias
 2024-02-02 12:21 UTC  (7+ messages)
` [PATCH v5 1/4] net/sched: Add helper macros with module names
` [PATCH v5 2/4] net/sched: Add module aliases for cls_,sch_,act_ modules
` [PATCH v5 3/4] net/sched: Load modules via their alias
` [PATCH v5 4/4] net/sched: Remove alias of sch_clsact

[PATCH] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
 2024-02-02 11:45 UTC  (2+ messages)

[PATCH v7 net-next 0/4] add multi-buff support for xdp running in generic mode
 2024-02-02 11:43 UTC  (10+ 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 v4 0/4] net/sched: Load modules via alias
 2024-02-02 11:00 UTC  (4+ messages)
    `  "

[PATCH bpf v3 0/3] Fix the read of vsyscall page through bpf
 2024-02-02 10:39 UTC  (4+ 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 bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
 2024-02-02  9:46 UTC  (10+ messages)
` [PATCH bpf-next v3 1/4] riscv, bpf: Remove redundant ctx->offset initialization
` [PATCH bpf-next v3 2/4] riscv, bpf: Using kvcalloc to allocate cache buffer
` [PATCH bpf-next v3 3/4] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v3 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-02  9:39 UTC  (20+ messages)
` [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v1 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v1 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 10/19] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost v1 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v1 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v1 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v1 14/19] virtio_ring: remove api of setting vq premapped
` [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

[PATCH] selftests/bpf: Use ARRAY_SIZE for array length
 2024-02-02  9:06 UTC 

[PATCH net-next v4 00/11] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-02-02  8:50 UTC  (13+ messages)
` [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
` [PATCH net-next v4 07/11] arch: x86: Add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v4 08/11] stmmac: intel: configure SerDes according to the interface mode

[PATCH bpf-next] bpf, docs: Expand set of initial conformance groups
 2024-02-02  7:07 UTC  (6+ messages)
` [Bpf] "

[RFC] perf: Reconsider an error code selection in bpf_map__fprintf()
 2024-02-02  6:48 UTC 

[PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
 2024-02-02  3:07 UTC  (6+ messages)
` [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-02  3:06 UTC  (31+ messages)
` [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 08/17] virtio: vring_new_virtqueue(): "
` [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost 17/17] virtio_net: sq support premapped mode

[Syzkaller & bisect] There is sys_bpf related out_of_memory WARNING in v6.8-rc2
 2024-02-02  2:14 UTC 

[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
 2024-02-02  1:47 UTC  (9+ messages)
` [RFC PATCH v7 1/8] "

[syzbot] [bpf?] linux-next boot error: WARNING in register_btf_kfunc_id_set
 2024-02-01 22:16 UTC  (3+ messages)

[PATCH v2 bpf-next 0/5] Libbpf API and memfd_create() fixes
 2024-02-01 21:30 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: call memfd_create() syscall directly
` [PATCH v2 bpf-next 2/5] libbpf: add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
` [PATCH v2 bpf-next 3/5] libbpf: add btf__new_split() API that was declared but not implemented
` [PATCH v2 bpf-next 4/5] libbpf: add missed btf_ext__raw_data() API
` [PATCH v2 bpf-next 5/5] selftests/bpf: fix bench runner SIGSEGV

[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
 2024-02-01 21:05 UTC  (3+ messages)

[linux-next:master 1465/2825] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:557:13: warning: variable 'r' set but not used
 2024-02-01 20:36 UTC 

[PATCH bpf-next ] selftests/bpf: disable IPv6 for lwt_redirect test
 2024-02-01 18:42 UTC  (3+ messages)

[PATCH bpf-next] bpf: minor clean-up to sleepable_lsm_hooks BTF set
 2024-02-01 17:50 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported
 2024-02-01 17:12 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/bpf: enable kfunc call

[PATCH v6 net-next 0/5] add multi-buff support for xdp running in generic mode
 2024-02-01 16:41 UTC  (23+ messages)
` [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
` [PATCH v6 net-next 3/5] xdp: add multi-buff support for xdp running in generic mode
` [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools

[net PATCH] octeontx2-pf: Remove xdp queues on program detach
 2024-02-01 14:40 UTC  (2+ messages)

[PATCH v2 0/8] Clean up libperf cpumap's empty function
 2024-02-01 14:24 UTC  (12+ messages)
` [PATCH v2 1/8] libperf cpumap: Add any, empty and min helpers
` [PATCH v2 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
` [PATCH v2 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v2 4/8] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
` [PATCH v2 5/8] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v2 6/8] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v2 7/8] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v2 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible

[PATCH bpf-next] bpf: add security_file_mprotect() to sleepable_lsm_hooks BTF set
 2024-02-01 13:38 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf, arm64: Support Exceptions
 2024-02-01 12:52 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JIT
` [PATCH bpf-next v3 2/2] bpf, arm64: support exceptions

linux-next: runtime warnings after merge of the bpf-next tree
 2024-02-01 11:31 UTC  (8+ messages)

[PATCH bpf-next V2] bpf: use -Wno-address-of-packed-member when building with GCC
 2024-02-01 11:10 UTC  (3+ messages)

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2024-02-01 11:06 UTC  (6+ messages)
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps

[PATCH bpf-next 0/2] Enable inline bpf_kptr_xchg() for RV64
 2024-02-01 10:40 UTC  (2+ messages)

[PATCH bpf-next] bpf, docs: Clarify which legacy packet instructions existed
 2024-02-01 10:40 UTC  (2+ messages)

[PATCH bpf-next] [libbpf] remove unnecessary null check in kernel_supports()
 2024-02-01 10:30 UTC  (3+ messages)

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-02-01  4:21 UTC  (15+ messages)
` [RFC PATCH v1 01/14] bpf: Mark subprogs as throw reachable before do_check pass
` [RFC PATCH v1 02/14] bpf: Process global subprog's exception propagation
` [RFC PATCH v1 03/14] selftests/bpf: Add test for throwing global subprog with acquired refs
` [RFC PATCH v1 04/14] bpf: Refactor check_pseudo_btf_id's BTF reference bump
` [RFC PATCH v1 05/14] bpf: Implement BPF exception frame descriptor generation
` [RFC PATCH v1 06/14] bpf: Adjust frame descriptor pc on instruction patching
` [RFC PATCH v1 07/14] bpf: Use hidden subprog trampoline for bpf_throw
` [RFC PATCH v1 08/14] bpf: Compute used callee saved registers for subprogs
` [RFC PATCH v1 09/14] bpf, x86: Fix up pc offsets for frame descriptor entries
` [RFC PATCH v1 10/14] bpf, x86: Implement runtime resource cleanup for exceptions
` [RFC PATCH v1 11/14] bpf: Release references in verifier state when throwing exceptions
` [RFC PATCH v1 12/14] bpf: Register cleanup dtors for runtime unwinding
` [RFC PATCH v1 13/14] bpf: Make bpf_throw available to all program types
` [RFC PATCH v1 14/14] selftests/bpf: Add tests for exceptions runtime cleanup

[PATCH net] tsnep: Fix mapping for zero copy XDP_TX action
 2024-01-31 20:14 UTC 

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-31 20:20 UTC  (2+ messages)


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