bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-10 19:30:06 to 2025-07-14 12:01:05 UTC [more...]

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-14 12:00 UTC  (13+ 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 v9 0/8] Split netmem from struct page
 2025-07-14 11:58 UTC  (35+ 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 4/8] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool
` [PATCH net-next v9 8/8] mt76: "

[PATCH v12 net-next 00/15] AccECN protocol patch series
 2025-07-14 11:20 UTC  (3+ messages)
` [PATCH v12 net-next 04/15] tcp: ecn functions in separated include file

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-14 11:06 UTC  (24+ messages)
` [PATCH v2 1/6] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v2 2/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()
` [PATCH v2 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-14 10:19 UTC  (33+ messages)
` [PATCHv5 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv5 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv5 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv5 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv5 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv5 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv5 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [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 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv5 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv5 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv5 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv5 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv5 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv5 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv5 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv5 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv5 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv5 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv5 22/22] man2: Add uprobe syscall page

[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  (6+ messages)
` [PATCH net-next v6 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v6 2/3] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v6 3/3] selftests: net: add netpoll basic functionality test

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-14  9:42 UTC  (8+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "

[PATCH RFC net-next 0/5] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
 2025-07-14  9:20 UTC  (2+ messages)

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

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-14  8:45 UTC  (11+ messages)

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

[PATCH v2] perf ftrace latency: Add -e option to measure time between two events
 2025-07-14  5:21 UTC 

[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  (11+ messages)
` [PATCH net-next V3 1/4] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next V3 2/4] selftests: drv-net: Test XDP_TX support
` [PATCH net-next V3 3/4] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next V3 4/4] selftests: drv-net: Test head-adjustment 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: "

[PATCH net-next] xsk: skip validating skb list in xmit path
 2025-07-13  2:57 UTC 

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

Potential BPF Arena Security Vulnerability, Possible Memory Access and Overflow Issues
 2025-07-12  1:33 UTC  (11+ messages)
  ` [External] : "

[PATCH v5 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-07-12  1:25 UTC  (4+ messages)
` [PATCH v5 bpf-next 10/12] selftests/bpf: Create established sockets in socket iterator tests

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

[PATCH] bpftool: Add CET-aware symbol matching for x86_64 architectures
 2025-07-12  0:47 UTC  (7+ messages)
` [PATCH v3] "
    `  "

[PATCH] perf ftrace latency: Add -e option to measure time between two events
 2025-07-12  0:34 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] sockmap: Fix reading with splice(2)
 2025-07-11 23:09 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] net: Add splice_read to prot

[PATCH net-next v5 0/3] selftest: net: Add selftest for netpoll
 2025-07-11 22:41 UTC  (5+ messages)
` [PATCH net-next v5 3/3] selftests: net: add netpoll basic functionality test

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

[PATCH v13 00/11] perf: Support the deferred unwinding infrastructure
 2025-07-11 20:56 UTC  (3+ messages)

[PATCH] bpf/verifier: factor BPF_F_TEST_RND_HI32 flag check out of opt_subreg_zext_lo32_rnd_hi32
 2025-07-11 20:40 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array map
 2025-07-11 18:11 UTC  (7+ 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 v4 0/7] Move attach_type into bpf_link
 2025-07-11 18:00 UTC  (8+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add attach_type in bpf_link
` [PATCH bpf-next v4 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v4 4/7] bpf: Remove location field in tcx_link

[PATCH net-next V2 0/5] selftests: drv-net: Test XDP native support
 2025-07-11 17:50 UTC  (8+ messages)
` [PATCH net-next 1/5] selftests: drv-net: Add bpftool util
` [PATCH net-next 2/5] selftests: drv-net: Test XDP_PASS/DROP support

[PATCH v4 0/2] bpf/arena: Add kfunc for reserving arena memory
 2025-07-11 17:50 UTC  (6+ messages)
` [PATCH v4 1/2] bpf/arena: add bpf_arena_reserve_pages kfunc
` [PATCH v4 2/2] selftests/bpf: add selftests for bpf_arena_reserve_pages

[PATCH bpf-next v2 1/2] bpf: Forget ranges when refining tnum after JSET
 2025-07-11 17:50 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Range analysis test case for JSET

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-11 16:11 UTC  (4+ messages)
` [PATCH v13 13/14] unwind_user/x86: Enable frame pointer unwinding on x86

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

[PATCH bpf-next 0/3] bpf: Show precise rejected function when attaching to __noreturn and __btf_id functions
 2025-07-11 12:02 UTC  (6+ messages)
` [PATCH bpf-next 2/3] bpf: Show precise rejected function when attaching to "

[PATCH bpf-next v3] bpf: make the attach target more accurate
 2025-07-11 12:01 UTC  (9+ messages)

[PATCH bpf-next v1 0/4] bpf: add icmp_send_unreach kfunc
 2025-07-11 10:57 UTC  (5+ messages)
` [PATCH bpf-next v1 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc

[PATCHv4 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-11  5:26 UTC  (5+ messages)
` [PATCHv4 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines

[PATCH bpf-next v1 2/4] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
 2025-07-10 22:02 UTC  (2+ messages)

[PATCH v8 00/12] unwind_deferred: Implement sframe handling
 2025-07-10 20:51 UTC  (7+ messages)
` [PATCH v8 06/12] unwind_user/sframe: Wire up unwind_user to sframe


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