* [folded-merged] mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch removed from -mm tree
@ 2023-06-19 23:09 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-06-19 23:09 UTC (permalink / raw)
To: mm-commits, zhangpeng362, willy, wangkefeng.wang, vishal.moola,
sunnanyong, songmuchun, sidhartha.kumar, mike.kravetz, akpm, akpm
The quilt patch titled
Subject: mm-hugetlb-use-a-folio-in-hugetlb_fault-fix
has been removed from the -mm tree. Its filename was
mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch
This patch was dropped because it was folded into mm-hugetlb-use-a-folio-in-hugetlb_fault.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-hugetlb-use-a-folio-in-hugetlb_fault-fix
Date: Tue Jun 6 07:46:28 PM PDT 2023
update comment, per Sidhartha
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: ZhangPeng <zhangpeng362@huawei.com>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: Nanyong Sun <sunnanyong@huawei.com>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Cc: Vishal Moola (Oracle) <vishal.moola@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/hugetlb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/hugetlb.c~mm-hugetlb-use-a-folio-in-hugetlb_fault-fix
+++ a/mm/hugetlb.c
@@ -6179,7 +6179,7 @@ vm_fault_t hugetlb_fault(struct mm_struc
/*
* hugetlb_wp() requires page locks of pte_page(entry) and
* pagecache_folio, so here we need take the former one
- * when page != pagecache_folio or !pagecache_folio.
+ * when folio != pagecache_folio or !pagecache_folio.
*/
folio = page_folio(pte_page(entry));
if (folio != pagecache_folio)
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch
mm-hugetlb-use-a-folio-in-hugetlb_fault.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-19 23:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19 23:09 [folded-merged] mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch removed from -mm tree 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.