Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1499164pxu; Fri, 27 Nov 2020 08:32:55 -0800 (PST) X-Google-Smtp-Source: ABdhPJzfapq3f6RAJMEemKzIvaCTS9jiGB7nhgTL8lSmsUtdnCGAzi++WvgIDkwWwFAaOEvhBFsj X-Received: by 2002:aa7:dc05:: with SMTP id b5mr8909962edu.47.1606494775015; Fri, 27 Nov 2020 08:32:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606494775; cv=none; d=google.com; s=arc-20160816; b=dsaAvuvNwrswOlbaJca7ne5otNF9orxalaQhb6DKRkW/F1u2nZFjvjhsr/7Z93f568 ydVl58Yg50IdwT1GFlE0gjNBL/AXd2qGcZ7JwJzvuC2O5KdRlako6L+h6r6jQR/WJSnX 7EUkjN+zkcfZonLKyM3nZpioS0h/204yyqMi59aDygZdiL88J6tMDzJ/weQH2DxiHZu1 ySATOaNevao2h22vSogzcwYz8mlILU8bkPM0KVdotlLpEQHGvH/L8+MIWAUCahfJW9Df BG/GrDOZzrxYe+kqK3srCch4dJhY/uU8iO8t3gut7kATAaUxjgopyZKPulf9C7ZDc2vU ivzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=TjfIxtBr1xOJwis2tYoQtI1npH68olM9Lks3TG4sJ0w=; b=hKJOWM8PYPI7HjrRU9Q1LoHi5ysDuV4q6pUJobXbshe0esF0mBIu5F3UBBnzdgA/0p WWQ4BxqSCg4ssiTXJJ9XeOGVXk6kmp6+3Z9gp1RY27tBtRqSGHQMm1Fr02VHqxaIy4vZ 5LR9WxVahjPagKW2CKVs5LWQIgZO7ETdaDYvFRuP0oWvjd2fH9jEWAwUMpMnCYN8+C6p 3oWgnm5qEi1dBH+VbuXhQJyBEplxQEU886xir7hcBZU2m4W9X8+VJkjPMSNe8xBl5qwl GUt2xCZYuJjceJwwiuTLUbG8h9ML2A/aUUJqARtCcV00W2pf4TDHaGG2yqApR0aARzUJ 41bQ== 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 u11si5675113edr.4.2020.11.27.08.32.31; Fri, 27 Nov 2020 08:32:55 -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 S1731305AbgK0Q3G (ORCPT + 99 others); Fri, 27 Nov 2020 11:29:06 -0500 Received: from verein.lst.de ([213.95.11.211]:38080 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731150AbgK0Q3G (ORCPT ); Fri, 27 Nov 2020 11:29:06 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 73FE668B05; Fri, 27 Nov 2020 17:29:03 +0100 (CET) Date: Fri, 27 Nov 2020 17:29:02 +0100 From: Christoph Hellwig To: Al Viro Cc: Nathan Chancellor , 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: <20201127162902.GA11665@lst.de> References: <20201114061934.GA658@Ryzen-9-3900X.localdomain> <20201114070025.GO3576660@ZenIV.linux.org.uk> <20201114205000.GP3576660@ZenIV.linux.org.uk> <20201115155355.GR3576660@ZenIV.linux.org.uk> <20201115214125.GA317@Ryzen-9-3900X.localdomain> <20201115233814.GT3576660@ZenIV.linux.org.uk> <20201115235149.GA252@Ryzen-9-3900X.localdomain> <20201116002513.GU3576660@ZenIV.linux.org.uk> <20201116003416.GA345@Ryzen-9-3900X.localdomain> <20201116032942.GV3576660@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201116032942.GV3576660@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 16, 2020 at 03:29:42AM +0000, Al Viro wrote: > > Still good. > > > > Tested-by: Nathan Chancellor > > Pushed into #fixes Shouldn't this go to Linus before v5.10 is released?