messages from 2026-04-12 09:00:12 to 2026-04-14 11:07:36 UTC [more...]
[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
2026-04-14 11:07 UTC (38+ messages)
` [PATCH 7.2 v2 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v2 02/12] mm/khugepaged: add folio dirty check after try_to_unmap_flush()
` [PATCH 7.2 v2 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v2 04/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v2 05/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()
` [PATCH 7.2 v2 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v2 07/12] fs: remove nr_thps from struct address_space
` [PATCH 7.2 v2 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v2 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v2 10/12] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v2 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH 7.2 v2 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS from comments in guard-regions
[PATCH 0/2] kselftests: cgroup: fix test_kmem false failures
2026-04-14 11:05 UTC (3+ messages)
` [PATCH 1/2] kselftests: cgroup: update kmem test tolerance for multi-memcg stock
` [PATCH 2/2] kselftests: cgroup: account for slab memory in test_percpu_basic
[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
2026-04-14 10:35 UTC (18+ messages)
` [PATCH 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH 06/53] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH 07/53] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH 10/53] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH 11/53] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH 14/53] selftests/mm: ksm_tests: "
` [PATCH 15/53] selftests/mm: protection_keys: use descriptive test names in TAP output
` [PATCH 16/53] selftests/mm: protection_keys: use kselftest framework
[PATCH v2 0/4] KVM: arm64: selftests: Basic nested guest support
2026-04-14 10:16 UTC (9+ messages)
` [PATCH v2 1/4] KVM: arm64: selftests: Add GPR save/restore functions for NV
` [PATCH v2 2/4] KVM: arm64: sefltests: Add helpers for guest hypervisors
` [PATCH v2 3/4] KVM: arm64: sefltests: Add basic NV selftest
` [PATCH v2 4/4] KVM: arm64: selftests: Enhance hello_nested test
[PATCH v3 0/2] fix MAP_DROPPABLE not supported errno
2026-04-14 10:01 UTC (7+ messages)
` [PATCH v3 2/2] selftests/mm: verify droppable mappings cannot be locked
[PATCH] selftests/mm: Simplify byte pattern checking in mremap_test
2026-04-14 9:53 UTC (7+ messages)
[PATCH net-next v2 1/2] net: add missing syncookie statistics for BPF custom syncookies
2026-04-14 9:17 UTC (6+ messages)
` [PATCH net-next v2 2/2] selftests/bpf: verify syncookie statistics in tcp_custom_syncookie
[PATCH net v7 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-04-14 9:00 UTC (4+ messages)
` [PATCH net v7 1/2] net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
[PATCH v5 00/14] selftests/mm: fix failures and robustness improvements
2026-04-14 8:22 UTC (15+ messages)
` [PATCH v5 01/14] selftests/mm: restore default nr_hugepages value via EXIT trap in charge_reserved_hugetlb.sh
` [PATCH v5 02/14] selftests/mm: fix hugetlb pathname construction "
` [PATCH v5 03/14] selftests/mm: restore default nr_hugepages value via EXIT trap in hugetlb_reparenting_test.sh
` [PATCH v5 04/14] selftests/mm: fix hugetlb pathname construction "
` [PATCH v5 05/14] selftests/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v5 06/14] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v5 07/14] selftests/mm: free dynamically allocated PMD-sized buffers "
` [PATCH v5 08/14] selftest/mm: align memory size to huge page size in hugepage-mremap test
` [PATCH v5 09/14] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v5 10/14] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v5 11/14] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v5 12/14] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v5 13/14] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v5 14/14] selftests/mm: clarify alternate unmapping in compaction_test
[PATCH 0/2] fix MAP_DROPPABLE not supported errno
2026-04-14 8:14 UTC (7+ messages)
` [PATCH 1/2] mm: fix mmap errno value when MAP_DROPPABLE is not supported
[PATCH net-next v2 0/5] veth: add Byte Queue Limits (BQL) support
2026-04-14 8:08 UTC (5+ messages)
` [PATCH net-next v2 5/5] selftests: net: add veth BQL stress test
` [syzbot ci] Re: veth: add Byte Queue Limits (BQL) support
` "
[PATCH v2 00/20] vfio/pci: Add CXL Type-2 device passthrough support
2026-04-14 4:08 UTC (2+ messages)
[PATCH bpf] bpf: allow UTF-8 literals in bpf_bprintf_prepare()
2026-04-14 1:40 UTC
[PATCH v2 0/4] Firmware LSM hook
2026-04-13 23:19 UTC (13+ messages)
[GIT PULL] kselftest next update for Linux 7.1-rc1
2026-04-13 22:41 UTC
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-04-13 22:20 UTC (12+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH RFC bpf-next 4/8] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH RFC bpf-next 5/8] bpf, x86: emit KASAN checks into "
` [PATCH RFC bpf-next 6/8] selftests/bpf: do not run verifier JIT tests when BPF_JIT_KASAN is enabled
` [PATCH RFC bpf-next 7/8] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH RFC bpf-next 8/8] selftests/bpf: add tests to validate KASAN on JIT programs
[PATCH RFC v3 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-04-13 21:08 UTC (7+ messages)
` [PATCH RFC v3 5/7] mm: selftests: Add shmem into memory failure test
` [PATCH RFC v3 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-13 20:39 UTC (10+ messages)
[PATCH v2 00/12] Dynamic Housekeeping Management (DHM) via CPUSets
2026-04-13 19:25 UTC (14+ messages)
` [PATCH v2 01/12] sched/isolation: Separate housekeeping types in enum hk_type
` [PATCH v2 02/12] sched/isolation: Introduce housekeeping notifier infrastructure
` [PATCH v2 03/12] rcu: Support runtime NOCB initialization and dynamic offloading
` [PATCH v2 04/12] tick/nohz: Transition to dynamic full dynticks state management
` [PATCH v2 05/12] genirq: Support dynamic migration for managed interrupts
` [PATCH v2 06/12] watchdog: Allow runtime toggle of lockup detector affinity
` [PATCH v2 07/12] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH v2 08/12] workqueue, mm: Support dynamic housekeeping mask updates
` [PATCH v2 09/12] cgroup/cpuset: Introduce CPUSet-driven dynamic housekeeping (DHM)
` [PATCH v2 10/12] cgroup/cpuset: Implement SMT-aware grouping and safety guards
` [PATCH v2 11/12] Documentation: cgroup-v2: Document dynamic housekeeping (DHM)
` [PATCH v2 12/12] selftests: cgroup: Add functional tests for dynamic housekeeping
[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-04-13 19:18 UTC (7+ messages)
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
[PATCH v3 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-04-13 18:57 UTC (5+ messages)
` [PATCH v3 1/4] perf/core: Fix NULL pmu_ctx passed to PMU sched_task callback
` [PATCH v3 2/4] perf: Use a union to clear branch entry bitfields
` [PATCH v3 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v3 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE
[PATCH v13 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
2026-04-13 18:04 UTC (4+ messages)
` [PATCH v13 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing
[PATCH v2 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
2026-04-13 17:26 UTC (7+ messages)
` [PATCH v2 1/6] selftests: livepatch: Check for ARCH_HAS_SYSCALL_WRAPPER config
` [PATCH v2 2/6] selftests: livepatch: Replace true/false module parameter by y/n
` [PATCH v2 3/6] selftests: livepatch: Introduce does_sysfs_exists function
` [PATCH v2 4/6] selftests: livepatch: Check if patched sysfs attribute exists
` [PATCH v2 5/6] selftests: livepatch: Check if replace "
` [PATCH v2 6/6] selftests: livepatch: Check if stack_order "
[GIT PULL] kunit next update for Linux 7.1-rc1
2026-04-13 17:01 UTC
[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
2026-04-13 16:22 UTC (6+ messages)
` [PATCH 6/6] kbuild: remove kselftest output in mrproper
[PATCH net v1 1/2] nexthop: fix IPv6 route referencing IPv4 nexthop
2026-04-13 14:47 UTC (4+ messages)
` [PATCH net v1 2/2] selftests: fib_nexthops: test stale has_v4 on nexthop replace
[PATCH] selftests/run_kselftest.sh: fix infinite loop on missing argument
2026-04-13 14:03 UTC
[PATCH net-next v7 00/10] Decouple receive and transmit enablement in team driver
2026-04-13 13:30 UTC (6+ messages)
` [PATCH net-next v7 04/10] selftests: net: Add tests for failover of team-aggregated ports
` [PATCH net-next v7 05/10] selftests: net: Add test for enablement of ports with teamd
[PATCH v2] selftests: mm: skip charge_reserved_hugetlb without killall
2026-04-13 9:10 UTC (2+ messages)
[PATCH] selftests/ftrace: Account for fprobe attachment at creation
2026-04-13 8:48 UTC (4+ messages)
[PATCH net-next v4 0/5] net: bridge: mcast: support exponential field encoding
2026-04-13 8:47 UTC (10+ messages)
` [PATCH net-next v4 1/5] ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation
` [PATCH net-next v4 2/5] ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()
` [PATCH net-next v4 3/5] ipv4: igmp: encode multicast exponential fields
` [PATCH net-next v4 4/5] ipv6: mld: "
` [PATCH net-next v4 5/5] selftests: net: bridge: add MRC and QQIC field encoding tests
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-04-13 8:46 UTC (4+ messages)
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
[PATCH v6 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
2026-04-13 8:46 UTC (8+ messages)
` [PATCH v6 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v6 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v6 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback
[PATCH v6 0/4] KVM: arm64: PMU: Use multiple host PMUs
2026-04-13 8:19 UTC (6+ messages)
` [PATCH v6 1/4] KVM: arm64: PMU: Add kvm_pmu_enabled_counter_mask()
` [PATCH v6 2/4] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v6 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v6 4/4] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH v3 bpf-next 1/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
2026-04-13 1:58 UTC (2+ messages)
[PATCH bpf v4 0/2] bpf: fix short IPv4/IPv6 handling in test_run_skb
2026-04-12 22:50 UTC (2+ messages)
[PATCH v4 00/10] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-12 21:09 UTC (4+ messages)
[PATCH bpf-next v3 0/3] bpf: add the missing fsession
2026-04-12 19:50 UTC (2+ messages)
[PATCH bpf v3 0/2] bpf: Fix SOCK_OPS_GET_SK same-register OOB read in sock_ops and add selftest
2026-04-12 19:40 UTC (2+ messages)
[RFC PATCH v5.2 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
2026-04-12 18:14 UTC (6+ messages)
` [RFC PATCH v5.2 08/11] mm/damon/tests/core-kunit: test fail_charge_{num,denom} committing
` [RFC PATCH v5.2 09/11] selftests/damon/_damon_sysfs: support failed region quota charge ratio
` [RFC PATCH v5.2 10/11] selftests/damon/drgn_dump_damon_status: "
` [RFC PATCH v5.2 11/11] selftests/damon/sysfs.py: test "
` (sashiko status) [RFC PATCH v5.2 00/11] mm/damon: introduce DAMOS "
[PATCH net-next v2] selftests: net: py: add test case filtering and listing
2026-04-12 16:20 UTC (2+ 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