From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 50949C4345F for ; Fri, 3 May 2024 02:21:16 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=D+JzxUYE; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4VVvgG6h9Fz3cYc for ; Fri, 3 May 2024 12:21:14 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=D+JzxUYE; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4VVvfV49Jwz2xb2 for ; Fri, 3 May 2024 12:20:34 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1714702834; bh=MQk7po5n+RKxEap5EeHFeD0GZgMLnbUNtMLDr+iX+h4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=D+JzxUYEk/MFVM6kZOJvpdN2i8LT5EkdneB9Z/FjhMGUVVhIjlPPafwt05CMhDq+O t0KLqbLrKOpHMf3OiyeC2Y0kK2DZPAkkZwbgA5Hh2zfqgbHLFu0xlw16LMMl75wmag WTt+di0laj0Oawe7ZWZ/Mx1P5xG0UtO7WWsYuhnUU64O+qddt+9wEiVArny6qDpeu0 j2W+3XChJApQDyQdftc2FXcGswVfrhwYTf72zD9ZENPdXQeXFAsdpZ8oGfOP8RtTe9 QEbt+T8RechjCSEYXBmfsfXskzdXvUQIC2EKxv+ruSZ0wL7RlJ3AUlJA1ZjRymX4DT 1/dd+TjL5SPwg== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4VVvfV32dPz4wd3; Fri, 3 May 2024 12:20:34 +1000 (AEST) From: Michael Ellerman To: Joel Savitz , aneesh.kumar@kernel.org Subject: Re: [PATCH 1/3] powerpc/mm: Align memory_limit value specified using mem= kernel parameter In-Reply-To: References: <20240403083611.172833-1-aneesh.kumar@kernel.org> <20240417143631.253489-1-jsavitz@redhat.com> Date: Fri, 03 May 2024 12:20:33 +1000 Message-ID: <87fruz3aby.fsf@mail.lhotse> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev@lists.ozlabs.org, naveen@kernel.org, npiggin@gmail.com Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Joel Savitz writes: > On Wed, Apr 17, 2024 at 10:36=E2=80=AFAM 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=3D > kernel parameter. It's in linux-next for v6.10 cheers