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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F0DDC5DF60 for ; Thu, 7 Nov 2019 11:21:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD6162187F for ; Thu, 7 Nov 2019 11:21:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="Ml77gR1F" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388409AbfKGLV6 (ORCPT ); Thu, 7 Nov 2019 06:21:58 -0500 Received: from ozlabs.org ([203.11.71.1]:53389 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388353AbfKGLV5 (ORCPT ); Thu, 7 Nov 2019 06:21:57 -0500 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 ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4781FY6nbkz9sPk; Thu, 7 Nov 2019 22:21:52 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ellerman.id.au; s=201909; t=1573125714; bh=SQjOUdmp2dtdcIZfeEWQOp+PIbNXiuzVApc6kLzPTKY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Ml77gR1Fw0n0YfITP4YrFd8lvFF3z05cSaeBXVnkc773KQxpPdng3SHv3ImLfW1dQ TmyY0wG5hy2lBweYfx4hOFVDTyBEUKftNjpsPHmXAgyJyqKWACQYAHarbG7rPK4SEN cG4xCqDtSu4ZiEMfQnQ8CB88m4tSVmpxoWiffIgpSC7FBZQXKcEK22QzeGL9QdRUld LNVlWGOzhUgjSPQHl7u1D3AEaSw6TGNZpOEiHUPKE4+uxn8X90JWEGyX0RkV+85n6F 0OVVNrBzl15/VgDri0u4WuV0PCvwT2IRvrVaaZjocWET8WzcFY77w3N/ydjZCYJwRK UmAznZIU67zvw== From: Michael Ellerman To: Chris Packham , "christophe.leroy\@c-s.fr" , "paulus\@samba.org" , "benh\@kernel.crashing.org" , "malat\@debian.org" Cc: "linuxppc-dev\@lists.ozlabs.org" , "linux-kernel\@vger.kernel.org" Subject: Re: [PATCH v3] powerpc: Support CMDLINE_EXTEND In-Reply-To: <46da00814535270a2b525de1f75afc79f3abbf5c.camel@alliedtelesis.co.nz> References: <20190801225006.21952-1-chris.packham@alliedtelesis.co.nz> <9262a291-161f-e172-9d13-88a717da9de4@c-s.fr> <46da00814535270a2b525de1f75afc79f3abbf5c.camel@alliedtelesis.co.nz> Date: Thu, 07 Nov 2019 22:21:47 +1100 Message-ID: <87eeyk53uc.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Chris Packham writes: > Hi All, > > On Fri, 2019-08-02 at 06:40 +0200, Christophe Leroy wrote: >>=20 >> Le 02/08/2019 =C3=A0 00:50, Chris Packham a =C3=A9crit : >> > Bring powerpc in line with other architectures that support extending = or >> > overriding the bootloader provided command line. >> >=20 >> > The current behaviour is most like CMDLINE_FROM_BOOTLOADER where the >> > bootloader command line is preferred but the kernel config can provide= a >> > fallback so CMDLINE_FROM_BOOTLOADER is the default. CMDLINE_EXTEND can >> > be used to append the CMDLINE from the kernel config to the one provid= ed >> > by the bootloader. >> >=20 >> > Signed-off-by: Chris Packham >>=20 >> Reviewed-by: Christophe Leroy > > Just going over some old patches this doesn't appear to be in next. Is > there anything stopping it from being accepted? Just me not being overloaded :/, sorry. Have put it in my next-test branch, which means it should appear in next in the next few days. cheers