bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-14 15:06:32 to 2025-07-16 04:51:30 UTC [more...]

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-16  4:51 UTC  (10+ messages)
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()

[RFC PATCH] LoongArch: BPF: Add struct ops support for trampoline
 2025-07-16  4:42 UTC  (2+ messages)

[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-16  2:39 UTC  (16+ messages)
` [PATCHv5 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv5 perf/core 10/22] uprobes/x86: Add support to optimize uprobes

[PATCH v3 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-16  2:29 UTC  (7+ messages)
` [PATCH v3 1/6] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v3 2/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH v3 3/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH v3 4/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH v3 5/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
` [PATCH v3 6/6] slab: Make slub local_trylock_t more precise for LOCKDEP

[PATCH v2 0/2] Fix two tailcall-related issues
 2025-07-16  2:28 UTC  (5+ messages)
` [PATCH v2 1/2] LoongArch: BPF: Optimize the calculation method of jmp_offset in the emit_bpf_tail_call function
` [PATCH v2 2/2] LoongArch: BPF: Fix tailcall hierarchy

[PATCH bpf-next,v4 1/1] doc: clarify XDP Rx metadata handling and driver requirements
 2025-07-16  2:05 UTC  (5+ messages)

[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
 2025-07-16  0:34 UTC  (40+ messages)
` [PATCH bpf-next v2 01/18] bpf: add function hash table for tracing-multi
` [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
` [PATCH bpf-next v2 06/18] bpf: tracing: add support to record and check the accessed args
` [PATCH bpf-next v2 12/18] libbpf: don't free btf if tracing_multi progs existing
` [PATCH bpf-next v2 13/18] libbpf: support tracing_multi
` [PATCH bpf-next v2 14/18] libbpf: add btf type hash lookup support
` [PATCH bpf-next v2 15/18] libbpf: add skip_invalid and attach_tracing for tracing_multi
` [PATCH bpf-next v2 17/18] selftests/bpf: add basic testcases "

[PATCH net-next] xsk: skip validating skb list in xmit path
 2025-07-15 23:39 UTC  (7+ messages)

[PATCH bpf-next v10 0/3] Support kCFI + BPF on arm64
 2025-07-15 22:57 UTC  (4+ messages)
` [PATCH bpf-next v10 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v10 2/3] cfi: Move BPF CFI types and helpers to generic code
` [PATCH bpf-next v10 3/3] arm64/cfi,bpf: Support kCFI + BPF on arm64

[RFC PATCH v3 0/5] mm, bpf: BPF based THP adjustment
 2025-07-15 22:42 UTC  (2+ messages)

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-15 22:31 UTC  (12+ messages)

[PATCH linux-6.12.y 1/2] selftests/bpf: Add a test for arena range tree algorithm
 2025-07-15 22:27 UTC  (2+ messages)
` [PATCH linux-6.12.y 2/2] selftests/bpf: Fix build error with llvm 19

[PATCH] lsm,selinux: Add LSM blob support for BPF objects
 2025-07-15 22:25 UTC 

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-15 22:01 UTC  (19+ messages)
` [PATCH v13 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v13 10/14] unwind: Clear unwind_mask on exit back to user space

[PATCH bpf-next v2 1/2] bpf: Add struct bpf_token_info
 2025-07-15 21:52 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] bpf/selftests: Add selftests for token info

[PATCH bpf-next] selftests/bpf: Fix build error due to certain uninitialized variables
 2025-07-15 21:50 UTC  (2+ messages)

[PATCH] bpf: restrict verifier access to bpf_lru_node.ref
 2025-07-15 21:26 UTC  (3+ messages)

[PATCH net-next V5 0/5] net: netdevsim: hook in XDP handling
 2025-07-15 21:05 UTC  (6+ messages)
` [PATCH net-next V5 1/5] "
` [PATCH net-next V5 2/5] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next V5 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next V5 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next V5 5/5] selftests: drv-net: Test head-adjustment support

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-15 21:00 UTC  (16+ messages)
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()

[PATCH net-next V4 0/5] selftests: drv-net: Test XDP native support
 2025-07-15 18:44 UTC  (9+ messages)
` [PATCH net-next V4 1/5] net: netdevsim: hook in XDP handling
` [PATCH net-next V4 2/5] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next V4 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next V4 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next V4 5/5] selftests: drv-net: Test head-adjustment support

[PATCH v2] perf ftrace latency: Add -e option to measure time between two events
 2025-07-15 17:38 UTC  (3+ messages)

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2025-07-15 17:12 UTC  (5+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH v13 0/4] support large align and nid in Rust allocators
 2025-07-15 16:12 UTC  (12+ messages)
` [PATCH v13 1/4] :mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v13 1/4] mm/vmalloc: "
` [PATCH v13 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v13 3/4] rust: add support for NUMA ids in allocations
` [PATCH v13 4/4] rust: support large alignments "

[PATCH 0/2] bpf, arm64: relax constraint in BPF JIT compiler
 2025-07-15 15:40 UTC  (6+ messages)
` [PATCH 1/2] bpf, arm64: remove structs on stack constraint

[PATCH v3 0/3] btf_encoder: do not encode functions consuming packed structs on stack
 2025-07-15 15:36 UTC  (7+ messages)
` [PATCH v3 2/3] tests: add some tests validating skipped functions due to uncertain arg location

[PATCH v12 net-next 00/15] AccECN protocol patch series
 2025-07-15 15:14 UTC  (11+ messages)
` [PATCH v12 net-next 09/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v12 net-next 11/15] tcp: accecn: AccECN option
` [PATCH v12 net-next 12/15] tcp: accecn: AccECN option send control

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-15 10:23 UTC  (13+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-15 10:01 UTC  (16+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool

[PATCH] net: skmsg: fix NULL pointer dereference in sk_msg_recvmsg()
 2025-07-15  8:19 UTC  (2+ messages)

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-15  7:03 UTC  (8+ messages)
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH bpf-next 1/2] bpf: Add struct bpf_token_info
 2025-07-15  2:21 UTC  (5+ messages)

[PATCH net-next v10 12/12] libeth: xdp: access ->pp through netmem_desc instead of page
 2025-07-15  1:45 UTC  (3+ messages)

[PATCH v3] cgroup: llist: avoid memory tears for llist_node
 2025-07-15  1:01 UTC  (2+ messages)

[Patch bpf-next v4 0/4] tcp_bpf: improve ingress redirection performance with message corking
 2025-07-15  0:26 UTC  (8+ messages)
` [Patch bpf-next v4 4/4] "

[PATCH bpf-next v3] bpf: make the attach target more accurate
 2025-07-14 23:32 UTC  (5+ messages)

[RFC bpf-next v1 0/4] Support cookie for link-based struct_ops attachment
 2025-07-14 22:51 UTC  (13+ messages)
` [RFC bpf-next v1 2/4] bpf: Support cookie for linked-based "

[PATCH v6 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-07-14 22:30 UTC  (15+ messages)
` [PATCH v6 bpf-next 01/12] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
` [PATCH v6 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v6 bpf-next 03/12] bpf: tcp: Get rid of st_bucket_done
` [PATCH v6 bpf-next 04/12] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
` [PATCH v6 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration
` [PATCH v6 bpf-next 06/12] selftests/bpf: Add tests for bucket resume logic in listening sockets
` [PATCH v6 bpf-next 07/12] selftests/bpf: Allow for iteration over multiple ports
` [PATCH v6 bpf-next 08/12] selftests/bpf: Allow for iteration over multiple states
` [PATCH v6 bpf-next 09/12] selftests/bpf: Make ehash buckets configurable in socket iterator tests
` [PATCH v6 bpf-next 10/12] selftests/bpf: Create established sockets "
` [PATCH v6 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [PATCH v6 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-14 21:09 UTC  (4+ messages)

[PATCH 00/12] Signed BPF programs
 2025-07-14 21:05 UTC  (8+ messages)
` [PATCH 05/12] libbpf: Support exclusive map creation

[PATCH v2 bpf] xsk: fix immature cq descriptor production
 2025-07-14 19:04 UTC  (2+ messages)

[PATCH bpf-next] bpf: Replace deprecated strcpy() with strscpy()
 2025-07-14 18:45 UTC  (2+ messages)

Potential bug, uncorrectly accepted cyclyc program by the eBPF verifier
 2025-07-14 16:45 UTC  (2+ messages)

[PATCH RFC net-next 0/5] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
 2025-07-14 15:48 UTC  (4+ messages)
    ` [EXTERNAL] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).