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 7337FC433B4 for ; Fri, 9 Apr 2021 03:08:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 30AD5610CC for ; Fri, 9 Apr 2021 03:08:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233099AbhDIDIf (ORCPT ); Thu, 8 Apr 2021 23:08:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232831AbhDIDIe (ORCPT ); Thu, 8 Apr 2021 23:08:34 -0400 Received: from mail-pg1-x534.google.com (mail-pg1-x534.google.com [IPv6:2607:f8b0:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA2DEC061761 for ; Thu, 8 Apr 2021 20:08:20 -0700 (PDT) Received: by mail-pg1-x534.google.com with SMTP id f29so2816419pgm.8 for ; Thu, 08 Apr 2021 20:08:20 -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=qBMvo8evKNRC1mxrN/i7ZVaEgG6elSKJhlY8HtxFtHo=; b=NgeQId413/TWMsJRKMQzt4AMwYyCF3vnpS8DNOnr5M9IlgSa+6pklDgCshooKKqU9c ybAs87qAUg8YkXygY0a8syQePjVbaDcLRyn3BBBwIY5JngGyXAQ3UN8l0IIBbu5Lo5Vn ZGUP6yO8JgEtHdKcMLnH/3YQjlxOOZP8f/lso= 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=qBMvo8evKNRC1mxrN/i7ZVaEgG6elSKJhlY8HtxFtHo=; b=log1NkxT0fc/RNG51JI7kvdVHv/d8wDJGzMcAYWaDgi+YbxXxYOajvWIbT8y0rhtu2 cBwYhk32PQ3AB354lsHt9yzVuA+doZOpuf4q9JxQANJww8iLGQLH9ACfwK+AzuCcgUqQ A0pYZ20ws6ZcYk46Dgri4dTpEJN/xMM+RCgz1psBjmUt/DF0tsZGuC7eUeEi3pF+J2/o 0VNNG2x15dlTo8QyTEd9Q0Oll9S/nK8Jga8abIN+XrIQ5xAmHS6gAtc/5lhFPZLWicF/ 5lXuT81sDvVOltJ7+WQlGqM1H5IBKAwuxz4ChnbK9G0ULqO6W/tkCivlQK+ByHqOoRmB 1DOw== X-Gm-Message-State: AOAM531f3C3d0z0rwn+j119fJBdZ5P1Hna3F79/CWaZZ/wHbmSlT8mhJ bdXNeiLXT+CYs4ekkvcwUe9Gew== X-Google-Smtp-Source: ABdhPJyHo1TPCLI+4uWyuTbfK5+Vodl/lmd7z9H7XsnC6ze0ivUxnfzHT+a9JH2slM6oVprHwdDR8g== X-Received: by 2002:a65:4d4c:: with SMTP id j12mr10846262pgt.346.1617937700544; Thu, 08 Apr 2021 20:08:20 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id x2sm676590pfx.41.2021.04.08.20.08.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Apr 2021 20:08:19 -0700 (PDT) Date: Thu, 8 Apr 2021 20:08:18 -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, Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 09/20] kbuild: arm64: use common install script Message-ID: <202104082007.88622E72F@keescook> References: <20210407053419.449796-1-gregkh@linuxfoundation.org> <20210407053419.449796-10-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210407053419.449796-10-gregkh@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 07, 2021 at 07:34:08AM +0200, Greg Kroah-Hartman wrote: > The common scripts/install.sh script will now work for arm65, no changes nit: arm64 > needed so convert the arm64 boot Makefile to call it instead of the > arm64-only version of the file and remove the now unused file. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Greg Kroah-Hartman With that fixed: Reviewed-by: Kees Cook -- Kees Cook 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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 CA8CEC433B4 for ; Fri, 9 Apr 2021 03:13:01 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 56CA5600D1 for ; Fri, 9 Apr 2021 03:13:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 56CA5600D1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=685Vplumb2eZV1X02wUdIUKOOlqMtfOLIOCaAcWIHKc=; b=nii62EKG94aatuoLjhGSVpp9S QKBDB3/DTtToccKTXA1wLkmVPhSE7HpF9vfge+TRWucyDzOWUdy2NquSpHOA6nWd8V0HOiNUsc0NW bp74z596X0CmNQqcQK7eISjgoNCmAt3svcHmq60470iU4DkOtxdZU5hr/vmals1yuyJ3iaX1tBSdY 2tmuIsvKvgf/TIofuVJ/qvH+5//etufjV4/2SMkGrpvBmUMO+0Xxy8i+hE7rGPBcoyu4i79+mCAeJ vVmVZvyWO7vKIJjiMEiTNt1C/ny026ay4bGp+13Pkean4JczKLmO8tK4fPNRtFYaFWA9yN4/l56mw 1pXT30etw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lUhXK-009nXd-Lc; Fri, 09 Apr 2021 03:10:31 +0000 Received: from mail-pg1-x52d.google.com ([2607:f8b0:4864:20::52d]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lUhVP-009nLS-5m for linux-arm-kernel@lists.infradead.org; Fri, 09 Apr 2021 03:08:29 +0000 Received: by mail-pg1-x52d.google.com with SMTP id y32so2801275pga.11 for ; Thu, 08 Apr 2021 20:08:22 -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=qBMvo8evKNRC1mxrN/i7ZVaEgG6elSKJhlY8HtxFtHo=; b=NgeQId413/TWMsJRKMQzt4AMwYyCF3vnpS8DNOnr5M9IlgSa+6pklDgCshooKKqU9c ybAs87qAUg8YkXygY0a8syQePjVbaDcLRyn3BBBwIY5JngGyXAQ3UN8l0IIBbu5Lo5Vn ZGUP6yO8JgEtHdKcMLnH/3YQjlxOOZP8f/lso= 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=qBMvo8evKNRC1mxrN/i7ZVaEgG6elSKJhlY8HtxFtHo=; b=E9I9TOZFMnWwuSmX6rncr5Iael4Aa8FcQerY/SLn5kHoH8V/X8pvA7St8wtuuDC70U 9bvbUQoBPk5h1khhMCoL7Lc3yNsryBfRyuC6Muq5SyV0Jk1YN7vazbPTVAU06FJF/3Et 06DLk1gPH70TES4qYEnMtKWzjH/O3IdDYuEyDSXgT89beN7Xkzj+SblcBGqugYOsGfze YVJPc4NPJ48R7dYmqVAIz+d23AXvyNmhpXGBZLCB2SyjKgp2VKIl6LrYP9L0VgJGhleO 8VHPSwI9R6v6SZ+3/wuOywjuFdq6m9V6Xgt1gpN8DqAxzkZkLVr7Zy1EBxH+cf9lCwbk Z6lg== X-Gm-Message-State: AOAM531tv44GuS2LMV7ePo4QC1J2ysXkqj3xr8Umj31pz124BkF2uwZF BT2U+xp9eC/GAt2s9TKWXWlLrA== X-Google-Smtp-Source: ABdhPJyHo1TPCLI+4uWyuTbfK5+Vodl/lmd7z9H7XsnC6ze0ivUxnfzHT+a9JH2slM6oVprHwdDR8g== X-Received: by 2002:a65:4d4c:: with SMTP id j12mr10846262pgt.346.1617937700544; Thu, 08 Apr 2021 20:08:20 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id x2sm676590pfx.41.2021.04.08.20.08.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Apr 2021 20:08:19 -0700 (PDT) Date: Thu, 8 Apr 2021 20:08:18 -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, Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 09/20] kbuild: arm64: use common install script Message-ID: <202104082007.88622E72F@keescook> References: <20210407053419.449796-1-gregkh@linuxfoundation.org> <20210407053419.449796-10-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210407053419.449796-10-gregkh@linuxfoundation.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210409_040826_702396_C7367083 X-CRM114-Status: GOOD ( 11.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Apr 07, 2021 at 07:34:08AM +0200, Greg Kroah-Hartman wrote: > The common scripts/install.sh script will now work for arm65, no changes nit: arm64 > needed so convert the arm64 boot Makefile to call it instead of the > arm64-only version of the file and remove the now unused file. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Greg Kroah-Hartman With that fixed: Reviewed-by: Kees Cook -- Kees Cook _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel