Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp2106808pxy; Sun, 2 May 2021 11:46:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw259ZjXuw7clJP+7ICVSK9jfDpuqXEdRk7Ruiouf1m9rKDlruEe3SMucwk2v4wthCiCCTv X-Received: by 2002:a50:cdd1:: with SMTP id h17mr16355380edj.178.1619981214377; Sun, 02 May 2021 11:46:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619981214; cv=none; d=google.com; s=arc-20160816; b=QudrHGIF3eCnQG0Uxf43satSM3P8Kh8nAIQPZuHVYQIsJPXHkxEx5lfoImHynrjc6/ 6OThkJn1Zr154Qf9171WwNGJvCJuVbRpX6syv+h8KQXaNYUmEf4XkvUmRrUWvyjciHth NVa1yHoAUXRGqr8u4bGxCGmTZxoDNsN/c5Al+6b61yQdcWzTwFMXZEej3wLxzvMjj1au Wv0qflXvOSwKna+9J/t/yIvhuUZ0N0TnN2wUdhqHW0UoCnNGcFDTkySBo+dqKmZ86Jj7 dNerGYGrP+WzuViUoK4W+4qnXELR/48pXHU45pakJC8NMtW6cIf+oHdwEzPwO6+N1o+v +iaA== 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=4jYiCZQjexbdGm3v5yS6x4GmoH4Ry5pMX56ueM3f4HU=; b=VL2SsHxf7EuL11TKflz1y18eLSeAXNrkapwqOHq2nvCUka2XHxD8d6MGFjuSF/iFsL XrGbdlEaFo3B32YzZ/0kLBoUn+MF2IQLAnhgH9wdFe80z4f9XphQPCbLSexXescv2ykB QJ1+UkAESTNkF60hybqICQIsZDFw4TUMBYpnO7luhh8tb2CAGSjtfI8vL6KUDhMOCbtn F2ObUCmaWreV6td5cu/+ySnJP7hfVvsYQLm4LSZA3Ktr30VYGa58Acl+bBKx8l3qx5Ei KlD6haBt9AKcmXEt2vKPHwyDRGhW+u8sy7l86n+zhnjx3Vs6J11DfN6psTQA0RdGgOiP ENZA== 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 eb8si8815729edb.49.2021.05.02.11.46.30; Sun, 02 May 2021 11:46:54 -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 S231801AbhEBSpI (ORCPT + 99 others); Sun, 2 May 2021 14:45:08 -0400 Received: from gate.crashing.org ([63.228.1.57]:49656 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229686AbhEBSpI (ORCPT ); Sun, 2 May 2021 14:45:08 -0400 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 142IUXWH028181; Sun, 2 May 2021 13:30:33 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 142IUUr9028168; Sun, 2 May 2021 13:30:30 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Sun, 2 May 2021 13:30:30 -0500 From: Segher Boessenkool To: Joe Perches Cc: Miguel Ojeda , Masahiro Yamada , Albert Ou , Arnd Bergmann , Linux Kbuild mailing list , Greg Kroah-Hartman , Jonathan Corbet , Linux Doc Mailing List , linux-kernel , Linus Torvalds , Palmer Dabbelt , Paul Walmsley , Catalin Marinas , Miguel Ojeda , Paul Mackerras , linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, Will Deacon , Linux ARM Subject: Re: [PATCH] Raise the minimum GCC version to 5.2 Message-ID: <20210502183030.GF10366@gate.crashing.org> References: <20210501151538.145449-1-masahiroy@kernel.org> <3943bc020f6227c8801907317fc113aa13ad4bad.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3943bc020f6227c8801907317fc113aa13ad4bad.camel@perches.com> User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 01, 2021 at 07:41:53PM -0700, Joe Perches wrote: > Why not raise the minimum gcc compiler version even higher? The latest GCC 5 release is only three and a half years old. Do you really want to require bleeding edge tools? Segher