messages from 2026-08-22 12:03:26 to 2026-08-24 15:18:16 UTC [more...]
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-08-24 15:18 UTC (17+ messages)
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
[PATCH] raid/kunit: Enable RAID6 PQ and XOR benchmarks if KUNIT_ALL_TESTS=m
2026-08-24 15:14 UTC
[PATCH] gpu: GPU_BUDDY_KUNIT_TEST should not select GPU_BUDDY
2026-08-24 15:12 UTC
[PATCH bpf v2 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
2026-08-24 14:50 UTC (9+ messages)
` [PATCH bpf v2 1/2] bpf, veth: xdp: fix page_pool page leak on skb-backed XDP
` [PATCH bpf v2 2/2] selftests/bpf: add xdp_shrink_frags
[PATCH bpf-next v2] selftests/bpf: Track test_xdp_features DUT processes
2026-08-24 14:49 UTC (3+ messages)
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-24 14:45 UTC (6+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
[PATCH bpf-next v2 0/4] bpf: Cancel special fields in resizable hashtab on recycle
2026-08-24 14:36 UTC (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] bpf: Fix use-after-free of program BTF in mem-alloc destructor
` [PATCH 3/4] selftests/bpf: Test rhtab kptr recycle from NMI context
` [PATCH 4/4] selftests/bpf: Test rhtab special-field combinations
[PATCH 00/17] cgroup/cpuset: Fix partition CPU ownership and isolation accounting
2026-08-24 14:37 UTC (9+ messages)
` [PATCH 04/17] cgroup/cpuset: Limit type-change accounting to owned CPUs
` [PATCH 06/17] cgroup/cpuset: Validate type changes against "
` [PATCH 07/17] selftests/cgroup: Test type-change validation with child-owned CPUs
` [PATCH 08/17] cgroup/cpuset: Release CPUs when a type change is rejected
[PATCH v4 0/2] fuse: zero the partial EOF page when extending a file
2026-08-24 14:30 UTC (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended
[PATCH v2 0/3] cgroup/cpuset: Preserve boot-isolated CPUs on partition release
2026-08-24 14:18 UTC (7+ messages)
` [PATCH v2 1/3] selftests/cgroup: Drop invalid boot isolation comparison
` [PATCH v2 2/3] cgroup/cpuset: Preserve boot-isolated CPUs on partition release
` [PATCH v2 3/3] selftests/cgroup: Add test for preserving boot-isolated CPUs
[RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
2026-08-24 14:13 UTC (3+ messages)
[PATCH net v2 0/6] net: stmmac: Fix double VLAN 802.1ad tag handling
2026-08-24 14:06 UTC (12+ messages)
` [PATCH net v2 1/6] net: stmmac: Remove VLAN perfect matching dead code
` [PATCH net v2 2/6] net: stmmac: Enable double VLAN processing only when supported
` [PATCH net v2 3/6] net: stmmac: Move double VLAN handling to a dedicated op
` [PATCH net v2 6/6] selftests: drv-net: Add VLAN test
[PATCH v2 0/2] kunit: add optional assertions to catch taint and lockdep warnings
2026-08-24 13:32 UTC (3+ messages)
` [PATCH v2 1/2] kunit: add extra assertions to KUnit test cases
` [PATCH v2 2/2] kunit: add KUnit test to assert kernel state before KUnit suites are run
[PATCH bpf-next v4 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
2026-08-24 13:31 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v4 2/2] selftests/bpf: add tests for selective module BTF loading
[PATCH 0/2] ublk: fix force_abort leftover after quiesce recover
2026-08-24 13:31 UTC (2+ messages)
[PATCH v2] mm/secretmem: properly account locked pages
2026-08-24 13:21 UTC (2+ messages)
[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
2026-08-24 13:18 UTC (6+ messages)
` [PATCH 03/11] cgroup: add memory_cma_accounting mount option
[PATCH v3 0/2] fuse: zero the partial EOF page when extending a file
2026-08-24 13:13 UTC (3+ messages)
` [PATCH v3 1/2] "
[PATCH v5 0/5] mm: Fix MF_DELAYED handling on memory failure
2026-08-24 13:00 UTC (7+ messages)
` [PATCH v5 1/5] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v5 2/5] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v5 3/5] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v5 4/5] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v5 5/5] mm: selftests: Add shmem into memory failure test
[PATCH v5 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
2026-08-24 12:39 UTC (9+ messages)
` [PATCH v5 1/8] KVM: x86: Add helper to provide intercept linear addresses
` [PATCH v5 2/8] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts
` [PATCH v5 3/8] KVM: nSVM: Track fresh hardware DecodeAssist bytes
` [PATCH v5 4/8] KVM: nSVM: Propagate hardware DecodeAssist bytes to VMCB12
` [PATCH v5 5/8] KVM: nSVM: Use emulator bytes for synthesized nested #NPF
` [PATCH v5 6/8] KVM: nSVM: Fetch missing DecodeAssist bytes for synthesized #NPF/#PF
` [PATCH v5 7/8] KVM: nSVM: Advertise DecodeAssists to L1
` [PATCH v5 8/8] KVM: selftests: Add nested SVM DecodeAssists test
[PATCH net v2 0/2] selftests/net: fixes for fin_ack_lat
2026-08-24 12:43 UTC (2+ messages)
[PATCH v7 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-08-24 12:37 UTC (22+ messages)
` [PATCH v7 1/6] selftests/mm: make file helpers return errors
` [PATCH v7 2/6] tools/lib/mm: add shared file helpers
` [PATCH v7 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v7 4/6] tools/mm: move gup_test from selftests/mm to tools/mm
` [PATCH v7 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v7 6/6] selftests/mm: add a GUP selftest
[RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
2026-08-24 12:37 UTC (3+ messages)
[PATCH v2 0/2] selftests/cgroup: fixes for test_zswap on single core VM
2026-08-24 12:37 UTC (5+ messages)
` [PATCH v2 1/2] selftests/cgroup: test_zswap: wait for cgroup to unpopulate in test_zswap_writeback
` [PATCH v2 2/2] selftests/cgroup: test_zswap: fix implicit unsigned promotion bug in test_no_kmem_bypass
[PATCH 0/1] kernel/locking: Add mutual exclusion self-test
2026-08-24 12:29 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH] selftests/mm: disable smart scan for ksm_tests
2026-08-24 11:55 UTC (3+ messages)
[PATCH] bpf: Cancel special fields on rhashtab value recycle instead of freeing
2026-08-24 11:32 UTC (2+ messages)
[PATCH v19 00/14] KVM: arm64: Provide guest support for GCS
2026-08-24 11:11 UTC (6+ messages)
` [PATCH v19 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET
[PATCH bpf-next v5 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
2026-08-24 10:33 UTC (7+ messages)
` [PATCH bpf-next v5 1/4] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next v5 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v5 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v5 4/4] selftests/bpf: Add a test for arena fault-in under memory.max
[PATCH bpf 1/2] libbpf: Fix usdt attach failure when nop10 crosses page boundary
2026-08-24 10:27 UTC (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for usdt probe with page-crossing nop10
[RFC PATCH 0/3] arm64: expose CPU prefetch and cache modulation controls
2026-08-24 9:54 UTC (10+ messages)
` [RFC PATCH 1/3] arm64: add CPU prefetch and cache modulation sysfs interface
` [RFC PATCH 2/3] Documentation/arch/arm64: document arm_cpumod
[RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
2026-08-24 9:36 UTC (3+ messages)
[PATCH 0/2] kselftest: mm: fix some failure of split_huge_page_test
2026-08-24 9:35 UTC (4+ messages)
` [PATCH 2/2] kselftest: mm: replace usage of /proc/self/smaps for check_huge_xxx() helper
[PATCH net] selftest/net: skip srv6_end_d[t/x][4/6]_*_test.sh if iproute2 too old
2026-08-24 9:15 UTC
[PATCH v4] selftests/cgroup: add PSI pressure trigger and validation tests
2026-08-24 8:59 UTC
[PATCH v3] selftests/cgroup: add PSI pressure trigger and validation tests
2026-08-24 8:48 UTC (3+ messages)
[PATCH] tools/nolibc: add 64-bit parisc support
2026-08-24 8:19 UTC (3+ messages)
[RFC PATCH 0/12] drm/fabric: vendor-neutral topology infrastructure for scale-up accelerator interconnects
2026-08-24 8:09 UTC (13+ messages)
` [RFC PATCH 01/12] drm/fabric: add core object model and provider API
` [RFC PATCH 02/12] drm/fabric: add query uAPI and generated headers
` [RFC PATCH 03/12] drm/fabric: implement query netlink operations
` [RFC PATCH 04/12] drm/fabric: add read-only synthetic provider
` [RFC PATCH 05/12] drm/fabric: add object-model KUnit tests
` [RFC PATCH 06/12] drm/fabric: add YNL query and policy selftests
` [RFC PATCH 07/12] drm/fabric: add topology-provisioning core
` [RFC PATCH 08/12] drm/fabric: add provisioning netlink uAPI
` [RFC PATCH 09/12] drm/fabric: implement mutation netlink operations
` [RFC PATCH 10/12] drm/fabric: make the synthetic provider writable
` [RFC PATCH 11/12] drm/fabric: add mutation KUnit tests
` [RFC PATCH 12/12] drm/fabric: add mutation netlink selftests
[PATCH net v2 0/4] Improve stability of big_tcp_tunnels.sh selftest
2026-08-24 8:01 UTC (6+ messages)
` [PATCH net v2 1/4] selftests: net: Wait for netserver to launch
` [PATCH net v2 2/4] selftests: net: Lower threshold on debug kernels for big_tcp_tunnels.sh
` [PATCH net v2 3/4] selftests: net: Lower threshold with csum offload off in big_tcp_tunnels.sh
` [PATCH net v2 4/4] selftests: net: Fix slow configurations "
[PATCH 1/2] stacktrace: Add __counted_by_ptr attribute to struct stack_trace
2026-08-24 19:12 UTC (5+ messages)
` [PATCH 2/2] lib/tests: Add KUnit test for struct stack_trace __counted_by_ptr attribute
[PATCH] selftests/landlock: Fix snprintf truncation checks in test files
2026-08-24 6:40 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: Avoid flaky resize value test for percpu data
2026-08-24 5:02 UTC (5+ messages)
[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
2026-08-24 5:00 UTC (5+ messages)
[PATCH bpf-next v7 0/9] bpf: add support for KASAN checks in JITed programs
2026-08-23 22:53 UTC (5+ messages)
` [PATCH bpf-next v7 9/9] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH bpf-next v7 1/9] bpf: mark instructions accessing program stack
2026-08-23 22:33 UTC (3+ messages)
[PATCH v4 00/19] selftests/mm: improve khugepaged coverage
2026-08-23 19:49 UTC (10+ messages)
` [PATCH v4 03/19] selftests/mm: scale khugepaged's collapse wait with the PMD size
` [PATCH v4 04/19] selftests/mm: skip khugepaged page cache cases without a PMD folio
` [PATCH v4 05/19] selftests/mm: make the swap cases' swapout reliable
[PATCH bpf-next v4 0/5] bpf: fix stream capacity, read, and oversize handling
2026-08-23 19:22 UTC (10+ messages)
` [PATCH bpf-next v4 1/5] bpf: roll back stream capacity when allocation fails
` [PATCH bpf-next v4 2/5] bpf: fix stream capacity leak in staging path
` [PATCH bpf-next v4 3/5] bpf: return partial progress from bpf_stream_read on fault
` [PATCH bpf-next v4 4/5] bpf: reject oversized bpf_stream_vprintk output with -E2BIG
` [PATCH bpf-next v4 5/5] selftests/bpf: cover stream capacity and partial read edge cases
[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
2026-08-23 19:02 UTC (2+ messages)
[PATCH 0/3] audit: Measure and reduce syscall filtering overhead
2026-08-23 18:10 UTC (2+ messages)
[PATCH v3 0/5] KVM: arm64: fix VGICv3 redistributor rollback
2026-08-23 15:39 UTC (2+ messages)
[PATCH 0/5] KVM: guest_memfd: fix unbind race and NUMA selftests
2026-08-23 14:22 UTC (7+ messages)
` [PATCH 1/5] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH 2/5] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH 3/5] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH 4/5] KVM: selftests: add get_numa_mem_nodes()
` [PATCH 5/5] KVM: selftests: use allowed NUMA nodes in guest_memfd_test
[PATCH net-next 0/2] selftests: openvswitch: SCTP flow key coverage (IPv6 + NAT)
2026-08-23 2:09 UTC (3+ messages)
` [PATCH net-next 1/2] selftests/net/openvswitch: add SCTP flow key test over IPv6
` [PATCH net-next 2/2] selftests/net/openvswitch: add SCTP flow key test across conntrack NAT
[PATCH net v2 1/2] net/tcp: fix TCP-AO key deletion in VRFs
2026-08-22 20:11 UTC (2+ messages)
` [PATCH net v2 2/2] selftests: net: tcp_ao: test VRF-scoped key deletion
[PATCH] mm/secretmem: properly account locked pages
2026-08-22 18:55 UTC (4+ messages)
[PATCH v2 0/2] bpf: reject stack-argument callback subprograms
2026-08-22 18:27 UTC (5+ messages)
` [PATCH v2 1/2] "
[PATCH v23 00/28] riscv control-flow integrity for usermode
2026-08-22 16:50 UTC (12+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
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