* + tools-testing-vma-separate-out-vma_internalh-into-logical-headers-fix.patch added to mm-unstable branch
@ 2026-01-27 21:06 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-01-27 21:06 UTC (permalink / raw)
To: mm-commits, oliver.sang, lorenzo.stoakes, akpm
The patch titled
Subject: tools-testing-vma-separate-out-vma_internalh-into-logical-headers-fix
has been added to the -mm mm-unstable branch. Its filename is
tools-testing-vma-separate-out-vma_internalh-into-logical-headers-fix.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/tools-testing-vma-separate-out-vma_internalh-into-logical-headers-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 various
branches at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there most days
------------------------------------------------------
From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Subject: tools-testing-vma-separate-out-vma_internalh-into-logical-headers-fix
Date: Tue, 27 Jan 2026 10:02:00 +0000
avoid a duplicate struct define
Link: https://lkml.kernel.org/r/1e032732-61c3-485c-9aa7-6a09016fefc1@lucifer.local
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reported-by: kernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202601271308.b8d3fcb6-lkp@intel.com
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/testing/vma/include/dup.h | 12 ------------
1 file changed, 12 deletions(-)
--- a/tools/testing/vma/include/dup.h~tools-testing-vma-separate-out-vma_internalh-into-logical-headers-fix
+++ a/tools/testing/vma/include/dup.h
@@ -1327,15 +1327,3 @@ static inline void vma_set_file(struct v
swap(vma->vm_file, file);
fput(file);
}
-
-struct unmap_desc {
- struct ma_state *mas; /* the maple state point to the first vma */
- struct vm_area_struct *first; /* The first vma */
- unsigned long pg_start; /* The first pagetable address to free (floor) */
- unsigned long pg_end; /* The last pagetable address to free (ceiling) */
- unsigned long vma_start; /* The min vma address */
- unsigned long vma_end; /* The max vma address */
- unsigned long tree_end; /* Maximum for the vma tree search */
- unsigned long tree_reset; /* Where to reset the vma tree walk */
- bool mm_wr_locked; /* If the mmap write lock is held */
-};
_
Patches currently in -mm which might be from lorenzo.stoakes@oracle.com are
selftests-mm-remove-virtual_address_range-test.patch
mm-vma-rename-vma_lock_offset-to-vm_refcnt_exclude_readers_flag.patch
mm-vma-document-possible-vma-vm_refcnt-values-and-reference-comment.patch
mm-vma-rename-is_vma_write_only-separate-out-shared-refcount-put.patch
mm-vma-adduse-vma-lockdep-acquire-release-defines.patch
mm-vma-de-duplicate-__vma_enter_locked-error-path.patch
mm-vma-clean-up-__vma_enter-exit_locked.patch
mm-vma-introduce-helper-struct-thread-through-exclusive-lock-fns.patch
mm-vma-improve-and-document-__is_vma_write_locked.patch
mm-vma-improve-and-document-__is_vma_write_locked-fix.patch
mm-vma-update-vma_assert_locked-to-use-lockdep.patch
mm-vma-update-vma_assert_locked-to-use-lockdep-fix.patch
mm-vma-add-and-use-vma_assert_stabilised.patch
mm-vma-remove-__private-sparse-decoration-from-vma_flags_t.patch
mm-rename-vma_flag_test-set_atomic-to-vma_test-set_atomic_flag.patch
mm-add-mk_vma_flags-bitmap-flag-macro-helper.patch
tools-bitmap-add-missing-bitmap_.patch
mm-add-basic-vma-flag-operation-helper-functions.patch
mm-update-hugetlbfs-to-use-vma-flags-on-mmap_prepare.patch
mm-update-secretmem-to-use-vma-flags-on-mmap_prepare.patch
mm-update-shmem__file_-functions-to-use-vma_flags_t.patch
mm-update-all-remaining-mmap_prepare-users-to-use-vma_flags_t.patch
mm-make-vm_area_desc-utilise-vma_flags_t-only.patch
tools-testing-vma-separate-vma-userland-tests-into-separate-files.patch
tools-testing-vma-separate-out-vma_internalh-into-logical-headers.patch
tools-testing-vma-separate-out-vma_internalh-into-logical-headers-fix.patch
tools-testing-vma-add-vma-userland-tests-for-vma-flag-functions.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-27 21:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 21:06 + tools-testing-vma-separate-out-vma_internalh-into-logical-headers-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.