From: "Christophe Leroy (CS GROUP)" <chleroy@kernel.org>
To: Andrew Donnellan <ajd@linux.ibm.com>,
Pasha Tatashin <pasha.tatashin@soleen.com>
Cc: linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org,
Andrew Morton <akpm@linux-foundation.org>,
Madhavan Srinivasan <maddy@linux.ibm.com>,
Nicholas Piggin <npiggin@gmail.com>,
Rohan McLure <rmclure@nvidia.com>,
Alexandre Ghiti <alex@ghiti.fr>,
x86@kernel.org, Nicholas Miehlbradt <nicholas@linux.ibm.com>,
Sweet Tea Dorminy <sweettea-kernel@dorminy.me>,
Andrew Donnellan <andrew+kernel@donnellan.id.au>,
Srish Srinivasan <ssrish@linux.ibm.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: Re: [PATCH v18 00/12] Support page table check on PowerPC
Date: Wed, 14 Jan 2026 10:34:22 +0100 [thread overview]
Message-ID: <b6c39059-faed-41a8-80b2-addaa229c143@kernel.org> (raw)
In-Reply-To: <bf0def77b07a34c00928cedb46030ea17be4fceb.camel@linux.ibm.com>
Le 14/01/2026 à 06:00, Andrew Donnellan a écrit :
> On Thu, 2025-12-18 at 12:55 -0500, Pasha Tatashin wrote:
>> Thank you. This series looks good to me.
>
> Thanks for the review!
>
> Maddy, Christophe: any further comments from the PPC side?
No further comments from my side.
>
> Do we think we can get this in in the current cycle? My last day at IBM is this
> Friday, if a further respin is needed then Srish will need to handle it as I
> don't have any access to powerpc hardware outside of work (happy to provide what
> help I can from the outside though).
>
What is the merge plan ? I see all powerpc commits are acked by Maddy,
will the series be merged by Andrew into the mm tree ?
By the way it doesn't apply on top of powerpc/merge branch:
$ b4 shazam bf0def77b07a34c00928cedb46030ea17be4fceb.camel@linux.ibm.com
Grabbing thread from
lore.kernel.org/all/bf0def77b07a34c00928cedb46030ea17be4fceb.camel@linux.ibm.com/t.mbox.gz
Checking for newer revisions
Grabbing search results from lore.kernel.org
Analyzing 17 messages in the thread
Looking for additional code-review trailers on lore.kernel.org
Analyzing 86 code-review messages
Checking attestation on all messages, may take a moment...
---
✓ [PATCH v18 1/12] arm64/mm: Add addr parameter to __set_ptes_anysz()
+ Reviewed-by: Pasha Tatashin <pasha.tatashin@soleen.com> (✗
DKIM/soleen.com)
✓ [PATCH v18 2/12] arm64/mm: Add addr parameter to
__ptep_get_and_clear_anysz()
+ Reviewed-by: Pasha Tatashin <pasha.tatashin@soleen.com> (✗
DKIM/soleen.com)
✓ [PATCH v18 3/12] mm/page_table_check: Reinstate address parameter
in [__]page_table_check_pud[s]_set()
✓ [PATCH v18 4/12] mm/page_table_check: Reinstate address parameter
in [__]page_table_check_pmd[s]_set()
✓ [PATCH v18 5/12] mm/page_table_check: Provide addr parameter to
page_table_check_ptes_set()
✓ [PATCH v18 6/12] mm/page_table_check: Reinstate address parameter
in [__]page_table_check_pud_clear()
✓ [PATCH v18 7/12] mm/page_table_check: Reinstate address parameter
in [__]page_table_check_pmd_clear()
✓ [PATCH v18 8/12] mm/page_table_check: Reinstate address parameter
in [__]page_table_check_pte_clear()
✓ [PATCH v18 9/12] mm: Provide address parameter to
p{te,md,ud}_user_accessible_page()
✓ [PATCH v18 10/12] powerpc/mm: Implement *_user_accessible_page()
for ptes
✓ [PATCH v18 11/12] powerpc/mm: Use set_pte_at_unchecked() for
internal usages
✓ [PATCH v18 12/12] powerpc/mm: Support page table check
---
✓ Signed: DKIM/ibm.com (From: ajd@linux.ibm.com)
---
Total patches: 12
---
Base: base-commit c224625ec6f8a0476ffffc09807f4d717ba9cc93 not known,
ignoring
Application de arm64/mm: Add addr parameter to __set_ptes_anysz()
Application de arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz()
Application de mm/page_table_check: Reinstate address parameter in
[__]page_table_check_pud[s]_set()
Application de mm/page_table_check: Reinstate address parameter in
[__]page_table_check_pmd[s]_set()
Application de mm/page_table_check: Provide addr parameter to
page_table_check_ptes_set()
Application de mm/page_table_check: Reinstate address parameter in
[__]page_table_check_pud_clear()
Application de mm/page_table_check: Reinstate address parameter in
[__]page_table_check_pmd_clear()
l'application de la rustine a échoué à 0007 mm/page_table_check:
Reinstate address parameter in [__]page_table_check_pmd_clear()
erreur : l'application de la rustine a échoué :
arch/riscv/include/asm/pgtable.h:999
erreur : arch/riscv/include/asm/pgtable.h : la rustine ne s'applique pas
astuce : Utilisez 'git am --show-current-patch=diff' pour visualiser la
rustine en échec
astuce : Quand vous avez résolu ce problème, lancez "git am --continue".
astuce : Si vous préférez plutôt sauter cette rustine, lancez "git am
--skip".
astuce : Pour restaurer la branche originale et arrêter d'appliquer des
rustines, lancez "git am --abort".
astuce : Disable this message with "git config set advice.mergeConflict
false"
Christophe
prev parent reply other threads:[~2026-01-14 9:34 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 17:09 Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 01/12] arm64/mm: Add addr parameter to __set_ptes_anysz() Andrew Donnellan
2025-12-18 17:49 ` Pasha Tatashin
2025-12-18 17:09 ` [PATCH v18 02/12] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz() Andrew Donnellan
2025-12-18 17:49 ` Pasha Tatashin
2025-12-18 17:09 ` [PATCH v18 03/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set() Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 04/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set() Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 05/12] mm/page_table_check: Provide addr parameter to page_table_check_ptes_set() Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 06/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear() Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 07/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear() Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 08/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear() Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 09/12] mm: Provide address parameter to p{te,md,ud}_user_accessible_page() Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 10/12] powerpc/mm: Implement *_user_accessible_page() for ptes Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 11/12] powerpc/mm: Use set_pte_at_unchecked() for internal usages Andrew Donnellan
2025-12-18 17:09 ` [PATCH v18 12/12] powerpc/mm: Support page table check Andrew Donnellan
2025-12-18 17:55 ` [PATCH v18 00/12] Support page table check on PowerPC Pasha Tatashin
2026-01-14 5:00 ` Andrew Donnellan
2026-01-14 9:34 ` Christophe Leroy (CS GROUP) [this message]
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=b6c39059-faed-41a8-80b2-addaa229c143@kernel.org \
--to=chleroy@kernel.org \
--cc=ajd@linux.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=alex@ghiti.fr \
--cc=andrew+kernel@donnellan.id.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=maddy@linux.ibm.com \
--cc=nicholas@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=pasha.tatashin@soleen.com \
--cc=rmclure@nvidia.com \
--cc=ssrish@linux.ibm.com \
--cc=sweettea-kernel@dorminy.me \
--cc=x86@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