messages from 2026-08-05 06:07:43 to 2026-08-06 07:33:40 UTC [more...]
[PATCH net-next v3 00/15] gve: AdminQ mode related refactors
2026-08-06 7:33 UTC (7+ messages)
` [PATCH net-next v3 04/15] gve: add struct gve_device_info to hold device properties
` [PATCH net-next v3 06/15] gve: introduce ctrl ops to set vectors and Qs
` [PATCH net-next v3 09/15] gve: simplify reset logic
[RFC PATCH bpf-next v5 0/8] selftests/bpf: restructure the Makefile as a layered build
2026-08-06 4:51 UTC (17+ messages)
` [RFC PATCH bpf-next v5 1/8] selftests/bpf: keep headers off the generic link command line
` [RFC PATCH bpf-next v5 2/8] selftests/bpf: drop stale and no-op lines
` [RFC PATCH bpf-next v5 3/8] selftests/bpf: factor the permissive-mode skip suffix into a helper
` [RFC PATCH bpf-next v5 4/8] selftests/bpf: generate the signing key and certificate once
` [RFC PATCH bpf-next v5 5/8] selftests/bpf: generate verifier/tests.h in a regular recipe
` [RFC PATCH bpf-next v5 6/8] selftests/bpf: extract BPF skeleton generation into a helper script
` [RFC PATCH bpf-next v5 7/8] selftests/bpf: move shared build definitions into Makefile.buildvars
[RFC PATCH bpf-next 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
2026-08-06 4:33 UTC (5+ messages)
` [RFC PATCH bpf-next 1/2] libbpf: support selective kernel module BTF loading via .kmod_btfs section
` [RFC PATCH bpf-next 2/2] selftests/bpf: add tests for selective kmod BTF loading
[PATCH] bpf: disable lockdep while running BPF on lock_release
2026-08-06 4:26 UTC (9+ messages)
` 回复: "
[PATCH v2 1/2] powerpc64/bpf: Fix build break in bpf_jit_emit_func_call_rel()
2026-08-06 4:16 UTC (2+ messages)
[PATCH bpf-next v1 0/3] bpf, arena: keep range tree consistent on kmalloc_nolock failure
2026-08-06 3:19 UTC (6+ messages)
` [PATCH bpf-next v1 1/3] bpf, arena: fix range_tree_clear inconsistency "
` [PATCH bpf-next v1 2/3] bpf, arena: fix range_tree_set "
` [PATCH bpf-next v1 3/3] bpf, arena: check range_tree_set return in arena_free_pages and arena_free_worker
[PATCH net v3 0/1] xsk: account uncharged AF_XDP ring allocations to memcg
2026-08-06 2:40 UTC (2+ messages)
[PATCH net 0/2] net: fix skb->protocol not updated after VLAN network header adjustment
2026-08-06 2:10 UTC (5+ messages)
` [PATCH net 1/2] net: packet: "
` [PATCH net 2/2] net: tap: "
[RFC PATCH bpf-next v2 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-08-06 1:54 UTC (3+ messages)
` [RFC PATCH bpf-next v2 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
2026-08-06 0:32 UTC (6+ messages)
[PATCH bpf-next v2 0/6] resolve_btfids: Implement BTF tags emission for kfuncs
2026-08-06 0:01 UTC (10+ messages)
` [PATCH bpf-next v2 1/6] resolve_btfids: Deduplicate BTF after btf2btf transformations
` [PATCH bpf-next v2 2/6] resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
` [PATCH bpf-next v2 3/6] selftests/bpf: Verify arena type tags in resolve_btfids test
` [PATCH bpf-next v2 4/6] resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tags
` [PATCH bpf-next v2 5/6] selftests/bpf: Verify decl tags emission in resolve_btfids test
` [PATCH bpf-next v2 6/6] docs, resolve_btfids: Document kfunc BTF annotation emission
[PATCH bpf-next 0/2] bpf: Track overlapping RCU protection
2026-08-05 23:39 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: Account for preempt and IRQ state in "
` [PATCH bpf-next 2/2] selftests/bpf: Test overlapping "
[PATCH bpf-next v3 0/2] bpf: htab: Reduce memory use of hash maps
2026-08-05 22:48 UTC (4+ 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 bpf-next v2 0/2] bpf: htab: Reduce memory use of hash maps
2026-08-05 22:36 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: htab: Split htab_elem_lru and htab_elem_pcpu off of htab_elem
[PATCH bpf-next v4 00/13] Add arena argument support to kfuncs and struct_ops
2026-08-05 22:02 UTC (19+ messages)
` [PATCH bpf-next v4 01/13] bpf: Rename 'early' BTF checking as a preparation phase
` [PATCH bpf-next v4 02/13] bpf: Split subprogram and kfunc collection
` [PATCH bpf-next v4 03/13] bpf: Collect kfuncs after resolving program resources
` [PATCH bpf-next v4 04/13] bpf: Support __arena and __arena__nullable kfunc argument suffixes
` [PATCH bpf-next v4 05/13] bpf: Support __arena and __arena__nullable on struct_ops arguments
` [PATCH bpf-next v4 06/13] bpf, x86: JIT __arena kfunc argument rebasing
` [PATCH bpf-next v4 07/13] bpf, x86: Convert struct_ops arena arguments in the trampoline
` [PATCH bpf-next v4 08/13] selftests/bpf: Add kfunc __arena and __arena__nullable argument tests
` [PATCH bpf-next v4 09/13] selftests/bpf: Add JIT-sequence tests for __arena kfunc arguments
` [PATCH bpf-next v4 10/13] selftests/bpf: Add struct_ops __arena and __arena__nullable argument tests
` [PATCH bpf-next v4 11/13] bpf, x86: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v4 12/13] selftests/bpf: Test stack-passed struct_ops arena arguments
` [PATCH bpf-next v4 13/13] bpf: Reject tracing progs for struct_ops with arena args
[PATCH net-next 10/15] i40e: prepare for XDP metadata ops support
2026-08-05 21:35 UTC (3+ messages)
` [PATCH net-next 11/15] i40e: add support for bpf_xdp_metadata_rx_hash()
` [PATCH net-next 12/15] i40e: add support for bpf_xdp_metadata_rx_vlan_tag()
[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-08-05 20:46 UTC (12+ messages)
` [PATCH v5 3/4] perf/arm64: "
[PATCH bpf-next 1/4] bpf: Mark pending sub-register zero extension before pruning a state
2026-08-05 20:36 UTC (9+ messages)
` [PATCH bpf-next 2/4] bpf: Mark pending zero extension of arena ptrs "
` [PATCH bpf-next 3/4] selftests/bpf: Add tests for sub-register zext across state pruning
` [PATCH bpf-next 4/4] selftests/bpf: Add test for arena pointer "
[PATCH bpf v2 0/1] bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookie
2026-08-05 20:30 UTC (2+ messages)
[PATCHv4 bpf-next 00/12] bpf: Disable preemption in stack map code
2026-08-05 20:29 UTC (18+ messages)
` [PATCHv4 bpf-next 01/12] bpf: Factor stackid_init function from __bpf_get_stackid
` [PATCHv4 bpf-next 02/12] bpf: Factor stackid_fastpath "
` [PATCHv4 bpf-next 03/12] bpf: Factor stackid_new_bucket "
` [PATCHv4 bpf-next 04/12] bpf: Use stack id functions instead of __bpf_get_stackid
` [PATCHv4 bpf-next 05/12] bpf: Disable preemption in bpf_get_stackid
` [PATCHv4 bpf-next 06/12] bpf: Factor callchain_store function from __bpf_get_stack
` [PATCHv4 bpf-next 07/12] bpf: Factor callchain_finalize "
` [PATCHv4 bpf-next 08/12] bpf: Remove trace_in argument "
` [PATCHv4 bpf-next 09/12] bpf: Clear buf on error in __bpf_get_task_stack
` [PATCHv4 bpf-next 10/12] bpf: Disable preemption in __bpf_get_stack
` [PATCHv4 bpf-next 11/12] bpf: Avoid changing callchain in bpf_get_stack_pe
` [PATCHv4 bpf-next 12/12] bpf: Avoid changing callchain in bpf_get_stackid_pe
[PATCH bpf] lwt_bpf: account for aligned neigh header length
2026-08-05 20:14 UTC (2+ messages)
[PATCH] fsverity: reject short BPF digest buffers
2026-08-05 19:50 UTC (3+ messages)
[bpf-next 0/4] selftest related fixes
2026-08-05 19:25 UTC (4+ messages)
` [bpf-next 1/4] selftests/bpf: map_kptr: force BPF_STX for the scalar store to kptr
[PATCH bpf] bpf: Reject negative optlen in cgroup getsockopt hook
2026-08-05 19:01 UTC (4+ messages)
[PATCH bpf-next v4 0/2] bpf: Fix sleepable check for tracing/lsm prog
2026-08-05 18:50 UTC (7+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Verify rejection of sleepable tracing prog
[PATCH v3 bpf] bpf: harden bloom filter sizing and indexing on 32-bit kernels
2026-08-05 18:46 UTC (2+ messages)
[PATCH bpf v2 0/2] bpf: Fix socket leaks around connect(AF_UNSPEC)+listen()
2026-08-05 18:27 UTC (9+ messages)
` [PATCH bpf v2 2/2] bpf: Unconditionally take socket references in lookup helpers
[PATCH bpf-next v6 0/6] Improve stack depth verification stats output
2026-08-05 18:18 UTC (3+ messages)
` [PATCH bpf-next v6 2/6] bpf: Propagate async callback instructions to scheduling subprograms
[PATCH 7.1.y] selftests/bpf: Add tests for sleepable tracepoint programs
2026-08-05 17:54 UTC
[PATCH bpf-next v5 0/6] bpf: Inline the numeric open-coded iterator kfuncs
2026-08-05 17:50 UTC (2+ messages)
[PATCH bpf-next v3 0/9] Add arena argument support to kfuncs and struct_ops
2026-08-05 17:36 UTC (18+ messages)
` [PATCH bpf-next v3 1/9] bpf: Support __arena and __arena_nullable kfunc argument suffixes
` [PATCH bpf-next v3 2/9] bpf: Support __arena and __arena_nullable on struct_ops arguments
` [PATCH bpf-next v3 7/9] selftests/bpf: Add struct_ops __arena and __arena_nullable argument tests
` [PATCH bpf-next v3 8/9] bpf, x86: Fix stack-passed arguments for indirect trampolines
` [PATCH bpf-next v3 9/9] selftests/bpf: Test stack-passed struct_ops arena arguments
[PATCH bpf-next v2 0/3] bpf: Allow selected kfuncs under bpf_spin_lock
2026-08-05 16:51 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Add KF_SPINLOCK_SAFE flag for "
` [PATCH bpf-next v2 2/3] bpf: Mark existing lock-safe kfuncs with KF_SPINLOCK_SAFE
` [PATCH bpf-next v2 3/3] selftests/bpf: Test module kfunc calls under spin lock
[ANNOUNCE/CFP] Linux Plumbers 2026 Containers and Checkpoint/Restore Microconference
2026-08-05 16:50 UTC (2+ messages)
[PATCH 0/9] binfmt_misc: bind interpreters to a bpf-backed entry
2026-08-05 15:31 UTC (5+ messages)
` [PATCH 1/9] binfmt_misc: let a register string create an entry disabled
[PATCH v7 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
2026-08-05 13:51 UTC (3+ messages)
[PATCH v3 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
2026-08-05 12:37 UTC (10+ messages)
` [PATCH v3 1/6] rcu: Make call_rcu() safe to call "
` [PATCH v3 2/6] rcu: Make Tiny "
` [PATCH v3 3/6] srcu: Make call_srcu() "
` [PATCH v3 4/6] srcu: Make Tiny "
` [PATCH v3 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH v3 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer
[PATCH bpf-next v2 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
2026-08-05 11:18 UTC (9+ messages)
` [PATCH bpf-next v2 1/4] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next v2 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v2 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v2 4/4] selftests/bpf: Add a test for arena fault-in under memory.max
[PATCH bpf-next 1/2] bpf: Check load-acquire src ptr type before the load
2026-08-05 10:10 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add load-acquire test for dst_reg == src_reg from ctx
[PATCH v4 0/4] LoongArch bpf kptr xchg inline support
2026-08-05 9:45 UTC (2+ messages)
[PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
2026-08-05 9:10 UTC (3+ messages)
[PATCH bpf-next v6 0/9] bpf: add support for KASAN checks in JITed programs
2026-08-05 8:24 UTC (4+ messages)
` [PATCH bpf-next v6 9/9] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH bpf-next] selftests/bpf: Track test_xdp_features DUT processes
2026-08-05 8:18 UTC (3+ messages)
[PATCH bpf-next] bpf: Fix stack out-of-bounds write in cgroup link update
2026-08-05 7:48 UTC (2+ messages)
[PATCH v10 1/8] powerpc/bpf: fix alignment of long branch trampoline address
2026-08-05 7:37 UTC (15+ messages)
` [PATCH v10 2/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v10 3/8] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v10 4/8] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v10 5/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v10 6/8] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH v10 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v10 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
[PATCH bpf-next v2 0/2] bpf: Invalidate RCU pointers after final spin unlock
2026-08-05 7:00 UTC (4+ 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