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=-4.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,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 C3C08C433B4 for ; Mon, 3 May 2021 09:01:43 +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 5E8A86008E for ; Mon, 3 May 2021 09:01:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5E8A86008E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com 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:MIME-Version:References:In-Reply-To:Date:Cc:To:From: Subject:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=1nWw6fp45YY9fE6mU693PHsz5dlYs8ea74SbdTNTF/8=; b=CmPPcj+yaC7St2xcoYAOrcuDz lQcIbhLTx6+z/FzNjnMQeV2HtoLrDbnS5u97eVdWi4b+PkhU0BK5m+1r6e0RMZfdkkcc+fsCoOTcd WfZRWjLs2Oi5WxJafl8bJCb0qADKvkhO8zSt07L3qeGjtrZDKg+Yz0HOz//3+cflf5/ygLiS7+kpd CtX0yMrIVSs1P344hL9wTsQXOL3TLGypbDiV45IlX3gBAWSxEbHQZNr3LL5BeV7bWg45L54nnAjVf HqKWYbUtps9u5d8yduP5V6bm0g5g0Clwjts+aykYqgZQOovWs5LbeyL/+BwFow25dyQ4fN97lFg21 PUtg185gw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ldUOK-00DUI1-8L; Mon, 03 May 2021 08:57:26 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ldUMB-00DUEo-FI; Mon, 03 May 2021 08:55:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=hgfZq464Izj2kc7VCkzShyHa+mKZGImELp6VtD8oIVc=; b=OikEhn6zKEkJXQMmnaanNCE3Tx +IDSk2phwTKDz5HotgeLZ2hSEbKi9d+vdPuvkX94SG5tO8K+BgoI1VMFWWCmV07Erz+LwEWVpSqE/ sAzfSZVBVNiYUfZTRK2wHDcHlnomAzkxeg0lD5GfKMVB3s5QPns3+4QV292y9j/dNlmhMmbhWqBKu 5CVUmSuqh69tmZJHbVp9aprsivVP0vM9ZC6uQm47MvdFIY0HgvOO+csw1eq4U0tX2sj/u7dOcbU0E 8UcOslysxp1V3oJEughWQsgTZzFkAjnqn6JB/vAcxQlnBBpuTOAd2GqWC/YrT/ZGYU5VML0Ira77i QJ0AoOtg==; Received: from smtprelay0058.hostedemail.com ([216.40.44.58] helo=smtprelay.hostedemail.com) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ldUM8-002vgJ-7J; Mon, 03 May 2021 08:55:09 +0000 Received: from omf03.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 659F0180C2CD0; Mon, 3 May 2021 08:55:03 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf03.hostedemail.com (Postfix) with ESMTPA id 7813213D93; Mon, 3 May 2021 08:54:58 +0000 (UTC) Message-ID: Subject: Re: [PATCH] Raise the minimum GCC version to 5.2 From: Joe Perches To: Alexander Dahl , Matthew Wilcox Cc: Linus Torvalds , Segher Boessenkool , Miguel Ojeda , Masahiro Yamada , Albert Ou , Arnd Bergmann , Linux Kbuild mailing list , Greg Kroah-Hartman , Jonathan Corbet , Linux Doc Mailing List , linux-kernel , Palmer Dabbelt , Paul Walmsley , Catalin Marinas , Miguel Ojeda , Paul Mackerras , linux-riscv@lists.infradead.org, linuxppc-dev , Will Deacon , Linux ARM Date: Mon, 03 May 2021 01:54:57 -0700 In-Reply-To: References: <20210501151538.145449-1-masahiroy@kernel.org> <3943bc020f6227c8801907317fc113aa13ad4bad.camel@perches.com> <20210502183030.GF10366@gate.crashing.org> <81a926a3bdb70debe3ae2b13655ea8d249fb9991.camel@perches.com> <20210502203253.GH10366@gate.crashing.org> <20210502223007.GZ1847222@casper.infradead.org> User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 X-Rspamd-Queue-Id: 7813213D93 X-Stat-Signature: kzayu4orffhmqaa8ff8iq8d4a8ipzp46 X-Rspamd-Server: rspamout01 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX1952/ks3MY8TXp5Ug6xsGLjA9GLFC3+spA= X-HE-Tag: 1620032098-353050 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210503_015508_356775_A4A9EBA6 X-CRM114-Status: UNSURE ( 8.60 ) X-CRM114-Notice: Please train this message. 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 Mon, 2021-05-03 at 09:34 +0200, Alexander Dahl wrote: > Desktops and servers are all nice, however I just want to make you > aware, there are embedded users forced to stick to older cross > toolchains for different reasons as well, e.g. in industrial > environment. :-) In your embedded case, what kernel version do you use? For older toolchains, unless it's kernel version 5.13+, it wouldn't matter. And all the supported architectures have gcc 10.3 available at http://cdn.kernel.org/pub/tools/crosstool/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel