[folded-merged] mm-mprotect-use-huge_ptep_get-for-hugetlb-fix.patch removed from -mm tree
Andrew Morton <[email protected]> Tue, 28 Jul 2026 20:58:22 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: mm-mprotect-use-huge_ptep_get-for-hugetlb-fix
has been removed from the -mm tree. Its filename was
mm-mprotect-use-huge_ptep_get-for-hugetlb-fix.patch
This patch was dropped because it was folded into mm-mprotect-use-huge_ptep_get-for-hugetlb.patch
------------------------------------------------------
From: Andrew Morton <[email protected]>
Subject: mm-mprotect-use-huge_ptep_get-for-hugetlb-fix
Date: Sun Jul 5 01:31:08 AM PDT 2026
s/EACCESS/EACCES/
Cc: Alistair Popple <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Anshuman Khandual <[email protected]>
Cc: Byungchul Park <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: David Hildenbrand (Arm) <[email protected]>
Cc: Dev Jain <[email protected]>
Cc: Gregory Price <[email protected]>
Cc: Harry Yoo <[email protected]>
Cc: "Huang, Ying" <[email protected]>
Cc: Jann Horn <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Joshua Hahn <[email protected]>
Cc: Jun'ichi "Nick" Nomura <[email protected]>
Cc: Kiryl Shutsemau <[email protected]>
Cc: Lance Yang <[email protected]>
Cc: Liam R. Howlett <[email protected]>
Cc: Lorenzo Stoakes <[email protected]>
Cc: Matthew Brost <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Muchun Song <[email protected]>
Cc: Naoya Horiguchi <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Pedro Falcato <[email protected]>
Cc: Rakie Kim <[email protected]>
Cc: Ralph Campbell <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Ryan Roberts <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Zi Yan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
mm/mprotect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/mprotect.c~mm-mprotect-use-huge_ptep_get-for-hugetlb-fix
+++ a/mm/mprotect.c
@@ -708,7 +708,7 @@ static int prot_none_hugetlb_entry(pte_t
if (pfn_modify_allowed(pte_pfn(entry), *(pgprot_t *)(walk->private)))
return 0;
- return -EACCESS;
+ return -EACCES;
}
#else
#define prot_none_hugetlb_entry NULL
_
Patches currently in -mm which might be from [email protected] are
csky-implement-flush_cache_vmap-in-c.patch
mm-rmap-use-huge_ptep_get-in-try_to_migrate_one-checkpatch-fixes.patch
mm-mprotect-use-huge_ptep_get-for-hugetlb.patch
mm-drop-stale-folio_ref_count==1-check-in-do_swap_page-reuse-logic-fix.patch
alloc_tag-add-ioctl-to-proc-allocinfo-fix.patch
mm-hmm-make-config_hmm_mirror-select-config_mmu_notifier.patch
mm-vma-add-and-use-vma__pgoff-fix.patch
drivers-media-v4l2-core-v4l2-vp9c-reduce-inlining.patch