Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2811503pxu; Mon, 7 Dec 2020 16:56:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJyyu+YyIjEwe8jMg/1/dmBsW/yHGE+ayifDRSr/9HxBgslnO79jXpmwSy8yrN3jO7aefJEw X-Received: by 2002:aa7:dac5:: with SMTP id x5mr22993352eds.198.1607388980951; Mon, 07 Dec 2020 16:56:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607388980; cv=none; d=google.com; s=arc-20160816; b=sG1rCZC4M1CuausWM86T6Haoez4ter0wYMOFNVe8ws76Cp2EMB0Ba9JkAcviS7J14I 8j7AhPPa9C1mVGypU2lgWd3nes0O9Xol5oOoTiwsM1AW+FTNvVfi6wCrfL9i+sMwnsKN wKXBCjXQpe5g3FQ41HQpUXp02+UUhoRMML1wSw2MfCiADKzZbLJOVNxovyv1yiYVL7mH okiS8wM8c4C7ZW7E/D2cb5ILNd4dRVfuiMhR0HsJmM39BX7PyX+OLaoFHPX7ZZI3wesT xZSRjNw8FFNLAnm4riMZsuZXyA6tINjWcNhhlJfVXRu1NruD14MgUSbYZPdzI3thjcuK Q7Gg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=E8pGRcOPgogw3h367wCQxXA1uKZy+WwPKrvrRuRUzcM=; b=csjqniE+g2nsOjpl5VKx7UdXCQSveJc8PnvU5rDQnijBGMJ2kwCzdk6UrBCoSNDtWS RBdgrwlkT8oD8OL2FKZ76neceImnFMEpui7PAduOAl1no5qz3AwV11RDqLCdVmB3fiEu cGUEoZPVNAYdiIF6rAxV+9h1usCDXU/ooMoMbA78Xmj7S97cZpjNMJbRiioRGuIIGms1 +KfoA7PHyGV3RSBO6/JCs+jgczk3qWomdCCOeSHJZMgWClHt7AuTuGNMEUyXuTm+DEWV N1RnZUwadY2Z4eMQeHcuEyZfBMGcbwM6Qb/1p8pTfQmkNSqIuMXuaKRwWTSKfSAhgjkt +QkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n17si3123871eja.271.2020.12.07.16.55.58; Mon, 07 Dec 2020 16:56:20 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728817AbgLHAnK (ORCPT + 99 others); Mon, 7 Dec 2020 19:43:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726231AbgLHAnK (ORCPT ); Mon, 7 Dec 2020 19:43:10 -0500 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DDA5C061749; Mon, 7 Dec 2020 16:42:29 -0800 (PST) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmR5H-00HIUX-3e; Tue, 08 Dec 2020 00:42:27 +0000 Date: Tue, 8 Dec 2020 00:42:27 +0000 From: Al Viro To: Anatoly Pugachev Cc: Sparc kernel list , debian-sparc , Linux Kernel list Subject: Re: [sparc64] current git kernel networking is broken Message-ID: <20201208004227.GF3579531@ZenIV.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 08, 2020 at 03:09:47AM +0300, Anatoly Pugachev wrote: > Hello! > > Sorry for the late report, being 5.10-rc7 is out, but current git > kernel (git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git) > is broken with the networking. It affects my openvpn tunnel and even > internet networking. > > ping to a local ethernet network (i.e. gateway ping) works, but i > cannot download files from the internet. > openvpn tunnel does not work. Could you check if the following typo fix is sufficient for your reproducer? diff --git a/arch/sparc/lib/csum_copy.S b/arch/sparc/lib/csum_copy.S index 0c0268e77155..d839956407a7 100644 --- a/arch/sparc/lib/csum_copy.S +++ b/arch/sparc/lib/csum_copy.S @@ -71,7 +71,7 @@ FUNC_NAME: /* %o0=src, %o1=dst, %o2=len */ LOAD(prefetch, %o0 + 0x000, #n_reads) xor %o0, %o1, %g1 - mov 1, %o3 + mov -1, %o3 clr %o4 andcc %g1, 0x3, %g0 bne,pn %icc, 95f