Received: by 10.192.165.148 with SMTP id m20csp2876249imm; Mon, 7 May 2018 02:41:52 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoVscuOwK+HAKqM348ZzrkfupaEfSaulkb09nRashtUNA1XIQ/9VjbQ3WhZV2uHPkkSukb0 X-Received: by 10.98.190.16 with SMTP id l16mr13678424pff.180.1525686112723; Mon, 07 May 2018 02:41:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525686112; cv=none; d=google.com; s=arc-20160816; b=kpajX4Y322f3+i9wj7RyaXzHJf/ZAlKsrBKZNV3pdHOG61xsEy3pz9hAN24oeXLmyp IiHt5F5OgW0F2nCAOTouaJAyLE0bHXheP1I+2o5ferxv4KdVSxrAIlJLzi70pcx+uLRL HEHihVZW2AIAUPnJw5N978yZRiEPihz2AmMdfIdQ8nOW4AYcWADMnHK284Ygyu8nK+87 MgHXBtuj/OS+lp4dS6Kd1xSkEoYFwJ2aGIWuotyviyDzPWTATNrtNHA8PNUTok68tjnB /IqVdprbT6KAbjtA74pZl5szTj1kAKhXh8iwpzPN+ny098nAV1/XIPNUf8Is+kT+pY6y RDNQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=OkAwhIw1jdB81q8Di2TK2XvuwDyDZTJNRNFRpotg9Zw=; b=M44ZcQwKieb19/kk3OrS+U2DRmSOi46FQqdc5mtnLZXMPHvR71PgDLaYqXHTbzwb1D Zdj7HiqShnQK65fxxNLznlS0Nx0H4BK5mF0P+QiQeSI3QV5N0yLaCEpQ6HI/O6BXYK41 rqO1HFmXPPGcRfLN9pWbJYE8vM32dpX8e919NLDnNEpJaJgtMa2dxJ8hP/KeQo7QAWQP MMNolT4GrPeGl5DoQKaXBxlNuZjnFIJsyvCROfcr0+HBdmjEFDt+KLwO6IF1FYGLk3Uy rTnwWcU9xA5JHje4m5FBSRJnrdocoWbZaZAL6FxrKf5dXQ1imaU94PD/71KvBvexqTC8 nk8Q== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b35-v6si21609956plh.36.2018.05.07.02.41.38; Mon, 07 May 2018 02:41:52 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752098AbeEGJkQ (ORCPT + 99 others); Mon, 7 May 2018 05:40:16 -0400 Received: from osg.samsung.com ([64.30.133.232]:52363 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752443AbeEGJgF (ORCPT ); Mon, 7 May 2018 05:36:05 -0400 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id 18AB32342B; Mon, 7 May 2018 02:36:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d4qnUOYQGV1v; Mon, 7 May 2018 02:36:04 -0700 (PDT) Received: from smtp.s-opensource.com (177.41.109.86.dynamic.adsl.gvt.net.br [177.41.109.86]) by osg.samsung.com (Postfix) with ESMTPSA id 45515233E0; Mon, 7 May 2018 02:36:01 -0700 (PDT) Received: from mchehab by smtp.s-opensource.com with local (Exim 4.90_1) (envelope-from ) id 1fFcYo-00087U-Rm; Mon, 07 May 2018 06:35:58 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Michael Jamet , Mike Rapoport , Andreas Noever , Mika Westerberg , Kees Cook Subject: [PATCH 06/18] docs: core-api: add cgroup-v2 documentation Date: Mon, 7 May 2018 06:35:42 -0300 Message-Id: X-Mailer: git-send-email 2.17.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The cgroup-v2.txt is already in ReST format. So, move it to the core-api guide, where it belongs. Signed-off-by: Mauro Carvalho Chehab --- Documentation/00-INDEX | 2 -- Documentation/{cgroup-v2.txt => admin-guide/cgroup-v2.rst} | 0 Documentation/admin-guide/index.rst | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) rename Documentation/{cgroup-v2.txt => admin-guide/cgroup-v2.rst} (100%) diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 04074059bcdc..c6b81ef9827b 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX @@ -80,8 +80,6 @@ cdrom/ - directory with information on the CD-ROM drivers that Linux has. cgroup-v1/ - cgroups v1 features, including cpusets and memory controller. -cgroup-v2.txt - - cgroups v2 features, including cpusets and memory controller. circular-buffers.txt - how to make use of the existing circular buffer infrastructure clk.txt diff --git a/Documentation/cgroup-v2.txt b/Documentation/admin-guide/cgroup-v2.rst similarity index 100% rename from Documentation/cgroup-v2.txt rename to Documentation/admin-guide/cgroup-v2.rst diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 52eb3408f9a0..48d70af11652 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -48,6 +48,7 @@ configure specific aspects of kernel behavior to your liking. :maxdepth: 1 initrd + cgroup-v2 serial-console braille-console parport -- 2.17.0