Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp2423714imc; Tue, 12 Mar 2019 13:35:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqwIS1WPZoX+6e/ee3S5TNQ8otnUUWK5cgAqGhgfW7p4Wpc7d65ukSQzkXmu8QicScRsABT+ X-Received: by 2002:a65:50cc:: with SMTP id s12mr36423516pgp.130.1552422940742; Tue, 12 Mar 2019 13:35:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552422940; cv=none; d=google.com; s=arc-20160816; b=hy3Wor4f/9MPNLEexqHP1mOtJWLwUW2sv1o3MoqPZIAzaZovxkeKAsdNx8uvdBDJhw uENuBfJbo638UDtS1GotqO3aRY8Atue4wvn3bQloGGiGKFOOUymEU/5stn1Sr4qPvwTP hZAzgKvx/NdwPIM80+oI18hECCe9kGGzNfDFPk5RJq7n0aHPtufdhZxsi0dEYa5nQtUT dVTnVEEX3SiWmhpMnGC64L/qA6HV1kdXoBtnbpZjM3s3xswfblZirIu9UYucPMnAt634 96akr6J6qhGcK83Z5mU7pdw1jG7lU6SNcbyf5aH58Op4xvR4o7n0TMGyhtm8/wAH7UAv g3vw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=lnw/i8+cwkwS041v7FVN5RKf/++KHvsp9rzwYmaSjcA=; b=RWVdxGiYjq/ti87Zs+0H+Z7WfPrXxmx/jikHh0BZUlnLbBnr9H8v3DI3nCzA+bd9vV /GBiqib63z2hQoqApVp0K8yLSxTdlRBFPVVgZfHyM222vU8xkLAxs6Gt0z7ooSUMJLsK hYCGa6rYEngixmXTvhnmSFFa7w51f4JxqsXt+EolvNbXuxle2kV+tqXBlhxCrqGkV2Rf IhO4ORH6bETwmXn3TWEw6g7NmkE/UxfGkVKaZpVr/u8EeyW5EWo7wiFyMCSVVGX2C+vA 0+MN4xTJWTbV3KxdoJFSHYKELc0oRAYDZ5iuPa2ki2P0KeGUXJM3jOk2/ae/6rw2eZ8H drsQ== 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 m24si8992666pls.211.2019.03.12.13.35.25; Tue, 12 Mar 2019 13:35:40 -0700 (PDT) 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 S1727340AbfCLUel (ORCPT + 99 others); Tue, 12 Mar 2019 16:34:41 -0400 Received: from ipmail01.adl6.internode.on.net ([150.101.137.136]:56731 "EHLO ipmail01.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726527AbfCLUek (ORCPT ); Tue, 12 Mar 2019 16:34:40 -0400 Received: from ppp59-167-129-252.static.internode.on.net (HELO dastard) ([59.167.129.252]) by ipmail01.adl6.internode.on.net with ESMTP; 13 Mar 2019 07:04:36 +1030 Received: from dave by dastard with local (Exim 4.80) (envelope-from ) id 1h3o6e-0001QJ-6W; Wed, 13 Mar 2019 07:34:36 +1100 Date: Wed, 13 Mar 2019 07:34:36 +1100 From: Dave Chinner To: Dan Williams Cc: Jerome Glisse , Andrew Morton , Linux MM , Linux Kernel Mailing List , Ralph Campbell , John Hubbard , linux-fsdevel Subject: Re: [PATCH 09/10] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem Message-ID: <20190312203436.GE23020@dastard> References: <20190305141635.8134e310ba7187bc39532cd3@linux-foundation.org> <20190307094654.35391e0066396b204d133927@linux-foundation.org> <20190307185623.GD3835@redhat.com> <20190312152551.GA3233@redhat.com> <20190312190606.GA15675@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 12, 2019 at 12:30:52PM -0700, Dan Williams wrote: > On Tue, Mar 12, 2019 at 12:06 PM Jerome Glisse wrote: > > On Tue, Mar 12, 2019 at 09:06:12AM -0700, Dan Williams wrote: > > > On Tue, Mar 12, 2019 at 8:26 AM Jerome Glisse wrote: > [..] > > > > Spirit of the rule is better than blind application of rule. > > > > > > Again, I fail to see why HMM is suddenly unable to make forward > > > progress when the infrastructure that came before it was merged with > > > consumers in the same development cycle. > > > > > > A gate to upstream merge is about the only lever a reviewer has to > > > push for change, and these requests to uncouple the consumer only > > > serve to weaken that review tool in my mind. > > > > Well let just agree to disagree and leave it at that and stop > > wasting each other time > > I'm fine to continue this discussion if you are. Please be specific > about where we disagree and what aspect of the proposed rules about > merge staging are either acceptable, painful-but-doable, or > show-stoppers. Do you agree that HMM is doing something novel with > merge staging, am I off base there? I expect I can find folks that > would balk with even a one cycle deferment of consumers, but can we > start with that concession and see how it goes? I'm missing where I've > proposed something that is untenable for the future of HMM which is > addressing some real needs in gaps in the kernel's support for new > hardware. /me quietly wonders why the hmm infrastructure can't be staged in a maintainer tree development branch on a kernel.org and then all merged in one go when that branch has both infrastructure and drivers merged into it... i.e. everyone doing hmm driver work gets the infrastructure from the dev tree, not mainline. That's a pretty standard procedure for developing complex features, and it avoids all the issues being argued over right now... Cheers, Dave/ -- Dave Chinner david@fromorbit.com