* + selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix.patch added to mm-unstable branch
@ 2025-06-26 21:49 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-06-26 21:49 UTC (permalink / raw)
To: mm-commits, shuah, jackmanb, david, axelrasmussen, peterx, akpm
The patch titled
Subject: selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix
has been added to the -mm mm-unstable branch. Its filename is
selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix.patch
This patch will later appear in the mm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days
------------------------------------------------------
Author: Peter Xu <peterx@redhat.com>
Subject: selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix
Date: Thu Jun 26 14:22:21 2025 -0400
reduce uffd-unit-test poison test to minimum
Link: https://lkml.kernel.org/r/aF2RSsjuEOtzXcUa@x1.local
Signed-off-by: Peter Xu <peterx@redhat.com>
Cc: Axel Rasmussen <axelrasmussen@google.com>
Cc: Brendan Jackman <jackmanb@google.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/testing/selftests/mm/uffd-unit-tests.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tools/testing/selftests/mm/uffd-unit-tests.c~selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix
+++ a/tools/testing/selftests/mm/uffd-unit-tests.c
@@ -1040,7 +1040,7 @@ static void uffd_poison_test(uffd_test_a
unsigned long nr, poison_pages = UFFD_POISON_TEST_NPAGES;
if (nr_pages < poison_pages) {
- uffd_test_skip("Too less pages for POISON test");
+ uffd_test_skip("Too few pages for POISON test");
return;
}
_
Patches currently in -mm which might be from peterx@redhat.com are
selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-26 21:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 21:49 + selftests-mm-reduce-uffd-unit-test-poison-test-to-minimum-fix.patch added to mm-unstable branch Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.