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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 6C56CC433E0 for ; Fri, 29 May 2020 17:53:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 52F592073B for ; Fri, 29 May 2020 17:53:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727936AbgE2Rxj (ORCPT ); Fri, 29 May 2020 13:53:39 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:35956 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725913AbgE2Rxj (ORCPT ); Fri, 29 May 2020 13:53:39 -0400 Date: Fri, 29 May 2020 13:53:38 -0400 From: Rich Felker To: Christoph Hellwig Cc: Arnd Bergmann , linux-sh@vger.kernel.org, ysato@users.sourceforge.jp, linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, Rob Landley , Geert Uytterhoeven , Linus Torvalds Subject: Re: [GIT PULL] sh: remove sh5 support Message-ID: <20200529175335.GK1079@brightrain.aerifal.cx> References: <20200424221948.1120587-1-arnd@arndb.de> <20200507143552.GA28683@infradead.org> <20200528054600.GA29717@infradead.org> <20200528161416.GY1079@brightrain.aerifal.cx> <20200529143059.GA25475@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200529143059.GA25475@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 29, 2020 at 07:30:59AM -0700, Christoph Hellwig wrote: > On Thu, May 28, 2020 at 12:14:16PM -0400, Rich Felker wrote: > > It is in active use. Please do not act on such a request. I would be > > much quicker to ack things that actually need ack if I weren't CC'd on > > hundreds of random non-arch-specific changes that don't need it, but I > > understand that's how the kernel process works. If there are things > > that need ack please feel free to ping. > > > > Note that I specifically acked and requested the sh5 removal. > > But you did not actually pick it up - because of that it still isn't > in linux-next and thus most likely will miss Linux 5.8. Arnd sent the pull request for this and I expected it to be pulled from his tree, since he already had my approval for the change. Maybe Linus was expecting it to come through me. This seems to have been a miscommunication. Frustratingly, I _still_ don't have an official tree on kernel.org for the purpose of being the canonical place for linux-next to pull from, due to policies around pgp keys and nobody following up on signing mine. This is all really silly since there are ridiculously many independent channels I could cryptographically validate identity through with vanishing probability that they're all compromised. For the time being I'll reactivate my repo on git.musl-libc.org. Rich