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=-5.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 6D0DBC433FE for ; Tue, 8 Dec 2020 20:21:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39E0B23A53 for ; Tue, 8 Dec 2020 20:21:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731378AbgLHUQM (ORCPT ); Tue, 8 Dec 2020 15:16:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:34112 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731125AbgLHUO0 (ORCPT ); Tue, 8 Dec 2020 15:14:26 -0500 Date: Tue, 8 Dec 2020 20:49:56 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607456918; bh=fVuT0f/k7wNMSytrCZt2RdlSHHbmk3oh0C5hQ/KHqAM=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=jOAjwlFc6AKEDgOZAKZ413OBcPqthc1QuRJ6L7zvwjcM86KI9UXhpKIX1X9OL3AUF jh5dn/VYBleIOhfrRzFbuU4dCDSfCppl2e3nuNunkFJIc0Tn5r6OVDp6vdE8BqK/kN UkEjdyHX3kUyzMiuyl/JaqJxI2jdxKIRoy+sPk1k= From: Greg KH To: Linus Torvalds Cc: Christoph Hellwig , Al Viro , Nathan Chancellor , Alexey Dobriyan , linux-fsdevel , Linux Kernel Mailing List , kys@microsoft.com, haiyangz@microsoft.com, Stephen Hemminger , Wei Liu , linux-hyperv@vger.kernel.org Subject: Re: [PATCH 1/6] seq_file: add seq_read_iter Message-ID: References: <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> <20201127162902.GA11665@lst.de> <20201208163552.GA15052@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Tue, Dec 08, 2020 at 10:34:45AM -0800, Linus Torvalds wrote: > On Tue, Dec 8, 2020 at 8:35 AM Christoph Hellwig wrote: > > > > > > Shouldn't this go to Linus before v5.10 is released? > > > > ping? > > So by now I'm a bit worried about this series, because the early fixes > caused more problems than the current state. > > So considering the timing and Al having been spotty, I think this is > post-5.10 and marked for stable. If you want some sort of "do these really work" validation, these have been running for a while now in the android 5.10-rc kernels just fine, as I cherry-picked the patches there to get past their testing issues. But if you want to wait until after 5.10 is out, that's fine with me too, it's up to Al. thanks, greg k-h