[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z89BYeK3diXVDJxx@gmail.com>
Date: Mon, 10 Mar 2025 20:45:37 +0100
From: Ingo Molnar <mingo@...nel.org>
To: "Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>
Cc: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>,
Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Andy Lutomirski <luto@...nel.org>,
Peter Zijlstra <peterz@...radead.org>, Baoquan He <bhe@...hat.com>,
Ard Biesheuvel <ardb@...nel.org>,
Tom Lendacky <thomas.lendacky@....com>,
Andrew Morton <akpm@...ux-foundation.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
Sean Christopherson <seanjc@...gle.com>,
linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org,
David Woodhouse <dwmw@...zon.co.uk>
Subject: Re: [PATCHv4, REBASED 0/4] x86: Reduce code duplication on page
table initialization
* Kirill A. Shutemov <kirill.shutemov@...ux.intel.com> wrote:
> Use kernel_ident_mapping_init() to initialize kernel page tables where
> possible, replacing manual initialization, reducing code duplication.
>
> v4:
> - Reviewed-bys from Kai;
> - Fix comment in acpi_mp_setup_reset() (Rafael);
> v3:
> - Reviewed-bys from Tom;
> - Improve commit messages;
> v2:
> - A separate patch to change what PA is mapped at relocate_kernel() VA.
> - Improve commit messages;
> - Add Reveiwed-by from Kai;
>
> Kirill A. Shutemov (4):
> x86/mm/ident_map: Fix virtual address wrap to zero
> x86/acpi: Replace manual page table initialization with kernel_ident_mapping_init()
> x86/64/kexec: Map original relocate_kernel() in init_transition_pgtable()
> x86/64/kexec: Rewrite init_transition_pgtable() with kernel_ident_mapping_init()
>
> arch/x86/include/asm/kexec.h | 5 +-
> arch/x86/kernel/acpi/madt_wakeup.c | 73 +++++-------------------
> arch/x86/kernel/machine_kexec_64.c | 89 +++++++++++-------------------
> arch/x86/mm/ident_map.c | 14 +----
> 4 files changed, 50 insertions(+), 131 deletions(-)
So looks like this series feel between the cracks during the holiday
season.
To help move them along, I've fixed up the first patch with the review
feedback clarification requests, and applied patch #1 and #2 to
tip:x86/mm:
4f10ec03fe1e ("x86/mm/ident_map: Fix theoretical virtual address overflow to zero")
376daf20eda4 ("x86/acpi: Replace manual page table initialization with kernel_ident_mapping_init()")
Patches #3 and #4 don't apply anymore, due to interference by other
work with commits like:
4b5bc2ec9a23 ("x86/kexec: Allocate PGD for x86_64 transition page tables separately")
If the remaining patches are still relevant, mind porting them to
latest -tip?
Thanks,
Ingo
Powered by blists - more mailing lists