* [folded-merged] selftests-mm-add-merge-test-for-partial-msealed-range-fix.patch removed from -mm tree
@ 2026-04-01 0:50 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-04-01 0:50 UTC (permalink / raw)
To: mm-commits, vbabka, surenb, shuah, rppt, pfalcato, mhocko, ljs,
liam.howlett, jannh, david, akpm, akpm
The quilt patch titled
Subject: selftests-mm-add-merge-test-for-partial-msealed-range-fix
has been removed from the -mm tree. Its filename was
selftests-mm-add-merge-test-for-partial-msealed-range-fix.patch
This patch was dropped because it was folded into selftests-mm-add-merge-test-for-partial-msealed-range.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: selftests-mm-add-merge-test-for-partial-msealed-range-fix
Date: Mon Mar 30 05:12:35 PM PDT 2026
fix build
In file included from merge.c:4:
merge.c: In function merge_merge_vmas_with_mseal:
merge.c:1229:27: error: __NR_mseal undeclared (first use in this function)
1229 | ASSERT_EQ(syscall(__NR_mseal, 0, 0, ~0UL), -1);
| ^~~~~~~~~~
Cc: Lorenzo Stoakes (Oracle) <ljs@kernel.org>
Cc: David Hildenbrand <david@kernel.org>
Cc: Jann Horn <jannh@google.com>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Pedro Falcato <pfalcato@suse.de>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka <vbabka@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/testing/selftests/mm/merge.c | 1 +
1 file changed, 1 insertion(+)
--- a/tools/testing/selftests/mm/merge.c~selftests-mm-add-merge-test-for-partial-msealed-range-fix
+++ a/tools/testing/selftests/mm/merge.c
@@ -6,6 +6,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
+#include <asm-generic/unistd.h>
#include <unistd.h>
#include <sys/mman.h>
#include <sys/prctl.h>
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
liveupdate-initialize-incoming-flb-state-before-finish-fix.patch
selftests-mm-add-merge-test-for-partial-msealed-range.patch
selftests-mm-skip-hugetlb_dio-tests-when-dio-alignment-is-incompatible-checkpatch-fixes.patch
lib-list_sort-remove-dummy-cmp-calls-to-speed-up-merge_final-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-01 0:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01 0:50 [folded-merged] selftests-mm-add-merge-test-for-partial-msealed-range-fix.patch removed from -mm tree Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox