From patchwork Thu Oct 3 19:09:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 175196 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp748856ill; Thu, 3 Oct 2019 12:09:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqwkSFN4nniVzNm7YjKi3P/VIHg2gzflGQlpWJg7ncx9IVYwPXjngpc/EipRiaK7hUZAh54i X-Received: by 2002:a50:c351:: with SMTP id q17mr11134164edb.123.1570129780271; Thu, 03 Oct 2019 12:09:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570129780; cv=none; d=google.com; s=arc-20160816; b=0gP2EnpQWtkuGmllAA/pnkBdDre/tOpd4/iqc28GzZ+KOWa7vwj9ExlTKHNk0enAEa SEHxa4Q61N3FVVvDQhqqniZ933L2+BVxBtk7FaNtGXDsezgTO1lUncIy8J+lH+sqEMX5 6aq/rK00E1eAkpp8sA1dnl0KnsGje3HlWo2x5oamaX08QU+DCWj8erXGs37q/p660pgW dVX+evfl0yGzIfakWKXv1NoowV1Pp+3WIIBcBWX4YHB3lN8hBVUmPRcL53KOMAao6F/Y xVteOqfnAa0+O/VxTMgGHpewRYlEp0Tz8V2QAuNbK29t5uWLto4ObPe7U0n5yywSFpc2 aC6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Kx0REyFfxCxtdvrW7ND3JAwXKuKw7O5AL13SfBJK99w=; b=DU4oAifenP3S2AcWmDk3CKX/rJv8CSx1OM0ph15VgMzK5DNaVrAExudUK+5op/Ok0Y ltd7fW3mWV/+GyG/zsPzhivde+8MkO50pEGOk5cZh1Q0C1s4rSndzPK0xD5yJCnhd1Lv 6n9In2Z7PKifD8xTx/Avdw8uAfUpagFlW27bU3ICr6gBBpGZEg0vkgojK1rm0eJuwnR3 tZsqCVbccHrKwQwBOY6UQKizBNJ2g1WqqFcBJ0J4JZmTFyHymRfc3q/ztH1IrIQU6btq geeAj+ElAxC8pLTHmFODH5pRVAkWX8dBzo/aqCqPcfMk0orJI0YvKjNxkCJFF9Yu4xEZ e38A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h58si2112271eda.191.2019.10.03.12.09.39; Thu, 03 Oct 2019 12:09:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387592AbfJCTJj (ORCPT + 27 others); Thu, 3 Oct 2019 15:09:39 -0400 Received: from ms.lwn.net ([45.79.88.28]:33710 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732733AbfJCTJb (ORCPT ); Thu, 3 Oct 2019 15:09:31 -0400 Received: from meer.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id 5A7077C0; Thu, 3 Oct 2019 19:09:30 +0000 (UTC) From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: Mauro Carvalho Chehab , Daniel Vetter , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH 1/2] docs: move botching-up-ioctls.rst to the process guide Date: Thu, 3 Oct 2019 13:09:20 -0600 Message-Id: <20191003190921.5141-2-corbet@lwn.net> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191003190921.5141-1-corbet@lwn.net> References: <20191003190921.5141-1-corbet@lwn.net> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is overall information for kernel developers, and not part of the user-space API. Cc: Daniel Vetter Signed-off-by: Jonathan Corbet --- Documentation/ioctl/index.rst | 1 - Documentation/{ioctl => process}/botching-up-ioctls.rst | 0 Documentation/process/index.rst | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/{ioctl => process}/botching-up-ioctls.rst (100%) -- 2.21.0 diff --git a/Documentation/ioctl/index.rst b/Documentation/ioctl/index.rst index 0f0a857f6615..475675eae086 100644 --- a/Documentation/ioctl/index.rst +++ b/Documentation/ioctl/index.rst @@ -9,7 +9,6 @@ IOCTLs ioctl-number - botching-up-ioctls ioctl-decoding cdrom diff --git a/Documentation/ioctl/botching-up-ioctls.rst b/Documentation/process/botching-up-ioctls.rst similarity index 100% rename from Documentation/ioctl/botching-up-ioctls.rst rename to Documentation/process/botching-up-ioctls.rst diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst index e2c9ffc682c5..e2c2cdaa93fa 100644 --- a/Documentation/process/index.rst +++ b/Documentation/process/index.rst @@ -57,6 +57,7 @@ lack of a better place. adding-syscalls magic-number volatile-considered-harmful + botching-up-ioctls clang-format .. only:: subproject and html From patchwork Thu Oct 3 19:09:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 175195 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp748789ill; Thu, 3 Oct 2019 12:09:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqwpnBHB280mUzzRhHDmy0FveNc/1TzJNBs4PCiJxOK8qi5JOrHV+HL0ERjLP9MRXcdOykfb X-Received: by 2002:a50:d758:: with SMTP id i24mr11091816edj.246.1570129776601; Thu, 03 Oct 2019 12:09:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570129776; cv=none; d=google.com; s=arc-20160816; b=UXOQ+SZPNu7rWjxoAeVg6CowxN4g/XFoFuVQVaqgvXihHLPcRtukFGMhwtHVqZwGNw i3/uXlwfiniVJHv3wBXzN8F9etxzx6o09qlehFrkuLGhRjyIdhf6X17Rdlmfv9PBpeP/ CBaTArJ/pKLtQpnz87JFH3PsJUU0AXSFjE/9D5BFP3fYWQZ5P4vrB2JhOZ/Xy7F4URV7 adyXkyS7Wjv0dVHGznyffAyYjjN9SU7nNXxrbVmpud3bjdfVIBkCMyzVMT/7Ci9ao/MJ fmt0FroeNBr4PVmASPEAnmIohnWlCsR0dBpLTPD19AnzyF+RoI5NJAYeajyyu0fbc0V8 JVOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Wxfwxn7nDVRqr5d76RHmpJ8OXixBb7BaCLD6DYOtNkk=; b=s1rrV19TERXqY1hGd2juaCYstmOp0wPDuNMgC2T+KgfUbzMY9FQRAiSPmjxL30jCUw lR5r2/ARwdJ/EBFUz8F4iTy/lOzrrkWG1zQKAFa3IwBYQJQm0jy3gG5dhuW5NnD6oDPW oR4AtR5kRAR549s92k/c6zLuOnkO6NEl0mfJKc+mFPG7n2jmOWPSnkd/pHMs1Pma0Jam TSuwy1KTSMJ66qp0NoJot3rHZk5ri/NWt4m39X/0/TJ6dgnYujG4V1U7LYpTgD1nfnPa NB/ZcB6zJhVdFC2/vxzK+Uu79x/3CDjMj+3Zfv4HR0KFM08sofDw/t5Ik6NGAUilk+RZ 7PVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h58si2112271eda.191.2019.10.03.12.09.35; Thu, 03 Oct 2019 12:09:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387497AbfJCTJf (ORCPT + 27 others); Thu, 3 Oct 2019 15:09:35 -0400 Received: from ms.lwn.net ([45.79.88.28]:33722 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729464AbfJCTJb (ORCPT ); Thu, 3 Oct 2019 15:09:31 -0400 Received: from meer.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id AF974740; Thu, 3 Oct 2019 19:09:30 +0000 (UTC) From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: Mauro Carvalho Chehab , Daniel Vetter , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH 2/2] docs: Move the user-space ioctl() docs to userspace-api Date: Thu, 3 Oct 2019 13:09:21 -0600 Message-Id: <20191003190921.5141-3-corbet@lwn.net> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191003190921.5141-1-corbet@lwn.net> References: <20191003190921.5141-1-corbet@lwn.net> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is strictly user-space material at this point, so put it with the other user-space API documentation. Signed-off-by: Jonathan Corbet --- Documentation/index.rst | 1 - Documentation/userspace-api/index.rst | 1 + Documentation/{ => userspace-api}/ioctl/cdrom.rst | 0 Documentation/{ => userspace-api}/ioctl/hdio.rst | 0 Documentation/{ => userspace-api}/ioctl/index.rst | 0 Documentation/{ => userspace-api}/ioctl/ioctl-decoding.rst | 0 Documentation/{ => userspace-api}/ioctl/ioctl-number.rst | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/{ => userspace-api}/ioctl/cdrom.rst (100%) rename Documentation/{ => userspace-api}/ioctl/hdio.rst (100%) rename Documentation/{ => userspace-api}/ioctl/index.rst (100%) rename Documentation/{ => userspace-api}/ioctl/ioctl-decoding.rst (100%) rename Documentation/{ => userspace-api}/ioctl/ioctl-number.rst (100%) -- 2.21.0 diff --git a/Documentation/index.rst b/Documentation/index.rst index b843e313d2f2..dbf0951a0abe 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -57,7 +57,6 @@ the kernel interface as seen by application developers. :maxdepth: 2 userspace-api/index - ioctl/index Introduction to kernel development diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index ad494da40009..e983488b48b1 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -21,6 +21,7 @@ place where this information is gathered. unshare spec_ctrl accelerators/ocxl + ioctl/index .. only:: subproject and html diff --git a/Documentation/ioctl/cdrom.rst b/Documentation/userspace-api/ioctl/cdrom.rst similarity index 100% rename from Documentation/ioctl/cdrom.rst rename to Documentation/userspace-api/ioctl/cdrom.rst diff --git a/Documentation/ioctl/hdio.rst b/Documentation/userspace-api/ioctl/hdio.rst similarity index 100% rename from Documentation/ioctl/hdio.rst rename to Documentation/userspace-api/ioctl/hdio.rst diff --git a/Documentation/ioctl/index.rst b/Documentation/userspace-api/ioctl/index.rst similarity index 100% rename from Documentation/ioctl/index.rst rename to Documentation/userspace-api/ioctl/index.rst diff --git a/Documentation/ioctl/ioctl-decoding.rst b/Documentation/userspace-api/ioctl/ioctl-decoding.rst similarity index 100% rename from Documentation/ioctl/ioctl-decoding.rst rename to Documentation/userspace-api/ioctl/ioctl-decoding.rst diff --git a/Documentation/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst similarity index 100% rename from Documentation/ioctl/ioctl-number.rst rename to Documentation/userspace-api/ioctl/ioctl-number.rst