Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1714939pxb; Fri, 13 Nov 2020 23:04:59 -0800 (PST) X-Google-Smtp-Source: ABdhPJxG5DlLHYD+EOCil9pU+8Dva+j3C0cwwv/bfTZsCfCXraK8ZruzUH54btjzDhXPdqS/M7ir X-Received: by 2002:a17:906:519b:: with SMTP id y27mr5432717ejk.25.1605337499573; Fri, 13 Nov 2020 23:04:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605337499; cv=none; d=google.com; s=arc-20160816; b=kYNztrM9r8s1wuAEnkni33V9+DMs1SenfHXI2c0JmdYNuGPKRwp77Qji9gfMuKlwaK JetYx2hdX6yM1q0eaK1MK3zLKFvSZmdSj5/zByn6y/Y0eYJTYQauiWIog8OL83GwrZLE 6PIlA3Slz1L5iMPmwifqdngNwYrxvwfMsPgeNm2tNtX5hsUpVPg4EmY5hHUNKatQBKwc 88CZA+ba0XGmb4g6PM3lahWK/QKnQoBy7K8oo8cp5T8XAtXpSL8vzlGDa1PPEUedfzsV 7tmIIbqQTQv08mPC1rLxHc+aSukS+MrIHT+pjc/E53pVWLaECt+xpf9wF/OGH0wC8uET haCQ== 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=JtjdoqKbQojO9HMgkleCK97utYFCB5wJ1s155Jjhkb0=; b=fTJqptDqgTXNGaujgJ8PoWFRjgeb0pjSH47E21SHnmegxd8I+xKzXfi3HQM7Uok9L3 FtMIivi9pPR2n/hWFFOy8pB4JdxAou+wfXdi8xBbKE/Wp7EXkUPB4Hy9bD2BkYttUY26 QZzbS4hoVj1rqVuy3XLgNRwUrQ2MLgQqM7jRYPnrV81kzS9fZLQvSuB57zuM5gLZpM5n klfI7u9chHP2MwAkVm38oTQiU4MXNyE3cx9LkoNV+cvODec8DkDj/J6NzCuvyNVDHI2e 7WYkSM+iQqin6/Ja0Cg+8FCtCA75rp28oRTIYaHBAPkjm2sDfrG2Cgq/G8KuZW47SkJ5 87QQ== 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 a5si285282ejs.534.2020.11.13.23.04.36; Fri, 13 Nov 2020 23:04:59 -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 S1726524AbgKNHAc (ORCPT + 99 others); Sat, 14 Nov 2020 02:00:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726133AbgKNHAb (ORCPT ); Sat, 14 Nov 2020 02:00:31 -0500 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9674AC0613D1; Fri, 13 Nov 2020 23:00:30 -0800 (PST) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kdpXt-005eQp-NU; Sat, 14 Nov 2020 07:00:25 +0000 Date: Sat, 14 Nov 2020 07:00:25 +0000 From: Al Viro To: Nathan Chancellor Cc: Linus Torvalds , Christoph Hellwig , Greg KH , Alexey Dobriyan , linux-fsdevel , Linux Kernel Mailing List , kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, wei.liu@kernel.org, linux-hyperv@vger.kernel.org Subject: Re: [PATCH 1/6] seq_file: add seq_read_iter Message-ID: <20201114070025.GO3576660@ZenIV.linux.org.uk> References: <20201111215220.GA3576660@ZenIV.linux.org.uk> <20201111222116.GA919131@ZenIV.linux.org.uk> <20201113235453.GA227700@ubuntu-m3-large-x86> <20201114011754.GL3576660@ZenIV.linux.org.uk> <20201114030124.GA236@Ryzen-9-3900X.localdomain> <20201114035453.GM3576660@ZenIV.linux.org.uk> <20201114041420.GA231@Ryzen-9-3900X.localdomain> <20201114055048.GN3576660@ZenIV.linux.org.uk> <20201114061934.GA658@Ryzen-9-3900X.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201114061934.GA658@Ryzen-9-3900X.localdomain> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 13, 2020 at 11:19:34PM -0700, Nathan Chancellor wrote: > Assuming so, I have attached the output both with and without the > WARN_ON. Looks like mountinfo is what is causing the error? Cute... FWIW, on #origin + that commit with fix folded in I don't see anything unusual in reads from mountinfo ;-/ OTOH, they'd obviously been... creative with readv(2) arguments, so it would be very interesting to see what it is they are passing to it. I'm half-asleep right now; will try to cook something to gather that information tomorrow morning. 'Later...