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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 EDE82C28EB6 for ; Thu, 6 Jun 2019 11:44:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C0C5C206E0 for ; Thu, 6 Jun 2019 11:44:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727309AbfFFLoI (ORCPT ); Thu, 6 Jun 2019 07:44:08 -0400 Received: from mx1.emlix.com ([188.40.240.192]:36596 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727310AbfFFLoI (ORCPT ); Thu, 6 Jun 2019 07:44:08 -0400 Received: from mailer.emlix.com (unknown [81.20.119.6]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.emlix.com (Postfix) with ESMTPS id B865560076; Thu, 6 Jun 2019 13:44:06 +0200 (CEST) From: Rolf Eike Beer To: Ard Biesheuvel Cc: linux-efi@vger.kernel.org, gregkh@linuxfoundation.org, stable@vger.kernel.org, ndesaulniers@google.com Subject: Re: [PATCH for-4.9-stable] efi/libstub: Unify command line param parsing Date: Thu, 06 Jun 2019 13:44:06 +0200 Message-ID: <2196650.4E46qPc46x@devpool35> Organization: emlix GmbH In-Reply-To: <20190606102513.16321-1-ard.biesheuvel@linaro.org> References: <20190606102513.16321-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart31848172.T2U0eTky2d"; micalg="pgp-sha256"; protocol="application/pgp-signature" Sender: linux-efi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org --nextPart31848172.T2U0eTky2d Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Ard Biesheuvel wrote: > Commit 60f38de7a8d4e816100ceafd1b382df52527bd50 upstream. >=20 > Merge the parsing of the command line carried out in arm-stub.c with > the handling in efi_parse_options(). Note that this also fixes the > missing handling of CONFIG_CMDLINE_FORCE=3Dy, in which case the builtin > command line should supersede the one passed by the firmware. >=20 > Signed-off-by: Ard Biesheuvel > Cc: Linus Torvalds > Cc: Matt Fleming > Cc: Peter Zijlstra > Cc: Thomas Gleixner > Cc: bhe@redhat.com > Cc: bhsharma@redhat.com > Cc: bp@alien8.de > Cc: eugene@hp.com > Cc: evgeny.kalugin@intel.com > Cc: jhugo@codeaurora.org > Cc: leif.lindholm@linaro.org > Cc: linux-efi@vger.kernel.org > Cc: mark.rutland@arm.com > Cc: roy.franz@cavium.com > Cc: rruigrok@codeaurora.org > Link: > http://lkml.kernel.org/r/20170404160910.28115-1-ard.biesheuvel@linaro.org > Signed-off-by: Ingo Molnar > [ardb: fix up merge conflicts with 4.9.180] > Signed-off-by: Ard Biesheuvel > --- > This fixes the GCC build issue reported by Eike. >=20 > Note that testing of arm64 stable kernels should cover > CONFIG_RANDOMIZE_BASE, since it has a profound impact on how the kernel > binary gets put together. Confirmed, this patch works for me on top of 4.9.180. =2D-=20 Rolf Eike Beer, emlix GmbH, http://www.emlix.com =46on +49 551 30664-0, Fax +49 551 30664-11 Gothaer Platz 3, 37083 G=C3=B6ttingen, Germany Sitz der Gesellschaft: G=C3=B6ttingen, Amtsgericht G=C3=B6ttingen HR B 3160 Gesch=C3=A4ftsf=C3=BChrung: Heike Jordan, Dr. Uwe Kracke =E2=80=93 Ust-IdNr= =2E: DE 205 198 055 emlix - smart embedded open source --nextPart31848172.T2U0eTky2d Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iLMEAAEIAB0WIQQ/Uctzh31xzAxFCLur5FH7Xu2t/AUCXPj8hgAKCRCr5FH7Xu2t /KqvBACxZ44yrgwXFYO5IWDP4c6Gj4rNZNK006TUmmaVB3n7KbmstKkpXivHCuvi 7hTrt+dMHZhz2uGImeVtHai19TPD0cMTYJ5IvbCBpCCKzMXLSO8iznEGlzDDRhZm EGBsQ1AhxH0e65RKZ8cadPHdr10R193FNmW/xIVFnrYQcHKEHg== =L3Vj -----END PGP SIGNATURE----- --nextPart31848172.T2U0eTky2d--