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 p

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

Re: [PATCH] powerpc: align memory_limit to 16MB in early_parse_mem

2024-04-10 Thread Joel Savitz
On Wed, Apr 10, 2024 at 11:31 AM Christophe Leroy wrote: > > > > Le 10/04/2024 à 17:22, Joel Savitz a écrit : > > [Vous ne recevez pas souvent de courriers de jsav...@redhat.com. Découvrez > > pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification &

Re: [PATCH] powerpc: align memory_limit to 16MB in early_parse_mem

2024-04-10 Thread Joel Savitz
On Mon, Apr 1, 2024 at 10:17 AM Joel Savitz wrote: > > On Tue, Mar 26, 2024 at 12:45 AM Joel Savitz wrote: > > > > On Fri, Mar 8, 2024 at 5:18 AM Aneesh Kumar K.V > > wrote: > > > > > > Joel Savitz writes: > > > > > > > On 64-bit

Re: [PATCH] powerpc: align memory_limit to 16MB in early_parse_mem

2024-04-01 Thread Joel Savitz
On Tue, Mar 26, 2024 at 12:45 AM Joel Savitz wrote: > > On Fri, Mar 8, 2024 at 5:18 AM Aneesh Kumar K.V > wrote: > > > > Joel Savitz writes: > > > > > On 64-bit powerpc, usage of a non-16MB-aligned value for the mem= kernel > > > cmdli

Re: [PATCH] powerpc: align memory_limit to 16MB in early_parse_mem

2024-03-25 Thread Joel Savitz
On Fri, Mar 8, 2024 at 5:18 AM Aneesh Kumar K.V wrote: > > Joel Savitz writes: > > > On 64-bit powerpc, usage of a non-16MB-aligned value for the mem= kernel > > cmdline parameter results in a system hang at boot. > > > > For example, using 'mem=4198400K'

Re: [PATCH] powerpc: align memory_limit to 16MB in early_parse_mem

2024-03-02 Thread Joel Savitz
On Fri, Mar 1, 2024 at 6:23 PM Michael Ellerman wrote: > > Hi Joel, > > Joel Savitz writes: > > On 64-bit powerpc, usage of a non-16MB-aligned value for the mem= kernel > > cmdline parameter results in a system hang at boot. > > Can you give us any more details on

[PATCH] powerpc: align memory_limit to 16MB in early_parse_mem

2024-03-01 Thread Joel Savitz
size on powerpc. Fixes: 2babf5c2ec2f ("[PATCH] powerpc: Unify mem= handling") Co-developed-by: Gonzalo Siero Signed-off-by: Gonzalo Siero Signed-off-by: Joel Savitz --- arch/powerpc/kernel/prom.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/powe

Re: [PATCH v2] PCI: rpaphp: Avoid a sometimes-uninitialized warning

2019-06-27 Thread Joel Savitz
gt;> >> v1 -> v2: >> >> * Eliminate fndit altogether by shuffling the sprintf call into the for >> loop and changing the if conditional, as suggested by Nick. > >> drivers/pci/hotplug/rpaphp_core.c | 18 +++--- >> 1 file changed, 7 insertions(+), 11 deletions(-) >> Gentle ping, can someone pick this up? Looks a good simplification of somewhat convoluted control flow. Acked-by: Joel Savitz