bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-15 00:26:23 to 2025-07-16 19:41:18 UTC [more...]

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

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-16 19:25 UTC  (22+ 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 v3 0/5] Support trampoline for LoongArch
 2025-07-16 18:41 UTC  (10+ messages)
` [PATCH v3 1/5] LoongArch: Add the function to generate the beq and bne assembly instructions
` [PATCH v3 2/5] LoongArch: BPF: Update the code to rename validate_code to validate_ctx
` [PATCH v3 4/5] LoongArch: BPF: Add bpf_arch_xxxxx support for Loongarch
` [PATCH v3 5/5] LoongArch: BPF: Add bpf trampoline "

[PATCH bpf-next] libbpf: start v1.7 dev cycle
 2025-07-16 18:29 UTC  (2+ messages)

[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
 2025-07-16 18:24 UTC  (48+ 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
        ` Inlining migrate_disable/enable. Was: "
` [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 v5 0/3] Add support for long task name
 2025-07-16 18:10 UTC  (5+ messages)
` [PATCH v5 1/3] exec: Remove obsolete comments
` [PATCH v5 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long

[ANNOUNCEMENT] LPC 2025 BPF Track CFP
 2025-07-16 17:58 UTC 

[PATCH] lsm,selinux: Add LSM blob support for BPF objects
 2025-07-16 17:44 UTC  (3+ messages)

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-16 17:12 UTC  (14+ messages)

[PATCH net-next V5] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
 2025-07-16 16:26 UTC 

[PATCH bpf-next v2 00/13] Add a dynptr type for skb metadata
 2025-07-16 16:16 UTC  (14+ messages)
` [PATCH bpf-next v2 01/13] bpf: Add "
` [PATCH bpf-next v2 02/13] bpf: Enable read access to skb metadata with bpf_dynptr_read
` [PATCH bpf-next v2 03/13] bpf: Enable write access to skb metadata with bpf_dynptr_write
` [PATCH bpf-next v2 04/13] bpf: Enable read-write access to skb metadata with dynptr slice
` [PATCH bpf-next v2 05/13] net: Clear skb metadata on handover from device to protocol
` [PATCH bpf-next v2 06/13] selftests/bpf: Cover verifier checks for skb_meta dynptr type
` [PATCH bpf-next v2 07/13] selftests/bpf: Pass just bpf_map to xdp_context_test helper
` [PATCH bpf-next v2 08/13] selftests/bpf: Parametrize test_xdp_context_tuntap
` [PATCH bpf-next v2 09/13] selftests/bpf: Cover read access to skb metadata via dynptr
` [PATCH bpf-next v2 10/13] selftests/bpf: Cover write "
` [PATCH bpf-next v2 11/13] selftests/bpf: Cover read/write to skb metadata at an offset
` [PATCH bpf-next v2 12/13] selftests/bpf: Cover lack of access to skb metadata at ip layer
` [PATCH bpf-next v2 13/13] selftests/bpf: Count successful bpf program runs

[ANNOUNCEMENT] libbpf v1.6.0 release
 2025-07-16 16:05 UTC 

[PATCH bpf-next v5 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-07-16 16:05 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Add tests with stack ptr register in conditional jmp

Subject: [RFC PATCH 0/1] bpf: Add helper to mark xdp_buff->data as PTR_TO_PACKET for tracing
 2025-07-16 15:55 UTC  (2+ messages)

[PATCH bpf-next,v5 1/1] doc: xdp: clarify driver implementation for XDP Rx metadata
 2025-07-16 15:48 UTC 

[PATCH bpf-next] libbpf: Fix macro redefined
 2025-07-16 15:24 UTC  (2+ messages)

Linking BTF
 2025-07-16 15:15 UTC 

[PATCH net-next V5 0/5] net: netdevsim: hook in XDP handling
 2025-07-16 14:30 UTC  (7+ 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 bpf-next v3 1/2] bpf: Add struct bpf_token_info
 2025-07-16 13:46 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] bpf/selftests: Add selftests for token info

[PATCH v3 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-16 13:35 UTC  (9+ 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 net-next v2] xsk: skip validating skb list in xmit path
 2025-07-16 12:27 UTC 

[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
 2025-07-16 11:17 UTC  (7+ messages)

[PATCH net-next V4] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
 2025-07-16  9:26 UTC  (3+ messages)

[PATCH v12 net-next 00/15] AccECN protocol patch series
 2025-07-16  8:33 UTC  (12+ 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

[linux-next:master] [bpf] 0df1a55afa: WARNING:at_kernel/bpf/verifier.c:#do_misc_fixups
 2025-07-16  7:47 UTC 

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

[PATCH] bpf: restrict verifier access to bpf_lru_node.ref
 2025-07-16  6:32 UTC  (4+ messages)

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

[PATCH bpf-next v2 1/2] bpf: Add struct bpf_token_info
 2025-07-16  5:29 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] bpf/selftests: Add selftests for token info

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

[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 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)

[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 bpf-next] selftests/bpf: Fix build error due to certain uninitialized variables
 2025-07-15 21:50 UTC  (2+ messages)

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-15 21:00 UTC  (14+ 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  (5+ messages)
` [PATCH net-next V4 1/5] net: netdevsim: hook in XDP handling

[PATCH v2] perf ftrace latency: Add -e option to measure time between two events
 2025-07-15 17:38 UTC  (2+ 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 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 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  (12+ 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: 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  (7+ 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  (2+ 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] "


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).