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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 EBF5BC35249 for ; Sun, 2 Feb 2020 15:19:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CBA7120658 for ; Sun, 2 Feb 2020 15:19:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726921AbgBBPTl (ORCPT ); Sun, 2 Feb 2020 10:19:41 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:20784 "EHLO mout-p-101.mailbox.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726837AbgBBPTl (ORCPT ); Sun, 2 Feb 2020 10:19:41 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 489ZPk12h2zKmVh; Sun, 2 Feb 2020 16:19:38 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id LvqAQQwTW8vU; Sun, 2 Feb 2020 16:19:33 +0100 (CET) From: Aleksa Sarai To: Al Viro , Michael Kerrisk Cc: Aleksa Sarai , Christian Brauner , Aleksa Sarai , linux-man@vger.kernel.org, linux-api@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH man-pages v2 0/2] document openat2(2) Date: Mon, 3 Feb 2020 02:19:05 +1100 Message-Id: <20200202151907.23587-1-cyphar@cyphar.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Patch changelog: v2: * Updated based on the new (now-merged) structure layout and semantics. v1: * Updated based on Kerrisk's review. RFC: Now that openat2(2) has landed in Linus's tree[1], here is the associated man-page changes to document it. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b55eef872a96738ea9cb35774db5ce9a7d3a648f Aleksa Sarai (2): path_resolution.7: update to mention openat2(2) features openat2.2: document new openat2(2) syscall man2/open.2 | 17 ++ man2/openat2.2 | 471 +++++++++++++++++++++++++++++++++++++++++ man7/path_resolution.7 | 56 +++-- 3 files changed, 526 insertions(+), 18 deletions(-) create mode 100644 man2/openat2.2 -- 2.25.0