Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp1966322imm; Wed, 16 May 2018 05:59:28 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqVO68pYVPwhOADaQq+jktvdF7LQdyPYw4cssg9tvykjtmdjEq5lkAUgo098TlsmhU1Hb1s X-Received: by 2002:a62:e50d:: with SMTP id n13-v6mr853690pff.125.1526475568431; Wed, 16 May 2018 05:59:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526475568; cv=none; d=google.com; s=arc-20160816; b=iFs5HjvswlOTpbW29q24DFMVqgNbvE5IOohbFJ9HzIkGSXJQkdNR3nFLA6565dnEBo 9anR4wzyBxlXxtKZ+szF1zSUC5OoYIUz/BULwKTDPGmBtkzxvR82kZNNzFjQzZsqGT2Y DGqmrxCkt4CZc/MPoJU2oao4Qi/wY8EDonBr+anJeWREmK7e56pQLRgA9YARAbE8XVs/ 5Zrg7I8OVQEER2/Dqtx9Q9o2fNUFltJ6NLo9Wv9FqyzUe5gS7zN1MoAAyqjxyowd7Q1T 7xIXGd3DdevO42jqU8xN5jVhh4ukhdlqYRhC0Xq9hhdYvq9mJ6DP71bfeK0C+eNc3AtF wgkg== 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:arc-authentication-results; bh=0u/wqyT3D+rh2Q2UCU0ZevCCwQxPEosw4Hk2k5i05uM=; b=dbr0ONYHpjSAR7jWrXMNUxO/8JJHAI0g9ppYhRZwr5Zu554MgZa9+i3dNHWzIHFflA bLY1GjoPrhwV6wuUZQVyqBmeZtY/WRu02NdrwModgV0aq5LC4zt9Nd2hxsPExJ0YowrN 7CaAuuDPh8X00PLKOTMrEd8vriGHPWw2J0HKB0UwW7dpJtapKQVNSbju14OSORngNn02 1/SvC0A7NktEJcMFFkKFarM7WD0UC0SSAbb64rxK7f/OCC5pYsHq7qSQeRzoGc/jBkI6 bkZtVkkctfwH/piBnmcffI3ptAHh1JyTrojwmBl2WR08VrXicu+biIBgASfBYU0NwA4/ rzjA== 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 t6-v6si1991195pgp.594.2018.05.16.05.59.13; Wed, 16 May 2018 05:59:28 -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 S1752483AbeEPM6q (ORCPT + 99 others); Wed, 16 May 2018 08:58:46 -0400 Received: from verein.lst.de ([213.95.11.211]:47466 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752407AbeEPM6n (ORCPT ); Wed, 16 May 2018 08:58:43 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id C278068D49; Wed, 16 May 2018 15:03:09 +0200 (CEST) Date: Wed, 16 May 2018 15:03:09 +0200 From: Christoph Hellwig To: Matthew Wilcox Cc: Christoph Hellwig , Souptick Joarder , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, devel@lists.orangefs.org, ceph-devel@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, ocfs2-devel@oss.oracle.com, linux-mtd@lists.infradead.org, dri-devel@lists.freedesktop.org, lustre-devel@lists.lustre.org, linux-arm-kernel@lists.infradead.org, linux-s390@vger.kernel.org Subject: Re: vm_fault_t conversion, for real Message-ID: <20180516130309.GB32454@lst.de> References: <20180516054348.15950-1-hch@lst.de> <20180516112347.GB20670@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180516112347.GB20670@bombadil.infradead.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 16, 2018 at 04:23:47AM -0700, Matthew Wilcox wrote: > On Wed, May 16, 2018 at 07:43:34AM +0200, Christoph Hellwig wrote: > > this series tries to actually turn vm_fault_t into a type that can be > > typechecked and checks the fallout instead of sprinkling random > > annotations without context. > > Yes, why should we have small tasks that newcomers can do when the mighty > Christoph Hellwig can swoop in and take over from them? Seriously, > can't your talents find a better use than this? I've spent less time on this than trying to argue to you and Souptick that these changes are only to get ignored and yelled at as an "asshole maintainer". So yes, I could have done more productive things if you hadn't forced this escalation.