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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 CD021C433DB for ; Fri, 15 Jan 2021 00:31:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 97F0E23A9D for ; Fri, 15 Jan 2021 00:31:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731307AbhAOAbb (ORCPT ); Thu, 14 Jan 2021 19:31:31 -0500 Received: from smtprelay0014.hostedemail.com ([216.40.44.14]:34532 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731129AbhAOAba (ORCPT ); Thu, 14 Jan 2021 19:31:30 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay08.hostedemail.com (Postfix) with ESMTP id 136D7182CF665; Fri, 15 Jan 2021 00:30:49 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: grip76_15176d22752b X-Filterd-Recvd-Size: 2538 Received: from [192.168.1.159] (unknown [47.151.137.21]) (Authenticated sender: joe@perches.com) by omf05.hostedemail.com (Postfix) with ESMTPA; Fri, 15 Jan 2021 00:30:46 +0000 (UTC) Message-ID: Subject: Re: [PATCH] compiler.h: Raise minimum version of GCC to 5.1 for arm64 From: Joe Perches To: Linus Torvalds Cc: Ard Biesheuvel , Russell King - ARM Linux admin , Florian Weimer , Arnd Bergmann , "Cc: Android Kernel" , Theodore Ts'o , Peter Zijlstra , Catalin Marinas , Masahiro Yamada , Nick Desaulniers , Linux Kernel Mailing List , Will Deacon , linux-arm-kernel Date: Thu, 14 Jan 2021 16:30:45 -0800 In-Reply-To: References: <20210112224832.10980-1-will@kernel.org> <161055398865.21762.12236232732054213928.b4-ty@arm.com> <20210113214436.GL1551@shell.armlinux.org.uk> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2021-01-14 at 13:18 -0800, Linus Torvalds wrote: > On Thu, Jan 14, 2021 at 11:52 AM Joe Perches wrote: > > > > Given the upgrade requirement, and how clang version requirements > > constantly change, how much more difficult would it be for others > > to use gcc 7.1 or higher now instead of later? > > What was the argument for jumping all the way to gcc-7.1? > > I do think we want to have real reasons we can point to, rather than a > "just because". KASAN v5 instead of all the old versions gcc 7.1 supports fallthrough. Probably more, but those might be sufficient.