bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-08 02:32:22 to 2025-07-09 21:00:58 UTC [more...]

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-09 21:00 UTC  (8+ 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 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  (6+ messages)
` [PATCH v3 1/2] bpf/arena: add bpf_arena_reserve_pages kfunc
` [PATCH v3 2/2] selftests/bpf: add selftests for bpf_arena_reserve_pages

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-09 17:31 UTC  (7+ messages)

[PATCH v3 0/5] Support trampoline for LoongArch
 2025-07-09 17:19 UTC  (8+ 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 3/5] LoongArch: BPF: Add EXECMEM_BPF memory to execmem subsystem
` [PATCH v3 4/5] LoongArch: BPF: Add bpf_arch_xxxxx support for Loongarch
` [PATCH v3 5/5] LoongArch: BPF: Add bpf trampoline "

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-09 17:06 UTC  (4+ messages)

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-09 16:29 UTC  (9+ messages)
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling

[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

[PATCH v8 00/12] unwind_deferred: Implement sframe handling
 2025-07-09 15:14 UTC  (20+ messages)
` [PATCH v8 06/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v8 10/12] unwind_user/sframe: Enable debugging in uaccess regions

Potential BPF Arena Security Vulnerability, Possible Memory Access and Overflow Issues
 2025-07-09 14:51 UTC  (9+ messages)
  ` [External] : "

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-09 14:21 UTC  (9+ 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 4/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH v2 5/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH v2 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH bpf-next v3 0/7] Add attach_type in bpf_link
 2025-07-09 13:15 UTC  (17+ messages)
` [PATCH bpf-next v3 1/7] bpf: "
` [PATCH bpf-next v3 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v3 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v3 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v3 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v3 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v3 7/7] netkit: Remove location field in netkit_link

[PATCH bpf-next v3 0/5] sockmap: Fix reading with splice(2)
 2025-07-09 12:48 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] net: Add splice_read to prot
` [PATCH bpf-next v3 2/5] tcp_bpf: Fix reading with splice(2)
` [PATCH bpf-next v3 3/5] selftests/bpf: sockmap: Exit with error on failure
` [PATCH bpf-next v3 4/5] selftests/bpf: sockmap: Allow SK_PASS in verdict
` [PATCH bpf-next v3 5/5] selftests/bpf: sockmap: Add splice + SK_PASS regression test

[PATCH bpf-next v2] bpf: make the attach target more accurate
 2025-07-09 12:34 UTC  (5+ messages)

general protection fault in alloc_bulk
 2025-07-09 12:04 UTC 

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

[PATCH v2 bpf] xsk: fix immature cq descriptor production
 2025-07-09 10:00 UTC  (9+ messages)

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

[PATCH bpf-next] bpf: Clean up individual BTF_ID code
 2025-07-09  9:11 UTC  (3+ messages)

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

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

[PATCH 0/2] bpf, arm64: relax constraint in BPF JIT compiler
 2025-07-09  8:36 UTC  (3+ messages)
` [PATCH 1/2] bpf, arm64: remove structs on stack constraint
` [PATCH 2/2] selftests/bpf: enable tracing_struct tests for arm64

Pozycjonowanie - informacja
 2025-07-09  8:10 UTC 

[PATCH bpf-next v2 0/7] Add attach_type in bpf_link
 2025-07-09  2:31 UTC  (11+ messages)
` [PATCH bpf-next v2 1/7] bpf: "
` [PATCH bpf-next v2 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v2 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v2 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v2 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v2 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v2 7/7] netkit: Remove location field in netkit_link

[PATCH bpf-next v1] selftests/bpf: remove enum64 case from __arg_untrusted test suite
 2025-07-09  2:00 UTC  (3+ messages)

[PATCH v3 1/2] bpf/arena: add bpf_arena_reserve_pages kfunc
 2025-07-09  1:53 UTC  (2+ messages)
  ` [PATCH v3 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  1:49 UTC 

[PATCH net-next v6 0/2] net: xsk: update tx queue consumer
 2025-07-09  1:40 UTC  (2+ messages)

[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
 2025-07-09  1:33 UTC  (4+ messages)
` [PATCH bpf-next v2 17/18] selftests/bpf: add basic testcases for tracing_multi

[PATCH -rcu -next 2/7] rcu: Fix rcu_read_unlock() deadloop due to IRQ work
 2025-07-09  0:00 UTC  (2+ messages)

[PATCH v4 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-07-08 23:44 UTC  (8+ messages)
` [PATCH v4 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v4 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [PATCH v4 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets

[RFC bpf-next v1 0/4] Support cookie for link-based struct_ops attachment
 2025-07-08 23:08 UTC  (5+ messages)
` [RFC bpf-next v1 1/4] bpf: Factor out bpf_struct_ops_prepare_attach()
` [RFC bpf-next v1 2/4] bpf: Support cookie for linked-based struct_ops attachment
` [RFC bpf-next v1 3/4] libbpf: Support link-based struct_ops attach with options
` [RFC bpf-next v1 4/4] selftests/bpf: Test bpf_get_attach_cookie() in struct_ops program

[PATCH] bpf: fix dump_stack() type cast
 2025-07-08 19:07 UTC  (2+ messages)

[syzbot] [bpf?] WARNING in reg_bounds_sanity_check
 2025-07-08 17:39 UTC  (12+ messages)

[PATCH net-next v4 0/3] selftest: net: Add selftest for netpoll
 2025-07-08 15:25 UTC  (7+ messages)
` [PATCH net-next v4 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v4 3/3] selftests: net: add netpoll basic functionality test

[PATCH 00/12] Signed BPF programs
 2025-07-08 15:15 UTC  (2+ messages)

[syzbot] [bpf?] KASAN: invalid-free in drain_mem_cache
 2025-07-08 13:46 UTC 

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

[PATCH net-next v8 0/5] Split netmem from struct page
 2025-07-08 11:39 UTC  (3+ messages)
` [PATCH net-next v8 3/5] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()

[PATCH v2 0/2] Fix two tailcall-related issues
 2025-07-08  7:18 UTC  (3+ 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

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

[PATCH net-next v3] Documentation: xsk: correct the obsolete references and examples
 2025-07-08  6:29 UTC 

[PATCH bpf-next 1/6] bpf: Add attach_type in bpf_link
 2025-07-08  4:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: make the attach target more accurate
 2025-07-08  2:34 UTC  (3+ messages)

[PATCH bpf-next 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-08  2:32 UTC  (7+ messages)


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