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=-4.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 5B4D5C4727D for ; Mon, 5 Oct 2020 07:33:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 134D520756 for ; Mon, 5 Oct 2020 07:33:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601883181; bh=gu2e4JQFDSqeZWow6iyo4Sn010Xx6I+yVapiH4qL/Pg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1fBS3jIWe64AUHGcffZCjZqTNRJ9cjCcOTMWFe6MbOHXCTOBLGfD1sN2DY8/R/Ua2 yUDSSGCeMTkWqRXJD/i5Omuj+WveHCo9D9QVb8RIpX1H+q+kbgrXsaVDvPaTUM5Z4A mx1hxXumWLQUtN9LguHx6GYYYrM0Emq8WY5ZqPlo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725885AbgJEHdA (ORCPT ); Mon, 5 Oct 2020 03:33:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:58048 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725870AbgJEHdA (ORCPT ); Mon, 5 Oct 2020 03:33:00 -0400 Received: from kernel.org (unknown [87.71.73.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1B3A2205F4; Mon, 5 Oct 2020 07:32:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601883179; bh=gu2e4JQFDSqeZWow6iyo4Sn010Xx6I+yVapiH4qL/Pg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rRppAU54V8DEObp+MMdOt/Qh6/tYptGxCZD0d0JUBUsgfjFRXBYR9T5DRxj3l7S37 MwsFewTjq6L/jeLT6JBFXNLQs8oMquIF/iKYT0EyoFb76l/4ucdWZqUZpBV5Z1a8sh 78sT/k94nxu5ViB56a1MsSarM7FzjYQx1SkG4Vb4= Date: Mon, 5 Oct 2020 10:32:42 +0300 From: Mike Rapoport To: Alejandro Colomar Cc: mtk.manpages@gmail.com, akpm@linux-foundation.org, arnd@arndb.de, bp@alien8.de, catalin.marinas@arm.com, cl@linux.com, dan.j.williams@intel.com, dave.hansen@linux.intel.com, david@redhat.com, elena.reshetova@intel.com, hpa@zytor.com, idan.yaniv@ibm.com, jejb@linux.ibm.com, kirill@shutemov.name, linux-api@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-man@vger.kernel.org, linux-mm@kvack.org, linux-nvdimm@lists.01.org, linux-riscv@lists.infradead.org, luto@kernel.org, mark.rutland@arm.com, mingo@redhat.com, palmer@dabbelt.com, paul.walmsley@sifive.com, peterz@infradead.org, rppt@linux.ibm.com, shuah@kernel.org, tglx@linutronix.de, tycho@tycho.ws, viro@zeniv.linux.org.uk, will@kernel.org, willy@infradead.org, x86@kernel.org Subject: Re: [PATCH] man2: new page describing memfd_secret() system call Message-ID: <20201005073242.GA4251@kernel.org> References: <20200924133513.1589-1-rppt@kernel.org> <94cf1b3a-e191-a896-a27d-cd7649cb2c59@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <94cf1b3a-e191-a896-a27d-cd7649cb2c59@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org Hi Alex, On Sat, Oct 03, 2020 at 11:32:43AM +0200, Alejandro Colomar wrote: > Hi Mike and Michael, I'll add the note to the man page, thanks! > Ping. :) > > Thanks, > > Alex > > On 2020-09-24 16:55, Alejandro Colomar wrote: > > * Mike Rapoport: > > > +.PP > > > +.IR Note : > > > +There is no glibc wrapper for this system call; see NOTES. > > > > You added a reference to NOTES, but then in notes there is nothing about > > it.  I guess you wanted to add the following to NOTES (taken from > > membarrier.2): > > > > .PP > > Glibc does not provide a wrapper for this system call; call it using > > .BR syscall (2). > > > > Cheers, > > > > Alex -- Sincerely yours, Mike.