public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-25 05:18:40 to 2026-04-27 21:29:19 UTC [more...]

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-27 21:29 UTC  (21+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access

[PATCH bpf-next v6 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
 2026-04-27 21:23 UTC  (4+ messages)

[PATCH 0/3] mm: remove page_mapped()
 2026-04-27 20:59 UTC  (17+ messages)
` [PATCH 1/3] sh: use folio_mapped() instead of page_mapped() in sh4_flush_cache_page()
` [PATCH 2/3] bpf: arena: use page_ref_count() instead of page_mapped() in arena_free_pages()
` [PATCH 3/3] mm: remove page_mapped()

[PATCH bpf-next 17/18] bpf, arm64: Add JIT support for stack arguments
 2026-04-27 20:42 UTC  (4+ messages)

[PATCH bpf-next 01/18] bpf: Support stack arguments for bpf functions
 2026-04-27 20:40 UTC  (4+ messages)

[PATCH bpf-next v3 0/9] Refactor verifier object relationship tracking
 2026-04-27 20:23 UTC  (8+ messages)
` [PATCH bpf-next v3 4/9] bpf: Refactor object relationship tracking and fix dynptr UAF bug

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-27 20:17 UTC  (10+ messages)

[PATCH v2 0/4] Firmware LSM hook
 2026-04-27 19:09 UTC  (13+ messages)

[PATCH bpf-next v10 0/8] bpf: Extend the bpf_list family of APIs
 2026-04-27 18:43 UTC  (13+ messages)
` [PATCH bpf-next v10 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
` [PATCH bpf-next v10 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v10 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v10 5/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH bpf-next v10 6/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v10 7/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH bpf-next v10 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty

[PATCH net] net: mana: hardening: Validate SHM offset from BAR0 register to prevent crash due to alignment fault
 2026-04-27 18:40 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: range_within() must check cnum ranges instead of min/max pairs
 2026-04-27 17:56 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: a test for proper cnums compare in is_state_visited()

[PATCH bpf-next 0/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-04-27 17:17 UTC  (16+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: add tests for bpf_init_inode_xattr kfunc

[PATCH bpf-next] Fix undefined symbol references for module build post cnum changes
 2026-04-27 17:11 UTC  (5+ messages)

BPF: writable uprobe pt_regs context bypasses lockdown=integrity
 2026-04-27 14:56 UTC  (7+ messages)

[RFC PATCH net-next] net: mana: Force single RX buffer per page under SWIOTLB bounce modes
 2026-04-27 14:41 UTC 

[PATCH net-next] net: mana: Force single RX buffer per page for CVM/encrypted guest memory
 2026-04-27 13:51 UTC 

linux-next: build failure after merge of the bpf-next tree
 2026-04-27 13:45 UTC  (5+ messages)
` linux-next: build failure after merge of the bfp-next tree

[PATCH bpf-next v3 04/10] bpf: Implement batch ops and iterators for resizable hashtab
 2026-04-27 13:36 UTC  (4+ messages)

[PATCH net-next v2 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
 2026-04-27 13:23 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: mana: Use per-queue allocation for tx_qp to reduce allocation size
` [PATCH net-next v2 2/2] net: mana: Use kvmalloc for large RX queue and buffer allocations

[RFC PATCH 0/9] bpf/arena: Direct kernel-side access
 2026-04-27 10:51 UTC  (10+ messages)
` [RFC PATCH 1/9] bpf/arena: Plumb struct bpf_arena * through PTE callbacks
` [RFC PATCH 2/9] bpf/arena: Add BPF_F_ARENA_MAP_ALWAYS for direct kernel access
` [RFC PATCH 3/9] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [RFC PATCH 4/9] bpf: Add bpf_struct_ops_for_each_prog()
` [RFC PATCH 5/9] bpf: Add bpf_prog_for_each_used_map()
` [RFC PATCH 6/9] bpf/arena: Add bpf_arena_map_kern_vm_start()
` [RFC PATCH 7/9] sched_ext: Require MAP_ALWAYS arena for cid-form schedulers
` [RFC PATCH 8/9] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [RFC PATCH 9/9] sched_ext: Convert ops.set_cmask() to arena-resident cmask

[PATCH v2 bpf 1/1] xskmap: reject TX-only AF_XDP sockets
 2026-04-27 10:23 UTC  (2+ messages)

[PATCH] io_uring: fix missing submitter_task ownership check in bpf_io_reg()
 2026-04-27  8:55 UTC  (3+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-27  8:54 UTC  (5+ messages)

[PATCH net v3 3/8] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
 2026-04-27  2:34 UTC  (3+ messages)

[PATCH bpf-next v9 0/8] Introduce arena library and runtime
 2026-04-27  1:20 UTC  (19+ messages)
` [PATCH bpf-next v9 1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h
` [PATCH bpf-next v9 2/8] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v9 3/8] selftests/bpf: Move arena-related headers into libarena
` [PATCH bpf-next v9 4/8] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v9 5/8] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v9 6/8] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v9 7/8] selftests/bpf: Add selftests for libarena buddy allocator
` [PATCH bpf-next v9 8/8] selftests/bpf: Reuse stderr parsing for libarena ASAN tests

[PATCH v2 0/2] selftests/bpf: Use local types for kfunc declarations
 2026-04-27  0:27 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf,net: add missing custom syncookie statistics and add selftest
 2026-04-27  0:09 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] net: add missing syncookie statistics for BPF custom syncookies
` [PATCH bpf-next v3 2/2] selftests/bpf: verify syncookie statistics in tcp_custom_syncookie

[PATCH bpf] bpf: Fix off-by-one boundary validation in arena direct-value access
 2026-04-26 19:58 UTC  (7+ messages)
` [PATCH bpf v2] "

[PATCH bpf-next v9 0/8] Introduce arena library and runtime
 2026-04-26 19:05 UTC  (5+ messages)
` [PATCH bpf-next v9 1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h
` [PATCH bpf-next v9 2/8] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v9 3/8] selftests/bpf: Move arena-related headers into libarena

[PATCH bpf-next v8 0/8] Introduce arena library and runtime
 2026-04-26 18:58 UTC  (5+ messages)
` [PATCH bpf-next v8 2/8] selftests/bpf: Add basic libarena scaffolding

[PATCH bpf v3 0/2] bpf: prevent offloaded programs from running on host via tcx/netkit
 2026-04-26 11:01 UTC  (5+ messages)
` [PATCH bpf v3 1/2] bpf, tcx, netkit: reject offloaded programs
` [PATCH bpf v3 2/2] bpf, xdp: move offload check into dev_xdp_install()

[PATCH bpf] bpf, sockmap: zero-initialize pages allocated in bpf_msg_push_data
 2026-04-26  6:31 UTC  (5+ messages)

[PATCH bpf-next v3 0/4] bpf: replace min/max fields with struct cnum{32,64}
 2026-04-26  3:36 UTC  (7+ messages)
` [PATCH bpf-next v3 2/4] bpf: use accessor functions for bpf_reg_state min/max fields

[PATCH v2 bpf] bpf: Free reuseport cBPF prog after RCU grace period
 2026-04-26  1:26 UTC 

[LSF/MM/BPF] Running BOF
 2026-04-26  0:46 UTC 

[PATCH v1 bpf] bpf: Free reuseport cBPF prog after RCU grace period
 2026-04-25 23:54 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: Do not release trampoline image in case off unregister error
 2026-04-25 21:36 UTC  (5+ messages)

[PATCH bpf-next v3 05/10] bpf: Allow timers, workqueues and task_work in resizable hashtab
 2026-04-25 21:29 UTC  (3+ messages)

[PATCH bpf-next v3 01/10] bpf: Implement resizable hashmap basic functions
 2026-04-25 20:50 UTC  (5+ messages)

[PATCH bpf] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
 2026-04-25 19:19 UTC  (2+ messages)

[PATCH net v4 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
 2026-04-25 13:53 UTC  (3+ messages)

[PATCH bpf v2 3/3] bpf, xdp: reject offloaded programs on link update
 2026-04-25 10:44 UTC  (2+ messages)

[PATCH bpf v2 1/3] bpf, tcx: reject offloaded programs on attach
 2026-04-25 10:44 UTC  (2+ messages)

[PATCH bpf] bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()
 2026-04-25  8:25 UTC  (2+ messages)

[PATCH RFC bpf-next 8/8] selftests/bpf: add tests to validate KASAN on JIT programs
 2026-04-25  6:50 UTC  (2+ messages)

[PATCH RFC bpf-next 7/8] bpf, x86: enable KASAN for JITed programs on x86
 2026-04-25  6:33 UTC  (2+ messages)

[PATCH RFC bpf-next 6/8] selftests/bpf: do not run verifier JIT tests when BPF_JIT_KASAN is enabled
 2026-04-25  6:21 UTC  (2+ messages)

[PATCH RFC bpf-next 5/8] bpf, x86: emit KASAN checks into x86 JITed programs
 2026-04-25  6:08 UTC  (2+ messages)

[PATCH RFC bpf-next 4/8] bpf, x86: add helper to emit kasan checks in x86 JITed programs
 2026-04-25  5:46 UTC  (2+ messages)

[PATCH bpf-next 13/18] selftests/bpf: Add verifier tests for stack argument validation
 2026-04-25  5:33 UTC  (3+ messages)

[PATCH bpf-next 10/18] bpf,x86: Implement JIT support for stack arguments
 2026-04-25  5:29 UTC  (3+ messages)

[PATCH bpf-next 08/18] bpf: Support stack arguments for kfunc calls
 2026-04-25  5:19 UTC  (3+ messages)

[PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
 2026-04-25  5:18 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox