Re: [PATCH v8 01/15] x86/boot: Place kernel_info at a fixed offset

2024-03-22 Thread Daniel P. Smith
On 3/22/24 10:18, H. Peter Anvin wrote: On March 21, 2024 6:45:48 AM PDT, "Daniel P. Smith" wrote: Hi Ard! On 2/15/24 02:56, Ard Biesheuvel wrote: On Wed, 14 Feb 2024 at 23:31, Ross Philipson wrote: From: Arvind Sankar There are use cases for storing the offset of a symbol in

[GIT PULL] Please pull powerpc/linux.git powerpc-6.9-2 tag

2024-03-22 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc updates for 6.9. These were posted before the merge window but had complicated dependencies and/or conflicts with other content that has gone into 6.9. cheers The following changes since commit

Re: [PATCH linux-next v2 0/3] powerpc/kexec: split CONFIG_CRASH_DUMP out from CONFIG_KEXEC_CORE

2024-03-22 Thread Michael Ellerman
On Mon, 26 Feb 2024 16:00:07 +0530, Hari Bathini wrote: > This patch series is a follow-up to [1] based on discussions at [2] > about additional work needed to get it working on powerpc. > > The first patch in the series makes struct crash_mem available with or > without CONFIG_CRASH_DUMP

Re: [PATCH] util_lib/elf_info.c: fix a warning

2024-03-22 Thread Simon Horman
On Thu, Mar 21, 2024 at 03:30:37PM +0800, Baoquan He wrote: > There's a incorrect array operation in function scan_vmcoreinfo(), it > will cause below warning message. > > --- > util_lib/elf_info.c: In function ‘scan_vmcoreinfo’: > util_lib/elf_info.c:360:43: warning: writing

Re: [PATCH v8 01/15] x86/boot: Place kernel_info at a fixed offset

2024-03-22 Thread H. Peter Anvin
On March 21, 2024 6:45:48 AM PDT, "Daniel P. Smith" wrote: >Hi Ard! > >On 2/15/24 02:56, Ard Biesheuvel wrote: >> On Wed, 14 Feb 2024 at 23:31, Ross Philipson >> wrote: >>> >>> From: Arvind Sankar >>> >>> There are use cases for storing the offset of a symbol in kernel_info. >>> For

Re: Question about Address Range Validation in Crash Kernel Allocation

2024-03-22 Thread Li Huafei
On 2024/3/22 15:18, Dave Young wrote: > On Thu, 21 Mar 2024 at 20:37, Li Huafei wrote: >> >> >> >> On 2024/3/21 18:06, Dave Young wrote: >>> Hi, >>> >>> On Thu, 21 Mar 2024 at 17:49, Li Huafei wrote: Hi Baoquan, On 2024/3/21 17:17, chenhaixiang (A) wrote: > >>> I'm

Re: Question about Address Range Validation in Crash Kernel Allocation

2024-03-22 Thread Dave Young
Hi, On Fri, 22 Mar 2024 at 09:16, Baoquan He wrote: > > On 03/21/24 at 08:37pm, Li Huafei wrote: > > > > > > On 2024/3/21 18:06, Dave Young wrote: > > > Hi, > > > > > > On Thu, 21 Mar 2024 at 17:49, Li Huafei wrote: > > >> > > >> Hi Baoquan, > > >> > > >> On 2024/3/21 17:17, chenhaixiang (A)

Re: Question about Address Range Validation in Crash Kernel Allocation

2024-03-22 Thread Dave Young
On Thu, 21 Mar 2024 at 20:37, Li Huafei wrote: > > > > On 2024/3/21 18:06, Dave Young wrote: > > Hi, > > > > On Thu, 21 Mar 2024 at 17:49, Li Huafei wrote: > >> > >> Hi Baoquan, > >> > >> On 2024/3/21 17:17, chenhaixiang (A) wrote: > >>> > > I'm sorry for the delay. Here are some details