From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A431B2590 for ; Sun, 22 Jan 2023 15:27:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28767C433EF; Sun, 22 Jan 2023 15:27:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674401227; bh=FIQV6KcGo55iSo1Y2cyFRHBj1zkF04Y/eXgXyMIcN4A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=N1WIbWZv1Pm7L6OQ1VEUoQKUhfbTcAnn0g1rQrhJ93F0XnGgj8b2niP98umceebqZ Vk7umbI0Xn9Z+sd8jcusCxQkqEjarBxozQFv4y+Oy/VCTtVt1FVDLKMPSsE8h3GrsY uirD6JHVDVXLvj3IKaJM0G48V7cTmzRxL2WFkyQk= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, kernel test robot , linux-hardening@vger.kernel.org, Kees Cook Subject: [PATCH 6.1 157/193] docs: Fix path paste-o for /sys/kernel/warn_count Date: Sun, 22 Jan 2023 16:04:46 +0100 Message-Id: <20230122150253.573644442@linuxfoundation.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230122150246.321043584@linuxfoundation.org> References: <20230122150246.321043584@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Kees Cook commit 00dd027f721e0458418f7750d8a5a664ed3e5994 upstream. Running "make htmldocs" shows that "/sys/kernel/oops_count" was duplicated. This should have been "warn_count": Warning: /sys/kernel/oops_count is defined 2 times: ./Documentation/ABI/testing/sysfs-kernel-warn_count:0 ./Documentation/ABI/testing/sysfs-kernel-oops_count:0 Fix the typo. Reported-by: kernel test robot Link: https://lore.kernel.org/linux-doc/202212110529.A3Qav8aR-lkp@intel.com Fixes: 8b05aa263361 ("panic: Expose "warn_count" to sysfs") Cc: linux-hardening@vger.kernel.org Signed-off-by: Kees Cook Signed-off-by: Greg Kroah-Hartman --- Documentation/ABI/testing/sysfs-kernel-warn_count | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/ABI/testing/sysfs-kernel-warn_count +++ b/Documentation/ABI/testing/sysfs-kernel-warn_count @@ -1,4 +1,4 @@ -What: /sys/kernel/oops_count +What: /sys/kernel/warn_count Date: November 2022 KernelVersion: 6.2.0 Contact: Linux Kernel Hardening List