Re: [PATCH 1/3] powerpc/mm: Align memory_limit value specified using mem= kernel parameter

2024-05-03 Thread Joel Savitz
On Thu, May 2, 2024 at 10:20 PM Michael Ellerman wrote: > > Joel Savitz writes: > > On Wed, Apr 17, 2024 at 10:36 AM Joel Savitz wrote: > >> > >> Acked-by: Joel Savitz > >> > > > > Hi, > > > > What is the status of this? This patch fixes a bug where a powerpc > > machine hangs at boot when

Re: [PATCH 1/3] powerpc/mm: Align memory_limit value specified using mem= kernel parameter

2024-05-03 Thread Michael Ellerman
On Wed, 03 Apr 2024 14:06:09 +0530, Aneesh Kumar K.V (IBM) wrote: > The value specified for the memory limit is used to set a restriction on > memory usage. It is important to ensure that this restriction is within > the linear map kernel address space range. The hash page table > translation uses

Re: [PATCH 1/3] powerpc/mm: Align memory_limit value specified using mem= kernel parameter

2024-05-02 Thread Michael Ellerman
Joel Savitz writes: > On Wed, Apr 17, 2024 at 10:36 AM Joel Savitz wrote: >> >> Acked-by: Joel Savitz >> > > Hi, > > What is the status of this? This patch fixes a bug where a powerpc > machine hangs at boot when passed an unaligned value in the mem= > kernel parameter. It's in linux-next for

Re: [PATCH 1/3] powerpc/mm: Align memory_limit value specified using mem= kernel parameter

2024-05-02 Thread Joel Savitz
On Wed, Apr 17, 2024 at 10:36 AM Joel Savitz wrote: > > Acked-by: Joel Savitz > Hi, What is the status of this? This patch fixes a bug where a powerpc machine hangs at boot when passed an unaligned value in the mem= kernel parameter. Best, Joel Savitz

Re: [PATCH 1/3] powerpc/mm: Align memory_limit value specified using mem= kernel parameter

2024-04-17 Thread Joel Savitz
Acked-by: Joel Savitz