messages from 2026-04-27 00:10:39 to 2026-04-28 05:37:11 UTC [more...]
[PATCH 0/3] mm: remove page_mapped()
2026-04-28 5:37 UTC (19+ 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 0/7] selftests/bpf: Add XDP load-balancer benchmark
2026-04-28 2:03 UTC (19+ messages)
` [PATCH bpf-next 1/7] selftests/bpf: Add bench_force_done() for early benchmark completion
` [PATCH bpf-next 2/7] selftests/bpf: Add BPF batch-timing library
` [PATCH bpf-next 3/7] selftests/bpf: Add bpf-nop benchmark for timing overhead baseline
` [PATCH bpf-next 4/7] selftests/bpf: Add XDP load-balancer common definitions
` [PATCH bpf-next 5/7] selftests/bpf: Add XDP load-balancer BPF program
` [PATCH bpf-next 6/7] selftests/bpf: Add XDP load-balancer benchmark driver
` [PATCH bpf-next 7/7] selftests/bpf: Add XDP load-balancer benchmark run script
[PATCH bpf-next v3 0/2] bpf,net: add missing custom syncookie statistics and add selftest
2026-04-28 0:12 UTC (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: verify syncookie statistics in tcp_custom_syncookie
[PATCH bpf-next v3 1/2] net: add missing syncookie statistics for BPF custom syncookies
2026-04-28 0:12 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Using BPF in MM
2026-04-27 23:57 UTC
[PATCH bpf-next v2 0/3] bpf, arm64: Support stack arguments
2026-04-27 23:48 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
` [PATCH bpf-next v2 2/3] bpf, arm64: Add JIT support for stack arguments
` [PATCH bpf-next v2 3/3] selftests/bpf: Enable stack argument tests for arm64
[PATCH net-next] net: mana: Force single RX buffer per page for CVM/encrypted guest memory
2026-04-27 23:21 UTC (2+ messages)
[PATCH net-next v2 0/2] net: mana: Avoid queue struct allocation failure under memory fragmentation
2026-04-27 23:19 UTC (4+ 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 net-next] net: mana: Force single RX buffer per page under SWIOTLB bounce modes
2026-04-27 22:44 UTC (2+ messages)
[PATCH bpf-next v5 0/6] bpf: decap flags and GSO state updates
2026-04-27 22:40 UTC (3+ messages)
` [PATCH v5 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
[PATCH v5 6/6] selftests/bpf: tc_tunnel validate decap GSO state
2026-04-27 22:36 UTC (3+ messages)
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-27 22:30 UTC (24+ 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 v5 5/6] bpf: clear decap tunnel GSO state in skb_adjust_room
2026-04-27 22:19 UTC (3+ messages)
[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 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 (11+ 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 1/2] bpf: range_within() must check cnum ranges instead of min/max pairs
2026-04-27 17:56 UTC (3+ messages)
[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)
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)
[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 (2+ messages)
[PATCH v2 0/2] selftests/bpf: Use local types for kfunc declarations
2026-04-27 0:27 UTC (2+ messages)
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox