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=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 D89E5C4361B for ; Tue, 8 Dec 2020 21:49:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A8B3321D7F for ; Tue, 8 Dec 2020 21:49:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730147AbgLHVtK (ORCPT ); Tue, 8 Dec 2020 16:49:10 -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-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Date: Tue, 08 Dec 2020 21:48:23 +0000 Subject: [git pull] [brown paperbag] regression in sparc64 this cycle Message-Id: <20201208214823.GJ3579531@ZenIV.linux.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: sparclinux@vger.kernel.org, linux-kernel@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(-)