messages from 2026-07-08 08:02:34 to 2026-07-09 18:21:37 UTC [more...]
[PATCH bpf v4 0/2] bpf: Reject negative const offsets for buffer pointers
2026-07-09 18:21 UTC (9+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v4 2/2] selftests/bpf: Cover negative raw_tp writable buffer offsets
[PATCH net-next 0/2] net: atlantic: convert RX path to page_pool
2026-07-09 17:37 UTC (3+ 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] bpf: fix UAF in sock clone early bailouts
2026-07-09 17:00 UTC (7+ messages)
[PATCH bpf-next 00/12] bpf: Support 16-byte return values in the R0:R2 register pair
2026-07-09 16:52 UTC (27+ messages)
` [PATCH bpf-next 01/12] bpf: Factor check_global_ret_scalar_reg() out of the global return check
` [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 11/12] selftests/bpf: Cover tracing on >8 and <=16 byte return targets
` [PATCH bpf-next 12/12] Documentation/bpf: Document 16-byte kfunc return values in R0:R2
[PATCH 29/33] bpf: crypto: Use AES-CBC and AES-ECB libraries
2026-07-09 16:46 UTC (7+ messages)
[PATCH bpf-next v2 0/2] bpf: bound rdonly/rdwr_buf_size kfunc return size
2026-07-09 16:15 UTC (4+ 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 net-next v11 2/2] net: mana: force full-page RX buffers via ethtool private flag
2026-07-09 15:48 UTC (4+ messages)
[PATCH bpf-next 1/2] bpf: Drop scalar id on sign-extending narrowing stack fills
2026-07-09 15:31 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for scalar id on sign-extending stack fill
[PATCH bpf-next v11 0/5] bpf: add icmp_send kfunc
2026-07-09 15:16 UTC (8+ 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 0/7] Mixing bpf2bpf and tailcalls for RV64
2026-07-09 15:09 UTC (12+ messages)
` [PATCH bpf-next v6 2/7] riscv, bpf: Fix memory leak in bpf_jit_free
` [PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
[PATCH bpf] LoongArch: bpf: zero-extend signed ALU32 div/mod results
2026-07-09 13:53 UTC
[PATCH v5] x86/sgx: Report RCU-Tasks quiescent state in EPC sanitization loop
2026-07-09 13:24 UTC (2+ messages)
[PATCH bpf-next 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-07-09 12:55 UTC (9+ messages)
` [PATCH bpf-next 5/5] x86/bpf: "
[PATCH v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
2026-07-09 12:06 UTC (6+ messages)
[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
2026-07-09 11:52 UTC (19+ messages)
` [PATCH bpf-next v5 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v5 02/10] bpf: mark instructions accessing program stack
` [PATCH bpf-next v5 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v5 04/10] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v5 05/10] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v5 06/10] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v5 07/10] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v5 08/10] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v5 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v5 10/10] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH net-next v7 0/5] veth: add Byte Queue Limits (BQL) support
2026-07-09 10:03 UTC (6+ messages)
` [PATCH net-next v7 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
[REMINDER] LPC 2026 BPF Track CFP
2026-07-09 9:51 UTC (2+ messages)
` [REMINDER#2] "
[PATCH v3 0/4] Fix and optimize BPF tailcall for LoongArch
2026-07-09 9:47 UTC (5+ messages)
[PATCH bpf-next v10 0/5] bpf: add icmp_send kfunc
2026-07-09 8:31 UTC (7+ messages)
` [PATCH bpf-next v10 1/5] bpf: add bpf_icmp_send kfunc
[PATCH bpf-next] bpf: Fix security_bpf_map_create error handling
2026-07-09 8:20 UTC (4+ messages)
[PATCH bpf-next v9 0/2] Introduce jit_required to prevent a kernel panic
2026-07-09 6:30 UTC (9+ messages)
` [PATCH bpf-next v9 1/2] bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()
` [PATCH bpf-next v9 2/2] bpf: Reject programs with inlined helpers if JIT is not available
[PATCH bpf-next v7] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
2026-07-09 6:10 UTC (2+ messages)
[PATCH bpf-next 0/4] Misc BPF fixes from sashiko findings
2026-07-09 5:10 UTC (8+ messages)
` [PATCH bpf-next 1/4] bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinux
` [PATCH bpf-next 2/4] bpf: Give vmlinux BTF init its own mutex
` [PATCH bpf-next 3/4] bpf: Account insn_aux_data allocation in bpf_check
` [PATCH bpf-next 4/4] bpf: Account scratch buffer in bpf_prog_calc_tag
[RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs
2026-07-09 2:52 UTC (12+ messages)
[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
2026-07-08 20:58 UTC (6+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
` [External] "
[PATCH bpf-next v4 0/6] Add the capability to load HW RX checksum in eBPF programs
2026-07-08 20:54 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 4/6] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [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 bpf-next] selftests/bpf: Close fd on unexpected success in signed loader
2026-07-08 20:00 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Skip res_spin_lock_stress if no perf support
2026-07-08 20:00 UTC (2+ messages)
[PATCH bpf-next v3] selftests/bpf: veristat: Minimize map size during verification
2026-07-08 19:32 UTC
[PATCH bpf-next v6 0/8] Verify BPF signed loader at load time
2026-07-08 18:30 UTC (15+ messages)
` [PATCH bpf-next v6 3/8] libbpf: Drop in-loader metadata check for load-time verification
` [PATCH bpf-next v6 4/8] bpftool: Check EVP_Digest when computing excl_prog_hash
` [PATCH bpf-next v6 5/8] bpftool: Cover loader metadata with the program signature
` [PATCH bpf-next v6 6/8] selftests/bpf: Adjust bpf_map layout in verifier_map_ptr
` [PATCH bpf-next v6 7/8] selftests/bpf: Verify load-time signed loader metadata
[PATCH bpf v3 0/2] bpf, sockmap: Fix FIONREAD for sockets without a verdict program
2026-07-08 17:16 UTC (5+ messages)
` [PATCH bpf v3 1/2] bpf, sockmap: Account for receive queue in FIONREAD "
` [PATCH bpf v3 2/2] selftests/bpf: Test FIONREAD on a sockmap socket "
[PATCH bpf] bpf, sockmap: Account for receive queue in FIONREAD without a verdict program
2026-07-08 16:19 UTC (4+ messages)
[PATCH bpf v2 0/2] bpf, sockmap: Fix FIONREAD for sockets without a verdict program
2026-07-08 16:17 UTC (6+ messages)
` [PATCH bpf v2 1/2] bpf, sockmap: Account for receive queue in FIONREAD "
` [PATCH bpf v2 2/2] selftests/bpf: Test FIONREAD on a sockmap socket "
[RFC PATCH bpf-next v1 0/7] xdp: RX checksum metadata hint and checksum assertion over redirect
2026-07-08 15:12 UTC (6+ messages)
` [PATCH bpf-next 0/1] selftests: drv-net: XDP RX checksum metadata test
` [PATCH bpf-next 1/1] selftests: drv-net: add XDP RX checksum metadata tests
[PATCH bpf-next v4 00/10] bpf: add support for KASAN checks in JITed programs
2026-07-08 14:47 UTC (26+ messages)
` [PATCH bpf-next v4 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v4 02/10] bpf: mark instructions accessing program stack
` [PATCH bpf-next v4 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v4 04/10] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v4 05/10] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v4 06/10] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v4 07/10] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v4 08/10] selftests/bpf: add helper to check whether eBPF KASAN is active
` [PATCH bpf-next v4 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v4 10/10] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH v5 bpf-next 0/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-07-08 12:51 UTC (3+ messages)
[PATCH net-next 0/2] selftests: drv-net: run XDP tests with both IP versions
2026-07-08 10:40 UTC (2+ messages)
[PATCH] tools/resolve_btfids: Include libsubcmd headers directly from source tree
2026-07-08 8:20 UTC (2+ messages)
[PATCH bpf-next v6 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-07-08 8:04 UTC (3+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
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