bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-13 06:21:22 to 2025-07-15 13:58:50 UTC [more...]

[PATCH v13 0/4] support large align and nid in Rust allocators
 2025-07-15 13:58 UTC  (6+ 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 net-next V4 0/5] selftests: drv-net: Test XDP native support
 2025-07-15 13:47 UTC  (7+ 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 0/2] bpf, arm64: relax constraint in BPF JIT compiler
 2025-07-15 13:32 UTC  (3+ messages)
` [PATCH 1/2] bpf, arm64: remove structs on stack constraint

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-15 12:49 UTC  (21+ messages)
` [PATCH v13 02/14] unwind_user: Add frame pointer support
` [PATCH v13 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v13 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v13 10/14] unwind: Clear unwind_mask on exit back to user space

[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-15 12:16 UTC  (19+ messages)
` [PATCHv5 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [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
` [PATCHv5 22/22] man2: Add uprobe syscall page

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-15 10:37 UTC  (19+ messages)
` [PATCH net-next v10 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v10 03/12] mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v10 04/12] netdevsim: access ->pp "
` [PATCH net-next v10 05/12] mt76: "
` [PATCH net-next v10 06/12] net: fec: "
` [PATCH net-next v10 07/12] octeontx2-pf: "
` [PATCH net-next v10 08/12] iavf: "
` [PATCH net-next v10 09/12] idpf: "
` [PATCH net-next v10 10/12] mlx5: "
` [PATCH net-next v10 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v10 12/12] libeth: xdp: "

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

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-15 10:18 UTC  (11+ messages)

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-15 10:01 UTC  (32+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc
` [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-next v9 8/8] mt76: "

[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
 2025-07-15  9:30 UTC  (31+ 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 v12 net-next 00/15] AccECN protocol patch series
 2025-07-15  9:08 UTC  (21+ messages)
` [PATCH v12 net-next 04/15] tcp: ecn functions in separated include file
` [PATCH v12 net-next 06/15] tcp: accecn: AccECN negotiation
` [PATCH v12 net-next 07/15] tcp: Add wait_third_ack for ECN negotiation in simultaneous connect
` [PATCH v12 net-next 08/15] tcp: accecn: add AccECN rx byte counters
` [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 v12 net-next 13/15] tcp: accecn: AccECN option failure handling
` [PATCH v12 net-next 14/15] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics

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

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

[PATCH] bpf: restrict verifier access to bpf_lru_node.ref
 2025-07-15  7:57 UTC 

[PATCH bpf-next,v4 1/1] doc: clarify XDP Rx metadata handling and driver requirements
 2025-07-15  7:15 UTC 

[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 v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-15  6:56 UTC  (13+ messages)
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()

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

[PATCH bpf-next 1/2] bpf: Add struct bpf_token_info
 2025-07-15  2:21 UTC  (5+ 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 net-next] xsk: skip validating skb list in xmit path
 2025-07-14 23:53 UTC  (3+ messages)

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

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

[PATCH v2] perf ftrace latency: Add -e option to measure time between two events
 2025-07-14 17:28 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] "

[RFC PATCH bpf-next v2 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array map
 2025-07-14 12:49 UTC  (10+ messages)
` [RFC PATCH bpf-next v2 1/3] "
` [RFC PATCH bpf-next v2 2/3] bpf, libbpf: Support BPF_F_CPU "
` [RFC PATCH bpf-next v2 3/3] selftests/bpf: Add case to test BPF_F_CPU

[PATCH bpf-next v2 0/3] bpf: Show precise rejected function when attaching to __noreturn and deny list functions
 2025-07-14 12:04 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Show precise rejected function when attaching fexit/fmod_ret to __noreturn functions
` [PATCH bpf-next v2 2/3] bpf: Add log for attaching tracing programs to functions in deny list
` [PATCH bpf-next v2 3/3] selftests/bpf: Add selftest "

[PATCH net-next v7 0/3] selftest: net: Add selftest for netpoll
 2025-07-14  9:56 UTC  (4+ messages)
` [PATCH net-next v7 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v7 2/3] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v7 3/3] selftests: net: add netpoll basic functionality test

[PATCH net-next v6 0/3] selftest: net: Add selftest for netpoll
 2025-07-14  9:52 UTC  (4+ messages)
` [PATCH net-next v6 3/3] selftests: net: add netpoll basic functionality test

[PATCH v3 0/5] Support trampoline for LoongArch
 2025-07-14  8:55 UTC  (3+ messages)

[PATCH] tools/libbpf: add WERROR option
 2025-07-13 23:03 UTC  (8+ messages)

[PATCH net-next V3 0/4] selftests: drv-net: Test XDP native support
 2025-07-13 19:11 UTC  (7+ messages)
` [PATCH net-next V3 1/4] selftests: drv-net: Test XDP_PASS/DROP support

[syzbot] [bpf?] [net?] INFO: task hung in dev_map_free (3)
 2025-07-13 14:25 UTC 

[PATCH bpf-next v9 0/2] Support kCFI + BPF on arm64
 2025-07-13 11:01 UTC  (5+ messages)
` [PATCH bpf-next v9 2/2] arm64/cfi,bpf: "


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