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=-6.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS 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 27278C4708F for ; Wed, 2 Jun 2021 22:36:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E07E613E9 for ; Wed, 2 Jun 2021 22:36:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229810AbhFBWhw (ORCPT ); Wed, 2 Jun 2021 18:37:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:44544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229604AbhFBWhu (ORCPT ); Wed, 2 Jun 2021 18:37:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id F22D9613D6; Wed, 2 Jun 2021 22:36:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1622673367; bh=GxpUd87XU+MpRXZ2PlmVvtGMToV2jbK/XAXadLJc3Ek=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=B0f90I0IPVDpINHUZhHINCCb4mVM7ylkWMMqbnJwDr0CcXwdyF3mCb8FmTmSk0Vdi VJQ+4HxM7CeXzFsx6Iqo8q1vVe2P78XqCP5xqESVQVT4DoBp9g9/ftL6Pve6SSYeUD iJzFOQbHveg39VR7xkrDaa63fDGZIHAtrOscrlWk= Date: Wed, 2 Jun 2021 15:36:06 -0700 From: Andrew Morton To: Peter Xu Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Axel Rasmussen , "Kirill A . Shutemov" , Hugh Dickins , Miaohe Lin , Mike Rapoport , Jerome Glisse , Andrea Arcangeli , Nadav Amit , Mike Kravetz , Jason Gunthorpe , Matthew Wilcox Subject: Re: [PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs Message-Id: <20210602153606.93cfe1dfdaa2e11a2d863df2@linux-foundation.org> In-Reply-To: References: <20210527201927.29586-1-peterx@redhat.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2 Jun 2021 10:40:04 -0400 Peter Xu wrote: > On Thu, May 27, 2021 at 04:19:00PM -0400, Peter Xu wrote: > > This is v3 of uffd-wp shmem & hugetlbfs support, which completes uffd-wp as a > > kernel full feature, as it only supports anonymous before this series. It's > > based on latest v5.13-rc3-mmots-2021-05-25-20-12. > > Andrew, > > Any suggestion on how I should move on with this series? > It is large, and thinly reviewed. I haven't seriously looked at it yet. If nothing much else happens I might toss it in there for some additional exposure but I do think more input from other developers is needed before we go further.