messages from 2026-03-05 20:37:50 to 2026-03-06 19:08:58 UTC [more...]
[PATCH v2 0/2] bpf: Fix abs(INT_MIN) undefined behavior in interpreter sdiv/smod
2026-03-06 19:08 UTC
[PATCH net 0/5] mlx5 misc fixes 2026-03-05
2026-03-06 18:46 UTC (3+ messages)
` [PATCH net 5/5] net/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQ
[PATCH] kthread: remove kthread_exit()
2026-03-06 18:27 UTC (3+ messages)
[bpf-next v6 0/5] emit ENDBR/BTI instructions for indirect jump targets
2026-03-06 18:30 UTC (8+ 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
[PATCH net-next 0/8] net: macb: add XSK support
2026-03-06 17:53 UTC (6+ 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 v10 00/15] Direct Map Removal Support for guest_memfd
2026-03-06 15:42 UTC (21+ 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 0/2] bpf: calls to bpf_loop() should have an SCC and accumulate backedges
2026-03-06 15:40 UTC (5+ messages)
[PATCH 0/3] sched_ext cleanup and toolchain compatibility fixes
2026-03-06 14:40 UTC (5+ 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 bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-03-06 14:34 UTC (19+ 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 bpf-next] selftests/bpf: Speed up module_attach test
2026-03-06 13:43 UTC (2+ messages)
[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-06 13:28 UTC (8+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
[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 (6+ messages)
[PATCH] selftests/bpf: skip verif_scale_pyperf600 on -E2BIG jump complexity limit
2026-03-06 12:08 UTC (6+ messages)
[PATCH v1 0/2] bpf: Fix abs(INT_MIN) undefined behavior in interpreter sdiv/smod
2026-03-06 11:57 UTC (4+ messages)
` [PATCH v1 1/2] bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
` [PATCH v1 2/2] selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
[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 (22+ messages)
` [RFC PATCH 1/2] locking: add mutex_lock_nospin()
[PATCH net v3 0/3] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
2026-03-06 9:58 UTC (7+ messages)
` [PATCH net v3 1/3] bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabled
` [PATCH net v3 2/3] bpf: bpf_out_neigh_v6: "
` [PATCH net v3 3/3] net: bonding: "
[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 (13+ messages)
` [PATCH bpf-next 1/3] bpf: Always allow sleepable "
[PATCH v3 1/2] selftests/bpf: filter by pid to avoid cross-test interference
2026-03-06 8:33 UTC (2+ messages)
` [PATCH v3 2/2] selftests/bpf: drop serial restriction
[PATCH v4 bpf/net 0/6] sockmap: Fix UAF and broken memory accounting for UDP
2026-03-06 7:44 UTC (10+ messages)
` [PATCH v4 bpf/net 6/6] sockmap: Fix "
[PATCH bpf] bpf: fix constant blinding bypass for PROBE_MEM32 stores
2026-03-06 6:50 UTC
[PATCH net-next v8 00/16] netkit: Support for io_uring zero-copy and AF_XDP
2026-03-06 5:49 UTC (6+ messages)
` [PATCH net-next v8 02/16] net: Implement netdev_nl_queue_create_doit
[PATCH bpf v2 0/2] bpf: refine u32/s32 bounds when ranges cross min/max boundary
2026-03-06 5:17 UTC (13+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: test refining "
[PATCH bpf-next v2 2/6] bpf: Add sleepable execution path for raw tracepoint programs
2026-03-06 4:52 UTC (4+ messages)
[PATCH bpf-next v2 0/6] bpf: Add support for sleepable raw tracepoint programs
2026-03-06 4:41 UTC (11+ messages)
` [PATCH bpf-next v2 1/6] bpf: Reject sleepable raw_tp programs on non-faultable tracepoints
` [PATCH bpf-next v2 3/6] bpf: Remove preempt_disable from faultable tracepoint BPF callbacks
` [PATCH bpf-next v2 4/6] bpf: Allow sleepable programs for BPF_TRACE_RAW_TP attach type
` [PATCH bpf-next v2 5/6] libbpf: Add tp_btf.s section handler for sleepable raw tracepoints
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests for sleepable raw tracepoint programs
[PATCH bpf-next 1/1] bpf: Avoid one round of bounds deduction
2026-03-06 4:14 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: Add LINK_DETACH support for perf link
2026-03-06 3:59 UTC (4+ messages)
Process killed by seccomp looks live by tracer
2026-03-06 2:55 UTC (6+ messages)
[PATCH net v2 0/3] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
2026-03-06 2:31 UTC (6+ messages)
` [PATCH net v2 1/3] bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabled
` [PATCH net v2 2/3] bpf: bpf_out_neigh_v6: "
` [PATCH net v2 3/3] net: bonding: "
[PATCH] selftests/bpf: Enforce definition order for __msg macros in BPF tests
2026-03-06 1:22 UTC (2+ messages)
[PATCH bpf 0/3] bpf: fix and improve open-coded task_vma iterator
2026-03-06 1:11 UTC (3+ messages)
` [PATCH bpf 1/3] bpf: fix mm lifecycle in "
[PATCH v6 0/5] bpf: Extend the bpf_list family of APIs
2026-03-06 0:52 UTC (9+ messages)
` [PATCH v6 1/5] bpf: Introduce the bpf_list_del kfunc
` [PATCH v6 2/5] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH v6 4/5] selftests/bpf: Add test cases for bpf_list_del/add/is_edge/empty
[PATCH v6 3/5] bpf: Add bpf_list_is_edge/empty kfuncs
2026-03-06 0:47 UTC (3+ messages)
[PATCH bpf v2 0/4] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-03-05 23:35 UTC (10+ messages)
` [PATCH bpf v2 3/4] bpf, sockmap: Adapt for the af_unix-specific lock
[PATCH bpf-next v4 0/3] Optimize kprobe.session attachment for exact function names
2026-03-05 23:30 UTC (2+ messages)
[PATCH net-next v2 1/2] udp: Preserve UDP socket addresses on abort
2026-03-05 23:18 UTC (3+ messages)
[PATCH v2 0/2] selftests/bpf: make probe_user safe for parallel runs
2026-03-05 23:10 UTC (3+ messages)
` [PATCH v2 1/2] selftests/bpf: probe_user: filter by pid to avoid cross-test interference
[PATCH v6 0/3] libbpf/bpftool: support merging split BTFs
2026-03-05 23:10 UTC (6+ messages)
` [PATCH v6 1/3] libbpf: support appending split BTF in btf__add_btf()
` [PATCH v6 2/3] bpftool: support merging multiple module BTFs in btf dump
[PATCH v2 0/2] selftests/bpf: fix bpf_cookie failures
2026-03-05 23:10 UTC (2+ messages)
[PATCH dwarves 0/9] pahole: Encode true signatures in kernel BTF
2026-03-05 22:55 UTC (10+ messages)
` [PATCH dwarves 1/9] dwarf_loader: Reduce parameter checking with clang DW_AT_calling_convention attr
` [PATCH dwarves 2/9] dwarf_loader: Handle signatures with dead arguments
` [PATCH dwarves 3/9] dwarf_loader: Refactor initial ret -1 to be macro PARM_DEFAULT_FAIL
` [PATCH dwarves 4/9] dwarf_laoder: Handle locations with DW_OP_fbreg
` [PATCH dwarves 5/9] dwarf_loader: Change exprlen checking condition in parameter__reg()
` [PATCH dwarves 6/9] dwarf_loader: Detect optimized parameters with locations having constant values
` [PATCH dwarves 7/9] dwarf_loader: Handle expression lists
` [PATCH dwarves 8/9] btf_encoder: Handle optimized parameter properly
` [PATCH dwarves 9/9] tests: Add a few clang true signature tests
[PATCH bpf-next v4 0/2] Handle duplicate kprobe symbols
2026-03-05 22:47 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
[PATCH bpf-next v3 0/2] bpf: Relax 8 frame limitation for global subprogs
2026-03-05 20:46 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: Only enforce 8 frame call stack limit for all-static stacks
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