messages from 2026-08-07 13:57:24 to 2026-08-10 07:34:45 UTC [more...]
[PATCH bpf-next v3 0/3] bpftool: fix batch file handling issues
2026-08-10 7:33 UTC (3+ messages)
` [PATCH bpf-next v3 1/3] bpftool: fix double close in map dump
` [PATCH bpf-next v3 2/3] bpftool: fix spurious batch file read error
[PATCH v4] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
2026-08-10 7:16 UTC (3+ messages)
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-10 6:44 UTC (9+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte
[PATCH bpf-next v4 0/3] bpf: prevent offloaded programs from running on host via tcx/netkit
2026-08-10 6:30 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] bpf, tcx, netkit: reject offloaded programs
` [PATCH bpf-next v4 2/3] bpf, xdp: move offload check into dev_xdp_install()
` [PATCH bpf-next v4 3/3] selftests/bpf: xdp: test dev_xdp_install() rejects device-bound program
[RFC PATCH bpf-next 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
2026-08-10 6:20 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Add kptr-xchg benchmark
2026-08-10 5:57 UTC
[PATCH v3] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
2026-08-10 3:36 UTC (3+ messages)
[PATCH bpf-next 0/2] bpftool: fix double close in map dump and batch file error handling
2026-08-10 1:59 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpftool: fix double close in map dump
` [PATCH bpf-next 2/2] bpftool: fix spurious batch file read error
[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
2026-08-09 22:37 UTC (2+ messages)
[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
2026-08-09 19:45 UTC (9+ messages)
[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-08-09 18:32 UTC (12+ messages)
` [RFC PATCH bpf-next v3 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [RFC PATCH bpf-next v3 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
[RFC PATCH bpf-next v1 0/1] Enable BPF JIT hardening by default when x86_64 CFI is enabled
2026-08-09 17:30 UTC (3+ messages)
` [RFC PATCH bpf-next v1 1/1] bpf: Enable "
[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
2026-08-09 16:20 UTC (23+ messages)
` [PATCH bpf-next 01/13] bpf: Initialize ftrace_managed in bpf_trampoline_get
` [PATCH bpf-next 02/13] bpf: Factor out update_fentry_multi helper
` [PATCH bpf-next 03/13] bpf: Drop unnecessary ftrace_location() in update_fentry_multi()
` [PATCH bpf-next 04/13] bpf: Add tracing_multi link support for bpf progs
` [PATCH bpf-next 05/13] libbpf: "
` [PATCH bpf-next 06/13] bpf: Add tracing_multi link fdinfo "
` [PATCH bpf-next 07/13] bpf: Add tracing_multi link info "
` [PATCH bpf-next 08/13] selftests/bpf: Add tracing_multi bpf prog attach test
` [PATCH bpf-next 09/13] selftests/bpf: Add tracing_multi bpf prog attach failure tests
` [PATCH bpf-next 10/13] selftests/bpf: Add tracing_multi bpf prog cookie test
` [PATCH bpf-next 11/13] selftests/bpf: Add tracing_multi bpf prog rollback test
` [PATCH bpf-next 12/13] selftests/bpf: Add tracing_multi bpf prog link info test
` [PATCH bpf-next 13/13] selftests/bpf: Test tailcall with fentry.multi
[PATCH bpf-next v1 0/2] Add resolve_btfids support for __arena kfunc suffix
2026-08-09 14:08 UTC (7+ messages)
` [PATCH bpf-next v1 1/2] resolve_btfids: Emit arena attributes from kfunc parameter suffixes
` [PATCH bpf-next v1 2/2] selftests/bpf: Test resolve_btfids arena argument suffixes
[PATCH net] net/sched: cls_bpf: reject dev-bound programs bound to a different device
2026-08-09 9:44 UTC
[PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
2026-08-09 4:09 UTC (3+ messages)
[PATCH bpf-next v3 00/13] bpf: Support aggregate return values up to 16 bytes
2026-08-08 19:45 UTC (19+ messages)
` [PATCH bpf-next v3 01/13] bpf: Factor check_global_ret_scalar_reg() out of the global return check
` [PATCH bpf-next v3 02/13] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v3 03/13] bpf: Wire up JIT support for 16-byte kfunc returns
` [PATCH bpf-next v3 04/13] bpf: Track R2 of register-pair returns in precision backtracking
` [PATCH bpf-next v3 05/13] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v3 06/13] bpf: Reject callbacks returning more than 8 bytes
` [PATCH bpf-next v3 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v3 08/13] bpf: Reject register-pair returns when the subprog BTF is unreliable
` [PATCH bpf-next v3 09/13] bpf: Enable aggregate return types up to 16 bytes
` [PATCH bpf-next v3 10/13] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v3 11/13] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
` [PATCH bpf-next v3 12/13] selftests/bpf: Add tests for callbacks returning more than 8 bytes
` [PATCH bpf-next v3 13/13] Documentation/bpf: Document up to 16-byte kfunc return values in R0:R2
[PATCH bpf-next v2 0/4] selftest related fixes
2026-08-08 19:10 UTC (9+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: map_kptr: expect BPF_ST reject msg on cpuv4 toolchains
` [PATCH bpf-next v2 2/4] selftests/bpf: add --no-error-summary to skip end-of-run error log dump
` [PATCH bpf-next v2 3/4] selftests/bpf: report failed subtest count in test_progs summary
` [PATCH bpf-next v2 4/4] selftests/bpf: vmtest.sh: preserve command quoting when running in the VM
[PATCH v2 00/13] bpf: Support aggregate return values up to 16 bytes
2026-08-08 16:35 UTC (13+ messages)
` [PATCH bpf-next v2 05/13] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v2 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v2 10/13] selftests/bpf: Add C tests "
` [PATCH bpf-next v2 11/13] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
[PATCH bpf-next v2 06/13] bpf: Reject callbacks returning more than 8 bytes
2026-08-08 16:05 UTC (3+ messages)
[PATCH v2 net 0/2] Fix wrong transport_header when sending VLAN-tagged frames
2026-08-08 15:33 UTC (5+ messages)
` [PATCH v2 net 1/2] net: packet: fix wrong transport_header when sending VLAN-tagged frame
` [PATCH v2 net 2/2] net: tap: "
[PATCH bpf-next v3 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
2026-08-08 14:05 UTC (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next v3 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v3 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a test for arena fault-in under memory.max
[PATCH net-next 0/5] selftests/xsk: improve shared-UMEM coverage and infrastructure
2026-08-08 13:44 UTC (5+ messages)
` [PATCH net-next 1/5] selftests/xsk: add UMEM users refcount and centralize socket teardown
` [PATCH net-next 2/5] selftests/xsk: roll back partial socket setup on configure failures
[PATCH bpf-next v5 0/5] Introduce bpf_ksock
2026-08-08 12:47 UTC (11+ messages)
` [PATCH bpf-next v5 1/5] net: Add connect_socket() helper
` [PATCH bpf-next v5 2/5] bpf: Add ksock kfuncs
` [PATCH bpf-next v5 3/5] selftests/bpf: Add ksock kfunc test
` [PATCH bpf-next v5 4/5] selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
` [PATCH bpf-next v5 5/5] selftests/bpf: Add ksock test for async callback guard
[PATCH bpf-next v5 00/14] Add arena argument support to kfuncs and struct_ops
2026-08-08 10:10 UTC (24+ messages)
` [PATCH bpf-next v5 01/14] bpf: Rename 'early' BTF checking as a preparation phase
` [PATCH bpf-next v5 02/14] bpf: Split subprogram and kfunc collection
` [PATCH bpf-next v5 03/14] bpf: Collect kfuncs after resolving program resources
` [PATCH bpf-next v5 04/14] bpf: Support __arena and __arena__nullable kfunc argument suffixes
` [PATCH bpf-next v5 05/14] bpf: Support __arena and __arena__nullable on struct_ops arguments
` [PATCH bpf-next v5 06/14] bpf, x86: JIT __arena kfunc argument rebasing
` [PATCH bpf-next v5 07/14] bpf, x86: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v5 08/14] selftests/bpf: Add kfunc __arena and __arena__nullable argument tests
` [PATCH bpf-next v5 09/14] selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
` [PATCH bpf-next v5 10/14] selftests/bpf: Add struct_ops __arena and __arena__nullable argument tests
` [PATCH bpf-next v5 11/14] bpf, x86: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v5 12/14] selftests/bpf: Test stack-passed struct_ops arena arguments
` [PATCH bpf-next v5 13/14] bpf: Reject tracing/freplace progs for struct_ops with arena args
` [PATCH bpf-next v5 14/14] selftests/bpf: Test attach rejection for struct_ops arena programs
[PATCH bpf-next v4 0/7] bpf: infer zext_dst based on static register liveness analysis
2026-08-08 10:00 UTC (10+ messages)
` [PATCH bpf-next v4 1/7] bpf: do not print a newline after disassembly in bpf_verbose_insn()
` [PATCH bpf-next v4 2/7] bpf: extract is_addr_space_cast32() utility function
` [PATCH bpf-next v4 3/7] bpf: move bpf_is_reg64() to fixups.c
` [PATCH bpf-next v4 4/7] bpf: track upper 32-bit register halves' liveness in compute_live_registers()
` [PATCH bpf-next v4 5/7] bpf: infer zext_dst based on static register liveness analysis
` [PATCH bpf-next v4 6/7] bpf: simplify the bpf_is_reg64()
` [PATCH bpf-next v4 7/7] selftests/bpf: verify zext_dst annotations for various instructions
[PATCH net-next v3] net: atlantic: convert RX path to page_pool
2026-08-08 8:56 UTC (2+ messages)
[PATCH bpf-next v7 0/6] Improve stack depth verification stats output
2026-08-08 7:40 UTC (10+ messages)
` [PATCH bpf-next v7 1/6] bpf: Track verifier instruction stats for each subprogram
` [PATCH bpf-next v7 2/6] bpf: Attribute async callback instructions to verification roots
` [PATCH bpf-next v7 3/6] bpf: Show more useful info in stack depth stats
` [PATCH bpf-next v7 4/6] selftests/bpf: Adjust veristat stack depth parsing
` [PATCH bpf-next v7 5/6] selftests/bpf: Test stack depth stats without BTF subprog names
` [PATCH bpf-next v7 6/6] selftests/bpf: Test subprogram instruction statistics
[PATCH bpf-next v2 2/2] selftests/bpf: Test bpf_strcat,bpf_strncat kfuncs
2026-08-08 2:59 UTC (3+ messages)
[PATCH net v3 0/2] fix skb length accounting after XDP frag adjustment
2026-08-08 0:10 UTC (2+ messages)
[PATCH bpf-next v3] bpf: Fix mmap_lock leak in irq_work path
2026-08-07 22:50 UTC (2+ messages)
[PATCH bpf v6] bpf, cgroup: Fix storage null-ptr-deref after replacing prog
2026-08-07 22:50 UTC (2+ messages)
[PATCH bpf-next] bpf: add BPF_F_SEALED flag to seal BPF links at creation
2026-08-07 22:30 UTC (4+ messages)
[PATCH v4 bpf-next 0/1] bpf: Populate mmap-able array maps lazily
2026-08-07 22:12 UTC (3+ messages)
` [PATCH v4 bpf-next 1/1] bpf: Populate mmap-able array map memory lazily
[PATCH bpf-next v6 0/6] Improve stack depth verification stats output
2026-08-07 22:12 UTC (6+ messages)
` [PATCH bpf-next v6 2/6] bpf: Propagate async callback instructions to scheduling subprograms
BUG: bpf_iter_tcp can trigger inet_csk_listen_stop() WARN_ON(sock_owned_by_user(child))
2026-08-07 21:43 UTC (2+ messages)
[PATCHES 00/12] pahole: Support more rust tags and references to dwz alternate debug files
2026-08-07 20:30 UTC (7+ messages)
[PATCH 0/2] block: expose blkcg io.stat to BPF
2026-08-07 20:00 UTC (5+ messages)
` [PATCH 1/2] block: add BPF kfuncs to read blkcg io.stat
` [PATCH 2/2] selftests/bpf: add test for blkcg io.stat BPF kfuncs
[PATCH net-next 10/15] i40e: prepare for XDP metadata ops support
2026-08-07 19:00 UTC (3+ messages)
[PATCH bpf-next v3 0/2] bpf: htab: Reduce memory use of hash maps
2026-08-07 17:33 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: htab: Split htab_elem_lru and htab_elem_pcpu off of htab_elem
` [PATCH bpf-next v3 2/2] bpf: htab: Reduce elem_size by 8 bytes for small key sizes
[PATCH RFC] arm64: entry: PSTATE_I_SET is leaking on pseudo NMI mode
2026-08-07 16:29 UTC (5+ messages)
[PATCH RFC 0/5] allow kfree_nolock() handle kmalloc() objects
2026-08-07 15:22 UTC (7+ messages)
` [PATCH RFC 2/5] mm/slab, kfence: support kfence objects in kfree_nolock()
` [PATCH RFC 4/5] mm/slab: handle large_kmalloc "
` [PATCH RFC 5/5] sched: use kfree_nolock() instead of kfree_rcu()
[PATCH net v2 1/1] ip: orphan prefetched skbs before multicast forwarding
2026-08-07 15:19 UTC (2+ messages)
[GIT PULL] bpf for v7.2-rc7
2026-08-07 15:18 UTC (2+ messages)
[PATCH v6 0/3] perf/core: sched_task() dispatch and branch entry fixes
2026-08-07 15:13 UTC (10+ messages)
` [PATCH v6 1/3] perf/core: Fix NULL pmu_ctx passed to pmu->sched_task()
` [PATCH v6 2/3] perf/core: Run sched_task() for PMUs with only CPU-wide events
` [PATCH v6 3/3] perf/core: Clear the whole branch entry in perf_clear_branch_entry()
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