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=-3.9 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 1B898C55178 for ; Tue, 27 Oct 2020 19:01:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B699620878 for ; Tue, 27 Oct 2020 19:01:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="ITgfknbV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1829228AbgJ0TBy (ORCPT ); Tue, 27 Oct 2020 15:01:54 -0400 Received: from mail-oi1-f194.google.com ([209.85.167.194]:34500 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S371431AbgJ0TB1 (ORCPT ); Tue, 27 Oct 2020 15:01:27 -0400 Received: by mail-oi1-f194.google.com with SMTP id z23so2407030oic.1 for ; Tue, 27 Oct 2020 12:01:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=M/ppSbcOSIkyb0WLxSLtuLH+l8WQbDgVdPBCEGLhzkg=; b=ITgfknbVMZfp35lpmLI31j4Nz1iCLqIjRADmmwWUK5/lEwTGJCtZuIg7KxFWy7ItTQ hfI9rUKmuyCzK+NN6zramPdeJQr3T/y85wtC502Wh1aA+EVeb5zEhSA9pSEyllBQ0ubV 93+c6QQRkdWNThoyRK6g0NvSsnUYPyNsOg5A0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=M/ppSbcOSIkyb0WLxSLtuLH+l8WQbDgVdPBCEGLhzkg=; b=WVcTFdCFOMpI3F8S9XO6wUZTUVhd0DanrcyRlDHOrwQs3OvCqPkK4gqUDUzHX7/qbB zbPGxp17x9teTDEFyDOOZ95yPOlyRj8pv8uoVTd23mDSPHXbs6ARDn2Z/JqdcA31blat OTU/Z/DUj/U5vj1S9FBVHzUvcqOJWMzz2T4T+NNL/h3QCmmFq701+9lAlF+xdAxTsj/v ctxXyqhZWy+TE5VbnPD40OQMtjc4a7Qcn7S85VNlwy0SmTMDtnmixl/voyo2c9THhoVM brNB25SgkhAl6y1VcW9VxGpBBTtYlpSAj6S9a6qTwlku1CJRCBstERXtIShwQARCPG53 MtBA== X-Gm-Message-State: AOAM532R3MvCqbduSqgsXSAUsMMS2zZoDCv3B7+nqjBtgOnAgmlJujjJ IZpHG6P3k4SdWjwCME2I49NNxU8pg3ziuSN5r5UwUQ== X-Google-Smtp-Source: ABdhPJwHcWbTJCbJ7AAyjVib0AGCCVAs4xDrwxrSwOfpPtT8albuTTgqSli8X5JVplvyhTsqPY2DxlaYLA/ZcsBiLvA= X-Received: by 2002:aca:39d6:: with SMTP id g205mr2530848oia.14.1603825286633; Tue, 27 Oct 2020 12:01:26 -0700 (PDT) MIME-Version: 1.0 References: <20201021163242.1458885-1-daniel.vetter@ffwll.ch> <20201023122216.2373294-1-daniel.vetter@ffwll.ch> <20201023122216.2373294-3-daniel.vetter@ffwll.ch> <20201027185100.GD12824@infradead.org> In-Reply-To: <20201027185100.GD12824@infradead.org> From: Daniel Vetter Date: Tue, 27 Oct 2020 20:01:15 +0100 Message-ID: Subject: Re: [PATCH 03/65] mm: Track mmu notifiers in fs_reclaim_acquire/release To: Christoph Hellwig Cc: DRI Development , Intel Graphics Development , linux-fsdevel@vger.kernel.org, Dave Chinner , Qian Cai , linux-xfs@vger.kernel.org, "Thomas Hellstr??m" , Andrew Morton , Jason Gunthorpe , Linux MM , linux-rdma , Maarten Lankhorst , "Christian K??nig" , Daniel Vetter Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Tue, Oct 27, 2020 at 7:51 PM Christoph Hellwig wrote: > Is there a list that has the cover letter and the whole series? > I've only found fragments (and mostly the same fragments) while > wading through my backlog in various list folders.. Typoed git send-email command that I only caught half-way through. I tried to reply with apologies in a few spots, I guess I didn't cover all the lists this spams :-/ The patch itself is still somewhere on my todo to respin, I want to pep it up with some testcases since previous version was kinda badly broken. Just didn't get around to that yet. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch