From patchwork Tue Dec 8 21:48:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Viro X-Patchwork-Id: 1413051 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=sparclinux-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=zeniv.linux.org.uk Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4CrDNJ4Zb8z9sVs for ; Wed, 9 Dec 2020 08:49:20 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728955AbgLHVtJ (ORCPT ); Tue, 8 Dec 2020 16:49:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726114AbgLHVtJ (ORCPT ); Tue, 8 Dec 2020 16:49:09 -0500 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16EECC0613CF; Tue, 8 Dec 2020 13:48:29 -0800 (PST) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmkqO-00HVWT-09; Tue, 08 Dec 2020 21:48:24 +0000 Date: Tue, 8 Dec 2020 21:48:23 +0000 From: Al Viro To: Linus Torvalds Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] [brown paperbag] regression in sparc64 this cycle Message-ID: <20201208214823.GJ3579531@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org The following changes since commit 4bbf439b09c5ac3f8b3e9584fe080375d8d0ad2d: fix return values of seq_read_iter() (2020-11-15 22:12:53 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes for you to fetch changes up to 6220e48d9640538ff700f2e7d24c2f9277555fd6: [regression fix] really dumb fuckup in sparc64 __csum_partial_copy() changes (2020-12-08 16:37:47 -0500) ---------------------------------------------------------------- Al Viro (1): [regression fix] really dumb fuckup in sparc64 __csum_partial_copy() changes arch/sparc/lib/csum_copy.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)