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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA8BCC43219 for ; Fri, 1 Apr 2022 03:09:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244399AbiDADLY (ORCPT ); Thu, 31 Mar 2022 23:11:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234366AbiDADLU (ORCPT ); Thu, 31 Mar 2022 23:11:20 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CE6519E087; Thu, 31 Mar 2022 20:09:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=RkeyC+eemFsHFgERqDNHUgz3EZ8gqraOmMP4ca8qnIg=; b=uaubqg4YzMTW6GJdZ14zolLLIX CRlUkvUM9UWeWpJ1fOqYsCB8+5J52u5KIr/zTHc0g/RPIsEz2QvKWLPv3qk96pTjlM6nUpn0k1XKk hJ1nAxaUJIzt33U8+3Jm5RR9NJX6JzvMnsQ4ttFieNocYeBRVZP4pfSfjaqQTwLjmw29hctbm1+y/ q9Dhx469VNkXLA2/wuVTS2kUqxUokkWBCyeJwXZEaAxgmWUmBLXY2dQOOe/xuZcbT2RSxcAPZJXqD AAU2llE5Ll3bFD1KTRmVYJO5milJX+9clyyoZy5IFEWTO0PYzEm2uIYbQppHQOLklgGNVvh/uCTj+ hOdhz2EQ==; Received: from [2601:1c0:6280:3f0::aa0b] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1na7fE-004MQM-Q7; Fri, 01 Apr 2022 03:09:29 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , linux-s390@vger.kernel.org, Steven Rostedt , Ingo Molnar , "David S. Miller" , sparclinux@vger.kernel.org, Michael Ellerman , linux-ia64@vger.kernel.org, "Rafael J. Wysocki" , Pavel Machek , Len Brown , linux-pm@vger.kernel.org, linux-acpi@vger.kernel.org, Johannes Weiner , Andrew Morton , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH v2] Documentation: kernel-parameters: alphabetize and misc. fixes Date: Thu, 31 Mar 2022 20:09:24 -0700 Message-Id: <20220401030927.12023-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org Alphabetize parts of kernel-parameters.txt. Alphabetize the "legends" in kernel-parameters.rst. Add a few and drop a few outdated legends. Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Alexander Gordeev Cc: Christian Borntraeger Cc: Sven Schnelle Cc: linux-s390@vger.kernel.org Cc: Steven Rostedt Cc: Ingo Molnar Cc: "David S. Miller" Cc: sparclinux@vger.kernel.org Cc: Michael Ellerman Cc: linux-ia64@vger.kernel.org Cc: "Rafael J. Wysocki" Cc: Pavel Machek Cc: Len Brown Cc: linux-pm@vger.kernel.org Cc: linux-acpi@vger.kernel.org Cc: Johannes Weiner Cc: Andrew Morton Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org [PATCH 1/3 v2] Docs: admin/kernel-parameters: edit a few boot options [PATCH 2/3 v2] Docs/admin: alphabetize some kernel-parameters (part 1) [PATCH 3/3] docs/admin: alphabetize parts of kernel-parameters.txt (part 2) Documentation/admin-guide/kernel-parameters.rst | 11 Documentation/admin-guide/kernel-parameters.txt | 298 +++++++------- 2 files changed, 156 insertions(+), 153 deletions(-)