From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4uZd-0007vF-Cy for qemu-devel@nongnu.org; Fri, 04 Dec 2015 12:55:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4uZY-0000UE-DB for qemu-devel@nongnu.org; Fri, 04 Dec 2015 12:55:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4uZY-0000Th-8n for qemu-devel@nongnu.org; Fri, 04 Dec 2015 12:55:08 -0500 Date: Fri, 4 Dec 2015 18:55:03 +0100 From: Andrea Arcangeli Message-ID: <20151204175503.GZ29105@redhat.com> References: <1431624680-20153-1-git-send-email-aarcange@redhat.com> <1431624680-20153-2-git-send-email-aarcange@redhat.com> <55F29513.4030503@gmail.com> <5661B62B.2020409@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5661B62B.2020409@gmail.com> Subject: Re: [Qemu-devel] [PATCH 01/23] userfaultfd: linux/Documentation/vm/userfaultfd.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael Kerrisk (man-pages)" Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, Sanidhya Kashyap , Dave Hansen , zhang.zhanghailiang@huawei.com, Pavel Emelyanov , Hugh Dickins , Mel Gorman , "Huangpeng (Peter)" , "Dr. David Alan Gilbert" , Andres Lagar-Cavilla , "Kirill A. Shutemov" , linux-mm@kvack.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Lutomirski , Johannes Weiner , Paolo Bonzini , Andrew Morton , Linus Torvalds , Peter Feiner Hello Michael, On Fri, Dec 04, 2015 at 04:50:03PM +0100, Michael Kerrisk (man-pages) wrote: > Hi Andrea, > > On 09/11/2015 10:47 AM, Michael Kerrisk (man-pages) wrote: > > On 05/14/2015 07:30 PM, Andrea Arcangeli wrote: > >> Add documentation. > > > > Hi Andrea, > > > > I do not recall... Did you write a man page also for this new system call? > > No response to my last mail, so I'll try again... Did you > write any man page for this interface? I wished I would answer with the manpage itself to give a more satisfactory answer, but answer is still no at this time. Right now there's the write protection tracking feature posted to linux-mm and I'm currently reviewing that. It's worth documenting that part too in the manpage as it's going to happen sooner than later. Lack of manpage so far didn't prevent userland to use it (qemu postcopy is already in upstream qemu and it depends on userfaultfd), nor review of the code nor other kernel contributors to extend the syscall API. Other users started testing the syscall too. This is just to explain why unfortunately the manpage didn't get the top priority yet, but nevertheless the manpage should happen too and it's important. Advice on how to proceed is welcome. Thanks, Andrea