From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Tue, 02 Jun 2020 02:49:36 +0000 Subject: Re: [GIT PULL] sh: remove sh5 support Message-Id: <20200601194936.244303d858d2d0c47fc87821@linux-foundation.org> List-Id: References: <20200424221948.1120587-1-arnd@arndb.de> <20200507143552.GA28683@infradead.org> <20200528054600.GA29717@infradead.org> <20200528161416.GY1079@brightrain.aerifal.cx> <20200529143059.GA25475@infradead.org> <20200529175335.GK1079@brightrain.aerifal.cx> <20200601181259.GV1079@brightrain.aerifal.cx> <20200602013332.GY1079@brightrain.aerifal.cx> In-Reply-To: <20200602013332.GY1079@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Rich Felker Cc: John Paul Adrian Glaubitz , Christoph Hellwig , 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 On Mon, 1 Jun 2020 21:33:32 -0400 Rich Felker wrote: > Hmm, it looks like Andrew Morton just pulled most of these into -mm, > apparently independently of me getting them in my for-next a few hours > ago, since his versions lack my signed-off-by. That's ok though, as > long as they go up. Some details since further action is needed on a > few: It would be better if these were to go via the sh tree. So please go ahead and merge them up - I'll drop my copies when they turn up in -next via the sh tree. 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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 A7D74C433E0 for ; Tue, 2 Jun 2020 02:49:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8027E2073B for ; Tue, 2 Jun 2020 02:49:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591066178; bh=c8rJ66oPk+P+BJheKqWDDI9HoB7rPissm2/CA+EDED4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=t1pX5U+6iugN70euOlmIL6gxLWrJaKlkxd6ysBlCQi7gOAbelZaNQlwHnLsUeQ9Kw N7rTQT+ha4KBXPS+npll/m8UfwpPXWIMQde0j0z/lO53qgXj/Duy2RCFAOXLkFheWT PXBErfA+emdrnLO3ED1zYTEgZ0bNPOQ06iBf6PBg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726755AbgFBCth (ORCPT ); Mon, 1 Jun 2020 22:49:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:58030 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725801AbgFBCth (ORCPT ); Mon, 1 Jun 2020 22:49:37 -0400 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 847562068D; Tue, 2 Jun 2020 02:49:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591066176; bh=c8rJ66oPk+P+BJheKqWDDI9HoB7rPissm2/CA+EDED4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sp/xx56iLz4aACaVjIeO1JEGzPKVSovJ8TZMuCXkhzkzezVQGXwKmLKSr3huJpTpK mplUAcl9wif8Tg0qvT7esP1H8hZxx+91z183ltJeI4qSjdsfnC4ihG4WJZ6tii/c4N EKf3q+m2r38rEjIlPvZqdJ7G0i3iDLg+QojyIgkw= Date: Mon, 1 Jun 2020 19:49:36 -0700 From: Andrew Morton To: Rich Felker Cc: John Paul Adrian Glaubitz , Christoph Hellwig , 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: <20200601194936.244303d858d2d0c47fc87821@linux-foundation.org> In-Reply-To: <20200602013332.GY1079@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> <20200529175335.GK1079@brightrain.aerifal.cx> <20200601181259.GV1079@brightrain.aerifal.cx> <20200602013332.GY1079@brightrain.aerifal.cx> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 1 Jun 2020 21:33:32 -0400 Rich Felker wrote: > Hmm, it looks like Andrew Morton just pulled most of these into -mm, > apparently independently of me getting them in my for-next a few hours > ago, since his versions lack my signed-off-by. That's ok though, as > long as they go up. Some details since further action is needed on a > few: It would be better if these were to go via the sh tree. So please go ahead and merge them up - I'll drop my copies when they turn up in -next via the sh tree.