Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1352678ybl; Fri, 6 Dec 2019 16:01:41 -0800 (PST) X-Google-Smtp-Source: APXvYqxQxjyQex8CERT8rTnzl6Hw1uWpvxNM2AiXDxM3F4poRQJP1PQFezQ/A2rrT4/SR/713ezw X-Received: by 2002:aca:758c:: with SMTP id q134mr15259688oic.33.1575676901407; Fri, 06 Dec 2019 16:01:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575676901; cv=none; d=google.com; s=arc-20160816; b=ktla1nm6zDNPQherro2xvpnQeS5diMGeEtbvLaZBQnqmzTTGd2nqurkJW4rGwVyPnW lfm8LQvoRjP3OTmxARmZuGpFowQsVc8DxZFBVi71GMZm+m/2pZboBVBhYYmTJ2BoXmmk EY08x51hgjQ/Lumqr+oj5t9dQxUetLK+jcQakcnxVmHE029iFIhzDpLomYYpF2QqLQp4 dH+og2w/aO8DX1TkUyOMXozGJ3Y/XPGlsZ+H7kGij3SoGmjG1JDEJKpDw9bzhUIC7lKp p4WBm/e6niM++3tO2i5kwmLXCGJW8TS8bVlVUnXsApSRHr2l+ytJGh9OZPI6segpcceM 4a2w== 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=+aDe9JfgtggDKs2UoFXo09ywaOTM5Lqxi7FP2G9HVv8=; b=O67u+6bjD/NNq4deMgojEJsWQmCKkegLkaGwtG2yjeLiBSM6QOrpYGo8aUeNdhdl0B zEVrvCI6cx2AzIGGXzYDX8XlxF4A6Ed9fyMTO0K3IZ/4s0ucxM5uKKxp/6vyNZClABZt G98bDXqBMKo8ebX4xR4byKKDl/n2+OXz184yL7uYq9YhxhwHQd4dAaJbD0+A4RY8WsGl vxYa1g/YkpSRxz0NwK24f9BLPFsxHoijIZ2dUPGh1MQHw+scWphuj6pApZbyl3PZLEYo gs0ycja8SO0aOZ4bk1zrO1riOR/jFtMfyYM52FWAhKXUUdXQT5iBjMxRkl5ipzXHjltI JkHg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x7si7707798oto.264.2019.12.06.16.01.30; Fri, 06 Dec 2019 16:01:41 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726538AbfLGAAk (ORCPT + 99 others); Fri, 6 Dec 2019 19:00:40 -0500 Received: from freki.datenkhaos.de ([81.7.17.101]:60256 "EHLO freki.datenkhaos.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726386AbfLGAAk (ORCPT ); Fri, 6 Dec 2019 19:00:40 -0500 Received: from localhost (localhost [127.0.0.1]) by freki.datenkhaos.de (Postfix) with ESMTP id CB1941E3A93B; Sat, 7 Dec 2019 01:00:37 +0100 (CET) Received: from freki.datenkhaos.de ([127.0.0.1]) by localhost (freki.datenkhaos.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2hNPWD7c247u; Sat, 7 Dec 2019 01:00:35 +0100 (CET) Received: from latitude (x4db74696.dyn.telefonica.de [77.183.70.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by freki.datenkhaos.de (Postfix) with ESMTPSA; Sat, 7 Dec 2019 01:00:35 +0100 (CET) Date: Sat, 7 Dec 2019 01:00:30 +0100 From: Johannes Hirte To: Linus Torvalds Cc: David Howells , Rasmus Villemoes , Greg Kroah-Hartman , Peter Zijlstra , Nicolas Dichtel , raven@themaw.net, Christian Brauner , keyrings@vger.kernel.org, linux-usb@vger.kernel.org, linux-block , LSM List , linux-fsdevel , Linux API , Linux Kernel Mailing List Subject: Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2] Message-ID: <20191207000015.GA1757@latitude> References: <157186182463.3995.13922458878706311997.stgit@warthog.procyon.org.uk> <157186186167.3995.7568100174393739543.stgit@warthog.procyon.org.uk> <20191206214725.GA2108@latitude> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019 Dez 06, Linus Torvalds wrote: > On Fri, Dec 6, 2019 at 1:47 PM Johannes Hirte > wrote: > > > > This change breaks firefox on my system. I've noticed that some pages > > doesn't load correctly anymore (e.g. facebook, spiegel.de). The pages > > start loading and than stop. Looks like firefox is waiting for some > > dynamic loading content. I've bisected to this commit, but can't revert > > because of conflicts. > > Can you check the current git tree, and see if we've fixed it for you. > There are several fixes there, one being the (currently) topmost > commit 76f6777c9cc0 ("pipe: Fix iteration end check in > fuse_dev_splice_write()"). > > I _just_ pushed out that one, so check that you get it - it sometimes > takes a couple of minutes for the public-facing git servers to mirror > out. I doubt that's the one that would fix firefox, but still.. > > Linus Tested with 5.4.0-11505-g347f56fb3890 and still the same wrong behavior. Reliable testcase is facebook, where timeline isn't updated with firefox. -- Regards, Johannes Hirte