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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,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 28CF0C43460 for ; Fri, 9 Apr 2021 03:08:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F2A30610CC for ; Fri, 9 Apr 2021 03:08:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233182AbhDIDIt (ORCPT ); Thu, 8 Apr 2021 23:08:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233173AbhDIDIo (ORCPT ); Thu, 8 Apr 2021 23:08:44 -0400 Received: from mail-pf1-x42d.google.com (mail-pf1-x42d.google.com [IPv6:2607:f8b0:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F225C061763 for ; Thu, 8 Apr 2021 20:08:32 -0700 (PDT) Received: by mail-pf1-x42d.google.com with SMTP id a85so2843396pfa.0 for ; Thu, 08 Apr 2021 20:08:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=VtuEueWcaC1955LnaOVqKunKMhIKwbtn+Mdlogx6zxA=; b=EqcbqDa8gNnAl2FpALvPwEaZBOSBw3B00uafrozwofFF7zUxWJPEcj4EwCeolZfrU6 pngVNlHOvWEyWAQRDO7Y3rMNpkJSqeMPSXNm/O3SiYqqARSgr9qf4uvC1rL4uLa/Tbs4 Hi3r+041t58NT5ggp4N4WWvytcyhpngZqhKdk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=VtuEueWcaC1955LnaOVqKunKMhIKwbtn+Mdlogx6zxA=; b=ClXdhxjLN0f6xZfnDaqYIL2Mi3p9ANyhAN4VZNHpPNc20W+kp/t9zua/tx3bVIsryZ F34VcESEVr6Uy9zf9BdnmoXsBpgcc9RWZT9fEXJOXAbsTNkfiwlJlvERYUBvQoEk8g2n VMnZ0JvxGcVFXPWU8A6cS/tlcuCIW4FeFIYc35XQpz4i+3oUvgKGUIKY+o3Vyb/lBqSM a1yJ6G/Cblq1kPMRbFMjwyXLr73VIW0KQ/xPtdWz7tWHNgg8L29bl2JOVpErOzsaUty5 EkxnVamOrQW2e203LERttYyq9jRtDk3FL6HpYChkHy13FnttF7CiT+UNEhxua6YoUTUx OrxA== X-Gm-Message-State: AOAM532Q4Fa6fR83DydDcBQzsjcEbCk1Ep27BwH2j56CTsUtyUxwkRiO HTAh62jBR3qhsFAgDElLTR+XcA== X-Google-Smtp-Source: ABdhPJwesH3bAYyHHBi1JZroy1EOahpCZwAfNZZ8/KQHG8nL5f52UVChwFkDMulHU1F6U8rhq3tPXg== X-Received: by 2002:a63:485b:: with SMTP id x27mr11211392pgk.0.1617937712141; Thu, 08 Apr 2021 20:08:32 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id q19sm641873pgv.38.2021.04.08.20.08.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Apr 2021 20:08:31 -0700 (PDT) Date: Thu, 8 Apr 2021 20:08:30 -0700 From: Kees Cook To: Greg Kroah-Hartman Cc: Masahiro Yamada , Michal Marek , linux-kbuild@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org Subject: Re: [PATCH 01/20] kbuild: move x86 install script to scripts/install.sh Message-ID: <202104082008.780F179FC@keescook> References: <20210407053419.449796-1-gregkh@linuxfoundation.org> <20210407053419.449796-2-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210407053419.449796-2-gregkh@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 07, 2021 at 07:34:00AM +0200, Greg Kroah-Hartman wrote: > To unify the different architecture kernel installation scripts, start > out with the one they all were based on, the x86 script. Move it from > arch/x86/boot/ into scripts/ so that all architectures can call it in > the future. > > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: Borislav Petkov > Cc: x86@kernel.org > Signed-off-by: Greg Kroah-Hartman Reviewed-by: Kees Cook -- Kees Cook