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=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 AF111C3A5A7 for ; Tue, 3 Sep 2019 06:24:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7BE5520882 for ; Tue, 3 Sep 2019 06:24:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="aqUrBKoG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727030AbfICGYO (ORCPT ); Tue, 3 Sep 2019 02:24:14 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:55242 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726408AbfICGYO (ORCPT ); Tue, 3 Sep 2019 02:24:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=klPLnvUccpQZCH53OTFKR/8SWIz98cjkWp1cNaTwaYM=; b=aqUrBKoGkBk7RUTs21xZC4EVv 9k6eFLV+fp4QiCehIZ4ZlNYiwqFizUuP/T6KN2VWtM5ELjHGBRn2vKIIxLPAD8bxMvHLEQ5QvGKX6 //PJXptSFd6m/ndGn2oMdcE6+YS5o/T21eeAtaVB1YmCpW1EsU6A2+zWzlhFPW7SDsphSX8EvWAuk 8SyBaDUTz2YOm0vU0Z9oVWzzJGfBFNpzGrYtmH62bNb291Ohud2hV7/cGrEG5NqHQzDE4RZPDz7nV 5yOo8/ed+TfQepmmDHJ+noMZxo2XL+wM2qduty9nCxmzMGX+dXjBnTS070R3pubpCdqmKB5luxqUr p3ON6jnig==; Received: from hch by bombadil.infradead.org with local (Exim 4.92 #3 (Red Hat Linux)) id 1i52Ed-00027p-Uv; Tue, 03 Sep 2019 06:24:11 +0000 Date: Mon, 2 Sep 2019 23:24:11 -0700 From: Christoph Hellwig To: Damien Le Moal Cc: Christoph Hellwig , "Darrick J. Wong" , "linux-fsdevel@vger.kernel.org" , "linux-xfs@vger.kernel.org" , Johannes Thumshirn , Naohiro Aota , Dave Chinner , Hannes Reinecke , Matias Bjorling Subject: Re: [PATCH V4] fs: New zonefs file system Message-ID: <20190903062411.GA7944@infradead.org> References: <20190826065750.11674-1-damien.lemoal@wdc.com> <20190903032601.GV5354@magnolia> <20190903061602.GB26583@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Sep 03, 2019 at 06:21:38AM +0000, Damien Le Moal wrote: > On 2019/09/03 15:16, Christoph Hellwig wrote: > > On Mon, Sep 02, 2019 at 08:26:01PM -0700, Darrick J. Wong wrote: > >> > >> Given that the merge window apparently won't close until Sept. 29, that > >> gives us more time to make any more minor tweaks. > > > > I think 5.3 final should be out at about Sep 15. Isn't that the > > traditional definition of closing the merge window? > > > > If we have an rc8, yes, 5.3 final will be on Sep 15. And then the merge window > for 5.4 opens for 2 weeks until Sep 29, no ? I've always considered the merge window the time to queue up patches in the maintainer trees, which would end with the release of the previous release.