From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH v2 09/10] compiler/gcc: Raise minimum GCC version for kernel builds to 4.8 Date: Sat, 25 Jan 2020 00:29:44 +0100 Message-ID: <20200124232944.GD14914@hirez.programming.kicks-ass.net> References: <20200123153341.19947-1-will@kernel.org> <20200123153341.19947-10-will@kernel.org> <20200124082637.GZ14914@hirez.programming.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from merlin.infradead.org ([205.233.59.134]:48520 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729236AbgAXXaH (ORCPT ); Fri, 24 Jan 2020 18:30:07 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Nick Desaulniers Cc: Will Deacon , LKML , linux-arch , kernel-team , Michael Ellerman , Linus Torvalds , Segher Boessenkool , Christian Borntraeger , Luc Van Oostenryck , Arnd Bergmann , Peter Oberparleiter , Masahiro Yamada On Fri, Jan 24, 2020 at 09:05:27AM -0800, Nick Desaulniers wrote: > Ack. Do maintainers have tools for fetching patch series and > automating collecting Reviewed-by tags, or is it all extremely manual? Both; I'm currently still doing it manually, but I know that for example Thomas's scripts are a lot smarter and do it for him. I'm meaning to switch to his scripts, but I suppose there's some inertia at play :-)