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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no 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 D34D0C388F2 for ; Mon, 2 Nov 2020 10:32:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7FD6D21D40 for ; Mon, 2 Nov 2020 10:32:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604313152; bh=cdD+P63da3bSzKkXW5DTy6aAw0tIAR4tLACFzMENEc8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=2Lz4Peh11vKJUMruyjpPumbA4ARygUfkAtkDyHcXNBfxXHp+ei7n0en9gut9cGZle uk5biYbS6RvMg2YJCsQnw1NTlTE1FfixdEy5PD5oSlCIEPlIqqFmIt0gOwmOhx3zYk toSu/J9f+TbXRa0/hf+RsQ9eALrmbmzWP8cBckjw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728534AbgKBKc2 (ORCPT ); Mon, 2 Nov 2020 05:32:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:57430 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728156AbgKBKcZ (ORCPT ); Mon, 2 Nov 2020 05:32:25 -0500 Received: from mail.kernel.org (ip5f5ad5bd.dynamic.kabel-deutschland.de [95.90.213.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A7C1F2225E; Mon, 2 Nov 2020 10:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604313144; bh=cdD+P63da3bSzKkXW5DTy6aAw0tIAR4tLACFzMENEc8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sjgUkmQVY8qNtQpkefM08kuhsuKuC5H5CsoYsqhEq7pB/ZWHC1i8AB5oozHqiwLQi 7LRMqJRm5uGflSxPsPhr/RLQlev0ffkwSjBZCH48pkfiM6CkI+0172Q7RfrLKxDD5h AnJBLBoJ3/IHANwOF+tBTEZKt9gAU3p7sL2A7IY4= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kZX8P-005tuX-PC; Mon, 02 Nov 2020 11:32:21 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Greg Kroah-Hartman Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Randy Dunlap , Linus Torvalds , Andrew Lunn , Cezary Rojewski , Dan Murphy , Ilya Dryomov , Jacek Anaszewski , Oded Gabbay , Tom Rix , Vaibhav Jain Subject: [PATCH 0/5] Some fixes for ABI documentation Date: Mon, 2 Nov 2020 11:32:11 +0100 Message-Id: X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, This small series contain fixes against Kernel 5.10-rc2. It is meant to address the issue reported by Randy, with regards to some "SEVERE" docutils warnings that it is causing the build to fail for him. I was not able to reproduce the bug myself, but fixing it is easy. While here, I noticed a few typos at a few sysfs ABI entries. The first two patches address them. The third patch fixes a small issue: I added a new ReST file at the ABI series, but the index file didn't receive the update. The forth patch is the one that actually fix the reported issue. While here, I added small change at get_abi.pl, for it to generate some index entries for the symbols. That sounded to me a natural change after having patch 4 removing some ABI indexes. This patch should make life easier for people looking for a symbol inside the ABI books. Mauro Carvalho Chehab (5): docs: ABI: sysfs-driver-dma-ioatdma: what starts with /sys docs: ABI: sysfs-class-net: fix a typo docs: leds: index.rst: add a missing file scripts: get_abi.pl: Don't let ABI files to create subtitles scripts: get_api.pl: Add sub-titles to ABI output .../ABI/stable/sysfs-driver-dma-ioatdma | 10 ++++---- Documentation/ABI/testing/sysfs-class-net | 2 +- Documentation/leds/index.rst | 1 + scripts/get_abi.pl | 23 +++++++++++++++++++ 4 files changed, 30 insertions(+), 6 deletions(-) -- 2.26.2