bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-09 16:09:48 to 2025-07-11 07:52:40 UTC [more...]

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-11  7:52 UTC  (15+ messages)
` [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()

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

[PATCH bpf-next v3] bpf: make the attach target more accurate
 2025-07-11  6:37 UTC  (7+ messages)

[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 net-next v5 0/3] selftest: net: Add selftest for netpoll
 2025-07-11  1:45 UTC  (3+ messages)
` [PATCH net-next v5 3/3] selftests: net: add netpoll basic functionality test

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-11  1:32 UTC  (22+ 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 5/8] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool
` [PATCH net-next v9 7/8] netdevsim: "
` [PATCH net-next v9 8/8] mt76: "

[PATCH bpf-next v1 0/4] bpf: add icmp_send_unreach kfunc
 2025-07-11  0:32 UTC  (8+ messages)
` [PATCH bpf-next v1 1/4] net: move netfilter nf_reject_fill_skb_dst to core ipv4
` [PATCH bpf-next v1 2/4] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
` [PATCH bpf-next v1 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc
` [PATCH bpf-next v1 4/4] selftests/bpf: add icmp_send_unreach kfunc tests

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-10 21:40 UTC  (7+ messages)

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

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

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

[PATCH bpf-next 0/1] A tool to verify the BPF memory model
 2025-07-10 19:28 UTC  (3+ messages)
` [PATCH bpf-next 1/1] selftests/bpf: fix implementation of smp_mb()

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

[PATCH net-next V2 0/5] selftests: drv-net: Test XDP native support
 2025-07-10 18:43 UTC  (6+ 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 net-next 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next 5/5] selftests: drv-net: Test head-adjustment support

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-10 17:28 UTC  (11+ messages)
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling

[PATCH bpf-next 0/3] bpf: Show precise rejected function when attaching to __noreturn and __btf_id functions
 2025-07-10 17:19 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: Show precise rejected function when attaching to __noreturn functions
` [PATCH bpf-next 2/3] bpf: Show precise rejected function when attaching to __btf_id functions
` [PATCH bpf-next 3/3] selftests/bpf: Add selftest for attaching tracing "

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

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-10 17:08 UTC  (7+ messages)
` [PATCH v13 02/14] unwind_user: Add frame pointer support

[RFC PATCH v1 00/16] s390: SFrame user space unwinding
 2025-07-10 16:35 UTC  (17+ messages)
` [RFC PATCH v1 01/16] fixup! unwind_user: Add frame pointer support
` [RFC PATCH v1 02/16] s390: asm/dwarf.h should only be included in assembly files
` [RFC PATCH v1 03/16] s390/vdso: Avoid emitting DWARF CFI for non-vDSO
` [RFC PATCH v1 04/16] s390/vdso: Enable SFrame generation in vDSO
` [RFC PATCH v1 05/16] s390/vdso: Keep function symbols "
` [RFC PATCH v1 06/16] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v1 07/16] unwind_user: Enable archs that do not necessarily save RA
` [RFC PATCH v1 08/16] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v1 09/16] unwind_user/sframe: Enable archs with encoded SFrame CFA offsets
` [RFC PATCH v1 10/16] s390/ptrace: Enable HAVE_USER_RA_REG
` [RFC PATCH v1 11/16] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME
` [RFC PATCH v1 12/16] unwind_user/backchain: Introduce back chain user space unwinding
` [RFC PATCH v1 13/16] s390/unwind_user/backchain: Enable HAVE_UNWIND_USER_BACKCHAIN
` [RFC PATCH v1 14/16] PREREQ: x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [RFC PATCH v1 15/16] PREREQ: x86/vdso: Enable sframe generation in VDSO
` [RFC PATCH v1 16/16] WIP: fixup! s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME

[PATCH 00/12] Signed BPF programs
 2025-07-10 14:49 UTC  (3+ messages)

[PATCH net-next v8] net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockopt
 2025-07-10 13:00 UTC  (2+ messages)

[PATCH 0/2] scripts/gdb/symbols: make BPF debug info available to GDB
 2025-07-10 11:53 UTC  (3+ messages)
` [PATCH 1/2] scripts/gdb/radix-tree: add lx-radix-tree-command
` [PATCH 2/2] scripts/gdb/symbols: make BPF debug info available to GDB

[PATCH bpf-next] bpf: Update iterators.lskel-big-endian.h
 2025-07-10 10:08 UTC 

[PATCH v3 0/5] Support trampoline for LoongArch
 2025-07-10  7:29 UTC  (5+ messages)
` [PATCH v3 3/5] LoongArch: BPF: Add EXECMEM_BPF memory to execmem subsystem

[PATCH bpf-next v2] bpf: make the attach target more accurate
 2025-07-10  6:52 UTC  (5+ messages)

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-10  6:28 UTC  (14+ messages)

[RFC bpf-next 0/9] BPF indirect jumps
 2025-07-10  6:13 UTC  (10+ messages)
` [RFC bpf-next 8/9] libbpf: support llvm-generated "

[PATCH v2 bpf-next] bpf: Clean up individual BTF_ID code
 2025-07-10  5:54 UTC 

[PATCH bpf-next v4 0/7] Move attach_type into bpf_link
 2025-07-10  3:20 UTC  (8+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add attach_type in bpf_link
` [PATCH bpf-next v4 2/7] bpf: Remove attach_type in bpf_cgroup_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 bpf-next v4 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v4 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v4 7/7] netkit: Remove location field in netkit_link

[PATCH net-next v3] Documentation: xsk: correct the obsolete references and examples
 2025-07-10  2:40 UTC  (2+ messages)

[PATCH net-next] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()
 2025-07-10  2:00 UTC  (2+ messages)

[RFC bpf-next v2 0/4] bpf: Fast-Path approach for BPF program
 2025-07-10  0:54 UTC  (8+ messages)
` [RFC bpf-next v2 3/4] bpf: Runtime part of fast-path termination approach

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

[PATCH v4 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-07-09 22:47 UTC  (4+ messages)
` [PATCH v4 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets

[PATCH v2 0/4] perf: generate events for BPF metadata
 2025-07-09 21:44 UTC  (5+ messages)
` [PATCH v2 4/4] perf: add test for PERF_RECORD_BPF_METADATA collection

[PATCH net-next 0/5] selftests: drv-net: Test XDP native support
 2025-07-09 20:37 UTC  (7+ 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 net-next 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next 5/5] selftests: drv-net: Test head-adjustment support

[PATCH v4 0/2] bpf/arena: Add kfunc for reserving arena memory
 2025-07-09 19:13 UTC  (3+ 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 v3 0/2] bpf/arena: Add kfunc for reserving arena memory
 2025-07-09 18:47 UTC  (4+ messages)
` [PATCH v3 2/2] selftests/bpf: add selftests for bpf_arena_reserve_pages

[PATCH v3 5/5] LoongArch: BPF: Add bpf trampoline support for Loongarch
 2025-07-09 17:19 UTC  (2+ messages)

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


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