Re: [PATCH 2/2 makedumpfile] Fix wrong exclusion of Slab pages on Linux 6.10-rc1 and later

2024-06-12 Thread 萩尾 一仁
On 2024/06/07 15:34, HAGIO KAZUHITO(萩尾 一仁) wrote: > * Required for kernel 6.10 > > Kernel commit 46df8e73a4a3 ("mm: free up PG_slab") moved the PG_slab > flag from page.flags into page._mapcount (slab.__page_type), and > introduced NUMBER(PAGE_SLAB_MAPCOUNT_VALUE) entry into vmcoreinfo. > >

Re: [PATCHv11 05/19] x86/relocate_kernel: Use named labels for less confusion

2024-06-12 Thread H. Peter Anvin
On June 12, 2024 4:06:07 PM PDT, Andrew Cooper wrote: >On 12/06/2024 10:22 am, Kirill A. Shutemov wrote: >> On Tue, Jun 11, 2024 at 11:26:17AM -0700, H. Peter Anvin wrote: >>> On 6/4/24 08:21, Kirill A. Shutemov wrote: From b45fe48092abad2612c2bafbb199e4de80c99545 Mon Sep 17 00:00:00 2001

Re: [PATCHv11 05/19] x86/relocate_kernel: Use named labels for less confusion

2024-06-12 Thread Andrew Cooper
On 12/06/2024 10:22 am, Kirill A. Shutemov wrote: > On Tue, Jun 11, 2024 at 11:26:17AM -0700, H. Peter Anvin wrote: >> On 6/4/24 08:21, Kirill A. Shutemov wrote: >>> From b45fe48092abad2612c2bafbb199e4de80c99545 Mon Sep 17 00:00:00 2001 >>> From: "Kirill A. Shutemov" >>> Date: Fri, 10 Feb 2023

Re: [PATCHv11 05/19] x86/relocate_kernel: Use named labels for less confusion

2024-06-12 Thread Nikolay Borisov
On 3.06.24 г. 17:43 ч., H. Peter Anvin wrote: On 5/29/24 03:47, Nikolay Borisov wrote: diff --git a/arch/x86/kernel/relocate_kernel_64.S b/arch/x86/kernel/relocate_kernel_64.S index 56cab1bb25f5..085eef5c3904 100644 --- a/arch/x86/kernel/relocate_kernel_64.S +++

Re: [PATCHv11 18/19] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

2024-06-12 Thread Borislav Petkov
On Wed, Jun 12, 2024 at 12:24:30PM +0300, Kirill A. Shutemov wrote: > I will try to deliver it in timely manner. :-P > > Yeah, we have a bunch of different pagetable manipulating things, all > > with their peculiarities and unifying them and having a good set of APIs > > which everything else

Re: [PATCHv11 18/19] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

2024-06-12 Thread Kirill A. Shutemov
On Tue, Jun 11, 2024 at 09:46:53PM +0200, Borislav Petkov wrote: > On Tue, Jun 11, 2024 at 06:47:05PM +0300, Kirill A. Shutemov wrote: > > Borislav, given this code deduplication effort is not trivial, maybe we > > can do it as a separate patchset on top of this one? > > Sure, as long as it gets

Re: [PATCHv11 05/19] x86/relocate_kernel: Use named labels for less confusion

2024-06-12 Thread Kirill A. Shutemov
On Tue, Jun 11, 2024 at 11:26:17AM -0700, H. Peter Anvin wrote: > On 6/4/24 08:21, Kirill A. Shutemov wrote: > > > > From b45fe48092abad2612c2bafbb199e4de80c99545 Mon Sep 17 00:00:00 2001 > > From: "Kirill A. Shutemov" > > Date: Fri, 10 Feb 2023 12:53:11 +0300 > > Subject: [PATCHv11.1 06/19]