Re: [PATCH] powerpc/603: Really copy kernel PGD entries into all PGDIRs
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-09-22 05:44:06
Also in:
lkml
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-09-22 05:44:06
Also in:
lkml
On Thu, 21 Aug 2025 08:30:18 +0200, Christophe Leroy wrote:
Commit 82ef440f9a38 ("powerpc/603: Copy kernel PGD entries into all
PGDIRs and preallocate execmem page tables") was supposed to extend
to powerpc 603 the copy of kernel PGD entries into all PGDIRs
implemented in a previous patch on the 8xx. But 603 is book3s/32 and
uses a duplicate of pgd_alloc() defined in another header.
So really do the copy at the correct place for the 603.
[...]
Applied to powerpc/next.
[1/1] powerpc/603: Really copy kernel PGD entries into all PGDIRs
https://git.kernel.org/powerpc/c/f2863371f017eb03c230addc253783fa4c7e90f5
Thanks