Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1310674pxj; Sat, 15 May 2021 10:23:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzPutuhyurLX02zFYCrz2PAC3diVQP0FEm2Va8NnTDefSz55yvywuUgEJ7L1e/ujFNMs4at X-Received: by 2002:a92:c26d:: with SMTP id h13mr17175029ild.131.1621099393624; Sat, 15 May 2021 10:23:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621099393; cv=none; d=google.com; s=arc-20160816; b=NLXTBSRcyGwG2GthLIN7JHUoC0YagTo2L83ER9wnVrCli35FdwKA/88l6w3rXIejyD iTpF3JZACiT3AocXQYUCuX5Pu0JDuusx0NDKiPXXjFtTtSm+XkqeavYXrPargIUr7MkD CfOfhMEHe7udyrqtZgFjul/wYXQalgUxOEfVVj+zfSbN75d4CKcc6Br+kRo2vGSP8PbG dE/a5ytpUp6/zAFUzLrvDSpcetRxnv2E3qC19z6mdywtXA4A1yVJwlWi+GCUpvVmd3zT Mk9nxh5tbFnN7t36fB6Cic0Ee4CqwQ/YxQpmxI457QojfTjvS5KJCdLEdeFo0td+VrpQ /aig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=LsYnJ4YVipaCQaZycxi+jjR5TuT2fpHYr9Ieo+p4bq8=; b=QQfYrisczcO39IrKMB/iQhqbpZYOSnTpOhYyqNOywomnZRgrzrB8D4u8aRKq+clK5t NLuxthQb87/zsMNUNLBdegWp7hLYvuav69iyxxTXoueLhxhMQF56y94RpvDHneIGdx0G X6Wq5AnEHZmBJ/cT42kNt3vxIE5X7TF7w485omxisV8IlR2gTAJqSA9QRnCAdY8Dwwig JvLvBXXb4X1yKjxDYkOju2zE+DJ7FQGyX1gra+jeny270OskJvre0ToEuAi6+Wup383V LS3WseC2menZx9kEX1d6cCXrH2k6NbkxgtMc/yQSWSQy/tiv1nfIAZe7CG4mFC6qRaf4 ywJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n2si10229936ilm.161.2021.05.15.10.22.49; Sat, 15 May 2021 10:23:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232523AbhEOHP0 (ORCPT + 99 others); Sat, 15 May 2021 03:15:26 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:44274 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229724AbhEOHPZ (ORCPT ); Sat, 15 May 2021 03:15:25 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 6324B1C0B80; Sat, 15 May 2021 09:14:11 +0200 (CEST) Date: Sat, 15 May 2021 09:14:10 +0200 From: Pavel Machek To: Masahiro Yamada Cc: linux-kernel@vger.kernel.org, Linus Torvalds , linux-kbuild@vger.kernel.org, Arnd Bergmann , Greg Kroah-Hartman , Will Deacon , Miguel Ojeda , Catalin Marinas , Albert Ou , Benjamin Herrenschmidt , Jonathan Corbet , Michael Ellerman , Palmer Dabbelt , Paul Mackerras , Paul Walmsley , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] Raise the minimum GCC version to 5.2 Message-ID: <20210515071410.GA27201@amd> References: <20210501151538.145449-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <20210501151538.145449-1-masahiroy@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun 2021-05-02 00:15:38, Masahiro Yamada wrote: > The current minimum GCC version is 4.9 except ARCH=3Darm64 requiring > GCC 5.1. Please don't. I'm still on 4.9 on machine I can't easily update, > Documentation/process/changes.rst | 2 +- > arch/arm64/Kconfig | 2 +- > arch/powerpc/Kconfig | 2 +- > arch/riscv/Kconfig | 2 +- > include/linux/compiler-gcc.h | 6 +----- > lib/Kconfig.debug | 2 +- > scripts/min-tool-version.sh | 8 +------- > 7 files changed, 7 insertions(+), 17 deletions(-) and 10 lines of cleanups is really not worth that. Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmCfdMIACgkQMOfwapXb+vJRuQCgkvFNWySx/cRHndnAzB2BNEcE fUgAoLeFGahKOr8VmTLEps0tT667xra4 =bRN/ -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g--