messages from 2026-07-09 12:12:10 to 2026-07-10 20:17:16 UTC [more...]
[PATCH bpf-next v3 0/2] bpf: require an owned cpumask for bpf_cpumask_populate()
2026-07-10 20:17 UTC (7+ messages)
` [PATCH bpf-next v3 1/2] bpf: Require a BPF "
` [PATCH bpf-next v3 2/2] selftests/bpf: test bpf_cpumask_populate() rejects a borrowed cpumask
[PATCH] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
2026-07-10 19:50 UTC (6+ messages)
[PATCH bpf-next] bpf: Fix unused nskb warning in bpf_icmp_send
2026-07-10 19:49 UTC (2+ messages)
[PATCH v2 net 0/5] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
2026-07-10 19:44 UTC (6+ messages)
` [PATCH v2 net 1/5] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v2 net 2/5] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH v2 net 3/5] xsk: reclaim invalid multi-buffer Tx descs in ZC path
` [PATCH v2 net 4/5] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH v2 net 5/5] selftests/xsk: account invalid multi-buffer Tx descriptors
[PATCH bpf v1 1/2] bpf: Fix tracing of kfuncs with implicit args
2026-07-10 19:34 UTC (8+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: Cover tracing implicit kfunc args
[RFC PATCH bpf-next v1 0/1] Enable BPF JIT hardening by default when x86_64 CFI is enabled
2026-07-10 19:30 UTC (3+ messages)
` [RFC PATCH bpf-next v1 1/1] bpf: Enable "
[PATCH bpf v2 0/2] bpf: Fix tracing of kfuncs with implicit args
2026-07-10 19:29 UTC (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Cover tracing implicit kfunc args
[PATCH bpf v2 0/3] bpf: Fix trampoline handling of 128-bit values
2026-07-10 19:13 UTC (6+ messages)
` [PATCH bpf v2 1/3] bpf: Reject >8 byte return values on return-reading trampoline paths
` [PATCH bpf v2 2/3] bpf, x86: Fix trampoline stack size for 128-bit arguments
` [PATCH bpf v2 3/3] selftests/bpf: Add tests for >8 byte return value and "
[PATCH bpf-next v4 0/6] Add the capability to load HW RX checksum in eBPF programs
2026-07-10 19:05 UTC (12+ messages)
` [PATCH bpf-next v4 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v4 2/6] net: veth: Add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v4 3/6] net: ice: Add xmo_rx_checksum callback
` [PATCH bpf-next v4 5/6] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
` [PATCH bpf-next v4 6/6] selftests: drv-net: add XDP RX checksum metadata tests
[PATCH net 0/7] selftests: net: add missing kconfig and settings
2026-07-10 18:04 UTC (2+ messages)
` [PATCH net 6/7] selftests: drv-net: add missing kconfig for psp.py
[PATCH bpf 1/2] bpf: Reject >8 byte return values on return-reading trampoline paths
2026-07-10 17:45 UTC (10+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for >8 byte return value on fexit attach
[PATCH net-next 0/2] net: atlantic: convert RX path to page_pool
2026-07-10 17:38 UTC (5+ messages)
` [PATCH net-next 1/2] net: atlantic: free stranded TX buffers on ring deinit
` [PATCH net-next 2/2] net: atlantic: convert RX path to page_pool
[PATCH bpf] selftests/bpf: keep polling connection that is still in progress
2026-07-10 17:33 UTC (3+ messages)
[PATCH bpf] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
2026-07-10 16:17 UTC (4+ messages)
[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
2026-07-10 15:55 UTC (3+ messages)
[PATCH bpf-next 00/12] bpf: Support 16-byte return values in the R0:R2 register pair
2026-07-10 15:18 UTC (51+ messages)
` [PATCH bpf-next 02/12] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next 03/12] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next 04/12] bpf: Track R2 of register-pair returns in precision backtracking
` [PATCH bpf-next 05/12] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next 06/12] bpf: Force JIT for programs using the R0:R2 register pair
` [PATCH bpf-next 07/12] bpf: Reject >8 byte return values on return-reading trampoline paths
` [PATCH bpf-next 08/12] bpf: Enable 16-byte aggregate return types
` [PATCH bpf-next 09/12] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next 10/12] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
[PATCH bpf-next 0/2] bpf: Fix WARNING in bpf_trampoline_multi_detach
2026-07-10 15:14 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: Mark tracing_multi trampolines as ftrace managed
` [PATCH bpf-next 2/2] selftests/bpf: Test fentry link after tracing_multi link
[PATCH 6.12.y] net: add missing ns_capable check for peer netns
2026-07-10 13:31 UTC (4+ messages)
[PATCH bpf-next 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-07-10 12:30 UTC (10+ messages)
` [PATCH bpf-next 5/5] x86/bpf: "
[PATCH vfs/vfs-7.2.xattr v3] bpf: Add simple xattr support to bpffs
2026-07-10 12:17 UTC (4+ messages)
[PATCH bpf v4 0/2] bpf: Reject negative const offsets for buffer pointers
2026-07-10 10:27 UTC (16+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v4 2/2] selftests/bpf: Cover negative raw_tp writable buffer offsets
[PATCH bpf] LoongArch: bpf: zero-extend signed ALU32 div/mod results
2026-07-10 10:14 UTC (2+ messages)
[PATCH bpf-next v11 0/5] bpf: add icmp_send kfunc
2026-07-10 10:00 UTC (14+ messages)
` [PATCH bpf-next v11 1/5] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v11 2/5] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb tests
` [PATCH bpf-next v11 3/5] selftests/bpf: add bpf_icmp_send kfunc cgroup_skb IPv6 tests
` [PATCH bpf-next v11 4/5] selftests/bpf: add bpf_icmp_send recursion test
` [PATCH bpf-next v11 5/5] selftests/bpf: add bpf_icmp_send no route test
[PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
2026-07-10 9:43 UTC (8+ messages)
[PATCH net-next 0/3] xsk: support tx napi busy_poll
2026-07-10 7:39 UTC (4+ messages)
` [PATCH net-next 1/3] net: busy-poll: introduce sk_tx_busy_loop()
[PATCH] bpf: return -EINVAL from bpf_ringbuf_query for unknown flags
2026-07-10 4:43 UTC (3+ messages)
[PATCH bpf] bpf: Avoid soft lockup in __htab_map_lookup_and_delete_batch()
2026-07-10 0:05 UTC (2+ messages)
[PATCH bpf-next v1 0/4] Unify helper and kfunc call_arg_meta
2026-07-10 0:02 UTC (10+ messages)
` [PATCH bpf-next v1 1/4] bpf: Remove dynptr check in check_stack_range_initialized()
` [PATCH bpf-next v1 2/4] bpf: Factor out raw_mode-related fields in bpf_call_arg_meta
` [PATCH bpf-next v1 3/4] bpf: Unify helper and kfunc allocation-size argument handling
` [PATCH bpf-next v1 4/4] bpf: Unify helper and kfunc call argument meta
[PATCH 7.1.y 0/6] cBPF JIT spray hardening
2026-07-09 22:52 UTC (11+ messages)
` [PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 7.1.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 7.1.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 7.1.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 7.1.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 7.1.y 6/6] bpf: Prefer dirty packs for eBPF allocations
[PATCH bpf-next v2 0/2] bpf: bound rdonly/rdwr_buf_size kfunc return size
2026-07-09 21:50 UTC (10+ messages)
` [PATCH bpf-next v2 1/2] bpf: reject rdonly/rdwr_buf_size kfunc arguments that exceed u32 max
` [PATCH bpf-next v2 2/2] selftests/bpf: add test for oversized rdonly/rdwr_buf_size kfunc argument
[PATCH bpf-next 1/2] bpf: Drop scalar id on sign-extending narrowing stack fills
2026-07-09 19:30 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for scalar id on sign-extending stack fill
[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
2026-07-09 19:09 UTC (3+ messages)
[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
2026-07-09 18:55 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: remove redundant config option from selftests fragments
2026-07-09 18:42 UTC
[PATCH bpf] bpf: fix UAF in sock clone early bailouts
2026-07-09 17:00 UTC (7+ messages)
[PATCH 29/33] bpf: crypto: Use AES-CBC and AES-ECB libraries
2026-07-09 16:46 UTC (7+ messages)
[PATCH net-next v11 2/2] net: mana: force full-page RX buffers via ethtool private flag
2026-07-09 15:48 UTC (3+ messages)
[PATCH v5] x86/sgx: Report RCU-Tasks quiescent state in EPC sanitization loop
2026-07-09 13:24 UTC (2+ messages)
page: next (older) | 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