messages from 2026-03-06 06:26:30 to 2026-03-07 20:51:11 UTC [more...]
[PATCH net v4 0/4] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
2026-03-07 20:50 UTC (3+ messages)
` [PATCH net v4 1/4] ipv6: move the disable_ipv6_mod knob to core code
` [PATCH net v4 2/4] net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabled
[GIT PULL] BPF fixes for 7.0-rc3
2026-03-07 20:42 UTC (2+ messages)
[PATCH bpf-next v5 0/2] Add wakeup_source iterators
2026-03-07 20:17 UTC (4+ messages)
[PATCH net v3 0/3] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
2026-03-07 19:54 UTC (7+ messages)
` [PATCH net v3 2/3] bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabled
[LSF/MM/BPF TOPIC] Reimagining Memory Cgroup (memcg_ext)
2026-03-07 18:24 UTC
[bpf-next v7 0/5] emit ENDBR/BTI instructions for indirect jump targets
2026-03-07 17:23 UTC (10+ messages)
` [bpf-next v7 1/5] bpf: Move constants blinding from JIT to verifier
` [bpf-next v7 2/5] bpf: Pass bpf_verifier_env to JIT
` [bpf-next v7 3/5] bpf: Add helper to detect indirect jump targets
` [bpf-next v7 4/5] bpf, x86: Emit ENDBR for "
` [bpf-next v7 5/5] bpf, arm64: Emit BTI for indirect jump target
[PATCH bpf v3] resolve_btfids: Fix linker flags detection
2026-03-07 17:00 UTC (2+ messages)
[PATCH v2 net-next] net/sched: do not reset queues in graft operations
2026-03-07 16:34 UTC
[bpf-next v6 0/5] emit ENDBR/BTI instructions for indirect jump targets
2026-03-07 8:00 UTC (18+ messages)
` [bpf-next v6 1/5] bpf: Move constants blinding from JIT to verifier
` [bpf-next v6 2/5] bpf: Pass bpf_verifier_env to jit
` [bpf-next v6 3/5] bpf: Add helper to detect indirect jump targets
` [bpf-next v6 4/5] bpf, x86: Emit ENDBR for "
` [bpf-next v6 5/5] bpf, arm64: Emit BTI for indirect jump target
[RFC PATCH bpf-next v2 00/11] Dynptr cleanup and bugfixes
2026-03-07 6:44 UTC (12+ messages)
` [RFC PATCH bpf-next v2 01/11] bpf: Set kfunc dynptr arg type flag based on prototype
` [RFC PATCH bpf-next v2 02/11] selftests/bpf: Test passing CONST_PTR_TO_DYNPTR to kfunc that may mutate dynptr
` [RFC PATCH bpf-next v2 03/11] bpf: Unify dynptr handling in the verifier
` [RFC PATCH bpf-next v2 04/11] bpf: Assign reg->id when getting referenced kptr from ctx
` [RFC PATCH bpf-next v2 05/11] bpf: Preserve reg->id of pointer objects after null-check
` [RFC PATCH bpf-next v2 06/11] bpf: Refactor object relationship tracking and fix dynptr UAF bug
` [RFC PATCH bpf-next v2 07/11] bpf: Remove redundant dynptr arg check for helper
` [RFC PATCH bpf-next v2 08/11] selftests/bpf: Test creating dynptr from dynptr data and slice
` [RFC PATCH bpf-next v2 09/11] selftests/bpf: Test using dynptr after freeing the underlying object
` [RFC PATCH bpf-next v2 10/11] selftests/bpf: Test using slice after invalidating dynptr clone
` [RFC PATCH bpf-next v2 11/11] selftests/bpf: Test using file dynptr after the reference on file is dropped
[PATCH 0/3] fix BTI exception when execute gotox insturcion
2026-03-07 6:22 UTC (8+ messages)
` [PATCH 1/3] bpf: introduce gotox_point in bpf_insn_aux_data
` [PATCH 2/3] bpf: introduce bpf_jit_insn_aux_data
` [PATCH 3/3] bpf: arm64: fix BTI exception when execute gotox instruction
[PATCH bpf 0/2] bpf: Fix precision backtracking bug with linked registers
2026-03-07 6:00 UTC (6+ messages)
` [PATCH bpf 1/2] bpf: collect only live registers in linked regs
` [PATCH bpf 2/2] selftests/bpf: add reproducer for spurious precision propagation through calls
[PATCH v4 bpf/net 0/6] sockmap: Fix UAF and broken memory accounting for UDP
2026-03-07 2:51 UTC (15+ messages)
` [PATCH v4 bpf/net 2/6] sockmap: Annotate sk->sk_write_space() "
` [PATCH v4 bpf/net 6/6] sockmap: Fix broken memory accounting "
[PATCH bpf v3 0/3] bpf: refine u32/s32 bounds when ranges cross min/max boundary
2026-03-07 2:20 UTC (7+ messages)
` [PATCH bpf v3 1/3] "
` [PATCH bpf v3 2/3] selftests/bpf: test refining "
` [PATCH bpf v3 3/3] Revert "selftests/bpf: Update reg_bound range refinement logic"
[PATCH 0/3] sched_ext cleanup and toolchain compatibility fixes
2026-03-07 1:54 UTC (6+ messages)
` [PATCH 1/3] sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT
` [PATCH 2/3] tools/sched_ext: Update scx enum autogens
` [PATCH 3/3] tools/sched_ext: scx_sdt: Fix BPF verifier rejection on older LLVMs
[PATCH net 0/5] mlx5 misc fixes 2026-03-05
2026-03-07 1:30 UTC (4+ messages)
` [PATCH net 5/5] net/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQ
[PATCH bpf-next] selftests/bpf: perf_link: avoid failures in concurrent mode
2026-03-07 0:55 UTC (2+ messages)
[PATCH bpf-next v4 0/2] Handle duplicate kprobe symbols
2026-03-07 0:52 UTC (6+ messages)
` [PATCH bpf-next v4 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
` [External] "
[PATCH v3 1/2] selftests/bpf: filter by pid to avoid cross-test interference
2026-03-07 0:11 UTC (4+ messages)
` [PATCH v3 2/2] selftests/bpf: drop serial restriction
[PATCH v2 bpf-next 1/2] bpf: Avoid one round of bounds deduction
2026-03-07 0:03 UTC (2+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Test case for refinement improvement using 64b bounds
[PATCH bpf-next v2 0/6] bpf: Add support for sleepable raw tracepoint programs
2026-03-06 23:56 UTC (4+ messages)
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests "
[PATCH bpf-next 1/1] bpf: Avoid one round of bounds deduction
2026-03-06 23:49 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Speed up module_attach test
2026-03-06 23:32 UTC (3+ messages)
[PATCH net-next V2 RESEND] tcp: shrink per-packet memset in __tcp_transmit_skb()
2026-03-06 23:25 UTC (2+ messages)
[PATCH net-next v3 0/5] bnxt_en: Add XDP RSS hash metadata support
2026-03-06 23:00 UTC (6+ messages)
` [PATCH net-next v3 1/5] bnxt_en: use bnxt_xdp_buff for xdp context
` [PATCH net-next v3 2/5] bnxt_en: Implement XDP RSS hash metadata extraction
` [PATCH net-next v3 3/5] bnxt_en: Implement XDP RSS hash metadata extraction for V3_CMP
` [PATCH net-next v3 4/5] selftests: net: move common xdp.py functions into lib
` [PATCH net-next v3 5/5] selftests: drv-net: xdp: Add rss_hash metadata tests
[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
2026-03-06 20:06 UTC (22+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 02/15] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v4 0/4] tools/rtla: Consolidate nr_cpus usage
2026-03-06 19:49 UTC (5+ messages)
` [PATCH v4 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
` [PATCH v4 2/4] tools/rtla: Remove unneeded nr_cpus arguments
` [PATCH v4 3/4] tools/rtla: Remove unneeded nr_cpus members
` [PATCH v4 4/4] tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu
[PATCH v2 0/2] bpf: Fix abs(INT_MIN) undefined behavior in interpreter sdiv/smod
2026-03-06 19:08 UTC (3+ messages)
` [PATCH v2 1/2] bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
` [PATCH v2 2/2] selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
[PATCH] kthread: remove kthread_exit()
2026-03-06 18:27 UTC (3+ messages)
[PATCH net-next 0/8] net: macb: add XSK support
2026-03-06 17:53 UTC (5+ messages)
` [PATCH net-next 8/8] net: macb: add Tx zero-copy AF_XDP support
[PATCH bpf-next v1 0/7] bpf/sockmap: add splice support for tcp_bpf
2026-03-06 17:25 UTC (3+ messages)
` [PATCH bpf-next v1 6/7] selftests/bpf: add splice_read tests for sockmap
[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
2026-03-06 17:22 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
` [External] "
[PATCH bpf-next] bpftool: Enable aarch64 ISA extensions for JIT disassembly
2026-03-06 16:39 UTC
[PATCH v2] selftests/bpf: avoid jump seq limit in verif_scale_pyperf600
2026-03-06 16:23 UTC (3+ messages)
[PATCH bpf-next v2 0/3] Always allow sleepable and fmod_ret programs on syscalls
2026-03-06 16:13 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: Always allow sleepable "
` [PATCH bpf-next v2 2/3] bpf: Always allow fmod_ret "
` [PATCH bpf-next v2 3/3] selftests/bpf: Move sleepable refcounted_kptr tests to syscalls
[PATCH 0/2] bpf: calls to bpf_loop() should have an SCC and accumulate backedges
2026-03-06 15:40 UTC (5+ messages)
[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-03-06 14:34 UTC (16+ messages)
` [PATCH bpf v3 1/5] bpf, sockmap: Annotate af_unix sock::sk_state data-races
` [PATCH bpf v3 1/5] bpf, sockmap: Annotate af_unix sock^sk_state data-races
` [PATCH bpf v3 2/5] bpf, sockmap: Use sock_map_sk_{acquire,release}() where open-coded
` [PATCH bpf v3 3/5] bpf, sockmap: Fix af_unix iter deadlock
` [PATCH bpf v3 4/5] selftests/bpf: Extend bpf_iter_unix to attempt deadlocking
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock
[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-06 13:28 UTC (6+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-06 13:16 UTC (34+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
[PATCH net v4 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-03-06 12:38 UTC (9+ messages)
` [PATCH net v4 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()
[PATCH bpf-next] selftests/bpf: Fix const qualifier warning in fexit_bpf2bpf.c
2026-03-06 12:11 UTC (2+ messages)
[PATCH] selftests/bpf: skip verif_scale_pyperf600 on -E2BIG jump complexity limit
2026-03-06 12:08 UTC (6+ messages)
[PATCH v1 1/2] bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
2026-03-06 11:57 UTC (2+ messages)
[PATCH v13 bpf-next 0/8] Add BTF layout to BTF
2026-03-06 11:36 UTC (9+ messages)
` [PATCH v13 bpf-next 1/8] btf: add BTF kind layout encoding to UAPI
` [PATCH v13 bpf-next 2/8] libbpf: Support layout section handling in BTF
` [PATCH v13 bpf-next 3/8] libbpf: use layout to compute an unknown kind size
` [PATCH v13 bpf-next 4/8] libbpf: Add layout encoding support
` [PATCH v13 bpf-next 5/8] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v13 bpf-next 6/8] btf: support kernel parsing of BTF with layout info
` [PATCH v13 bpf-next 7/8] selftests/bpf: test kind encoding/decoding
` [PATCH v13 bpf-next 8/8] kbuild, bpf: Specify "layout" optional feature
[RFC PATCH 0/2] disable optimistic spinning for ftrace_lock
2026-03-06 10:00 UTC (16+ messages)
` [RFC PATCH 1/2] locking: add mutex_lock_nospin()
[PATCH bpf v2] bpf: fix constant blinding bypass for PROBE_MEM32 stores
2026-03-06 9:03 UTC
[PATCH bpf-next 0/3] Always allow sleepable and fmod_ret programs on syscalls
2026-03-06 8:38 UTC (10+ messages)
` [PATCH bpf-next 1/3] bpf: Always allow sleepable "
[PATCH bpf] bpf: fix constant blinding bypass for PROBE_MEM32 stores
2026-03-06 6:50 UTC
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