Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp2855pxb; Wed, 11 Nov 2020 17:48:59 -0800 (PST) X-Google-Smtp-Source: ABdhPJyw4w/3L+NGaniheyeQbcdS/XEnOev1ZxyM+QtJ9Jux4By0MCL2TfkVTjvAIOtNGVnulm/B X-Received: by 2002:a17:906:868b:: with SMTP id g11mr28454596ejx.263.1605145739261; Wed, 11 Nov 2020 17:48:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605145739; cv=none; d=google.com; s=arc-20160816; b=W7q2tspi3qS59g8YyV+PSGUyJoALbnO9V7XiLH4BeYfZEDUT/+agD/3UYsoWHLSrzZ dH0cRpE67MXawjArvOO4zKehtSfuAj/K+26sSbN1efAMINZe2uw+bEJYBwkUJeXVVMTI 4+mh8wM/M2MoXj+VsKDU2/5w1zyvwDdQUmpm3n69wjiOtTNViIWZqrBEgAZnxPcx7KLx 5qK8TLBetY37RGwAcZsZaUDH7IZigLTUNHNmy6VfNPLQ+JeKu+y2YSDxETHue7iOdk5M uo5Pe2Y7JG562SxW6ozmSQ7Xl0RsAPy/dLd039ALw1M1Vb/un4xS1IYJhquDCf87sU9W BXGw== 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=+asV2cFBcChCv24CtJcn9d4WKL105EgCXAbf9BadlEE=; b=GCQFyNDxulsMVTqSKjefk1dBrq2l844638s+LPXClwxu8Fj8RUoAiA23GF+htjuo+K mWY/OdTj/7BjlTgyEGkz0KXhQFqT8NqOLgpmlWfuKDMM/x/QvUsknvD+62qr7gekSykm 0TS/yK9vmguP8K2Qvlgc/S/s6xkVqC4m70cMxNMvFO68eO++qlXnGm3wwFtykvLLgUdP MSnMRIvgyjkamfxFRvHUYVCnPUtY3SAdkk4Wkdb+iPATwx37NIc/KScylU4KtkXPq4Kv OanBOfpGgkhi1Yd3Pnv9+AmKHnUvVIVcYxm0+F21oHm05iu5tp4kD84PTooDbQQKvE3n irMA== 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 e9si2600511ejk.493.2020.11.11.17.48.36; Wed, 11 Nov 2020 17:48:59 -0800 (PST) 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 S1728776AbgKLBep (ORCPT + 99 others); Wed, 11 Nov 2020 20:34:45 -0500 Received: from elvis.franken.de ([193.175.24.41]:54614 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727758AbgKKXGI (ORCPT ); Wed, 11 Nov 2020 18:06:08 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kczBl-0005fC-01; Thu, 12 Nov 2020 00:06:05 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id DDCF3C4DDF; Thu, 12 Nov 2020 00:03:14 +0100 (CET) Date: Thu, 12 Nov 2020 00:03:14 +0100 From: Thomas Bogendoerfer To: Nick Desaulniers Cc: clang-built-linux@googlegroups.com, Serge Semin , Alexey Malahov , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: remove GCC < 4.9 support Message-ID: <20201111230314.GB19275@alpha.franken.de> References: <20201111032105.2346303-1-ndesaulniers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201111032105.2346303-1-ndesaulniers@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 10, 2020 at 07:21:05PM -0800, Nick Desaulniers wrote: > Remove a tautology; since > commit 0bddd227f3dc ("Documentation: update for gcc 4.9 requirement") > which raised the minimally supported version of GCC to 4.9, this case is > always true. > > Link: https://github.com/ClangBuiltLinux/linux/issues/427 > Signed-off-by: Nick Desaulniers > --- > arch/mips/include/asm/compiler.h | 9 +-------- > 1 file changed, 1 insertion(+), 8 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]