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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 12835C433E6 for ; Mon, 1 Mar 2021 22:25:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CCEA66023C for ; Mon, 1 Mar 2021 22:25:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238303AbhCAWY3 (ORCPT ); Mon, 1 Mar 2021 17:24:29 -0500 Received: from ms.lwn.net ([45.79.88.28]:44642 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238227AbhCAWVo (ORCPT ); Mon, 1 Mar 2021 17:21:44 -0500 Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2EDFD2B8; Mon, 1 Mar 2021 22:20:19 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 2EDFD2B8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1614637219; bh=6kRXwwaxFEtPBa+C5CSasyDpYyVF5qD9hdXkfVgVeXI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=HFhIv/ZvlhGFAT/a30UXqSg9wUcPZasMSutNqiCS6J06QYRRNvlzsQuHK+bdEtnGG /d8q4wYAWlGCiO+T2R9DCQAWbyPQvYpCSwc/EA/epIYecotE/zfLjEOFQtfSW6UcUM e3RNsQhdxMrZhGXo4+z5rS8NsQMGbbKKjQvrrJ9c4HFM53xuZR4RMp+eDOMqPZ2wVX VjuUae5KG1YpYtsrhqQgdSMglx62qGjQsJKJvyZ/3/tGx8lTQ2RUSnYkGg3fCw5nV0 zCry3YVpCp417qtegcv1hKsmoEz+0acu/3T8U9ytg6vL+nJqg6HNt2oE+UTpLLTZLs OORMeC6oW8Wdg== From: Jonathan Corbet To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Randy Dunlap , Andrey Vagin , Serge Hallyn , "Eric W . Biederman" , linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation: ioctl: add entry for nsfs.h In-Reply-To: <20210210182248.18101-1-rdunlap@infradead.org> References: <20210210182248.18101-1-rdunlap@infradead.org> Date: Mon, 01 Mar 2021 15:20:18 -0700 Message-ID: <87mtvm1pp9.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Randy Dunlap writes: > All userspace ioctls major/magic number should be documented in > Documentation/userspace-api/ioctl/ioctl-number.rst, so add > the entry for . > > Signed-off-by: Randy Dunlap > Cc: Andrey Vagin > Cc: Serge Hallyn > Cc: Eric W. Biederman > Cc: linux-doc@vger.kernel.org > Cc: Jonathan Corbet > --- > Feel free to modify the patch as needed. > > Probably don't need to backport: > # Fixes: 6786741dbf99 ("nsfs: add ioctl to get an owning user namespace for ns file descriptor") > > Documentation/userspace-api/ioctl/ioctl-number.rst | 1 + > 1 file changed, 1 insertion(+) Applied (rather belatedly, sorry). Thanks, jon