From: "Lorenzo Stoakes (Oracle)" <ljs@kernel.org>
To: stable@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Sasha Levin <sashal@kernel.org>
Cc: linux-mm@kvack.org, Jane Chu <jane.chu@oracle.com>,
Harry Yoo <harry.yoo@oracle.com>,
Oscar Salvador <osalvador@suse.de>, Jann Horn <jannh@google.com>,
Liu Shixin <liushixin2@huawei.com>,
Muchun Song <muchun.song@linux.dev>,
Andrew Morton <akpm@linux-foundation.org>,
Rik van Riel <riel@surriel.com>,
Laurence Oberman <loberman@redhat.com>,
Lance Yang <lance.yang@linux.dev>,
Miaohe Lin <linmiaohe@huawei.com>,
"David Hildenbrand (Arm)" <david@kernel.org>
Subject: Re: [PATCH 5.15.y 0/6] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
Date: Thu, 12 Mar 2026 17:42:13 +0000 [thread overview]
Message-ID: <c6f63b74-d532-4384-a1e6-2b0dcb7b5303@lucifer.local> (raw)
In-Reply-To: <20260218110129.41578-1-david@kernel.org>
Hi,
This series was sent a ~month ago, is anything holding this up? The underlying
issue is causing a really serious regression so it's quite urgent to get this
pulled ASAP :)
Thanks, Lorenzo
On Wed, Feb 18, 2026 at 12:01:23PM +0100, David Hildenbrand (Arm) wrote:
> Backport of [1] for 5.15. Backport notes are in the individual patches.
>
> I'm also including a cleanup/fix from Miaohe that makes backporting at
> least a bit easier, followed by the fix from Jane.
>
> Tested on x86-64 with the original reproducer.
>
> [1] https://lore.kernel.org/linux-mm/20251223214037.580860-1-david@kernel.org/
>
> Cc: Jane Chu <jane.chu@oracle.com>
> Cc: Harry Yoo <harry.yoo@oracle.com>
> Cc: Oscar Salvador <osalvador@suse.de>
> Cc: Jann Horn <jannh@google.com>
> Cc: Liu Shixin <liushixin2@huawei.com>
> Cc: Muchun Song <muchun.song@linux.dev>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Rik van Riel <riel@surriel.com>
> Cc: Laurence Oberman <loberman@redhat.com>
> Cc: Lance Yang <lance.yang@linux.dev>
> Cc: Liu Shixin <liushixin2@huawei.com>
> Cc: Miaohe Lin <linmiaohe@huawei.com>
>
> David Hildenbrand (Red Hat) (4):
> mm/hugetlb: fix hugetlb_pmd_shared()
> mm/hugetlb: fix two comments related to huge_pmd_unshare()
> mm/rmap: fix two comments related to huge_pmd_unshare()
> mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables
> using mmu_gather
>
> Jane Chu (1):
> mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
>
> Miaohe Lin (1):
> mm/hugetlb: make detecting shared pte more reliable
>
> include/asm-generic/tlb.h | 77 ++++++++++++++++++++-
> include/linux/hugetlb.h | 17 +++--
> include/linux/mm_types.h | 1 +
> mm/hugetlb.c | 141 +++++++++++++++++++-------------------
> mm/mmu_gather.c | 33 +++++++++
> mm/rmap.c | 38 +++++-----
> 6 files changed, 210 insertions(+), 97 deletions(-)
>
> --
> 2.43.0
>
next prev parent reply other threads:[~2026-03-12 17:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <2026012608-tulip-moisten-c6f6@gregkh>
2026-02-18 11:01 ` David Hildenbrand (Arm)
2026-02-18 11:01 ` [PATCH 5.15.y 1/6] mm/hugetlb: make detecting shared pte more reliable David Hildenbrand (Arm)
2026-02-18 11:01 ` [PATCH 5.15.y 2/6] mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count David Hildenbrand (Arm)
2026-02-18 11:01 ` [PATCH 5.15.y 3/6] mm/hugetlb: fix hugetlb_pmd_shared() David Hildenbrand (Arm)
2026-02-18 11:01 ` [PATCH 5.15.y 4/6] mm/hugetlb: fix two comments related to huge_pmd_unshare() David Hildenbrand (Arm)
2026-02-18 11:01 ` [PATCH 5.15.y 5/6] mm/rmap: " David Hildenbrand (Arm)
2026-02-18 11:01 ` [PATCH 5.15.y 6/6] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather David Hildenbrand (Arm)
2026-03-12 17:42 ` Lorenzo Stoakes (Oracle) [this message]
2026-03-12 17:47 ` [PATCH 5.15.y 0/6] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather) Greg Kroah-Hartman
2026-04-08 8:00 ` David Hildenbrand (Arm)
2026-04-08 12:52 ` Greg Kroah-Hartman
2026-04-08 13:16 ` David Hildenbrand (Arm)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c6f63b74-d532-4384-a1e6-2b0dcb7b5303@lucifer.local \
--to=ljs@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=david@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=harry.yoo@oracle.com \
--cc=jane.chu@oracle.com \
--cc=jannh@google.com \
--cc=lance.yang@linux.dev \
--cc=linmiaohe@huawei.com \
--cc=linux-mm@kvack.org \
--cc=liushixin2@huawei.com \
--cc=loberman@redhat.com \
--cc=muchun.song@linux.dev \
--cc=osalvador@suse.de \
--cc=riel@surriel.com \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox