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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 75836C433DF for ; Tue, 23 Jun 2020 07:09:20 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 208CC20738 for ; Tue, 23 Jun 2020 07:09:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KWgMqyKu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 208CC20738 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F17D9894F2; Tue, 23 Jun 2020 07:09:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ki4jekCGsCcj; Tue, 23 Jun 2020 07:09:19 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 5C4BC894F0; Tue, 23 Jun 2020 07:09:19 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 42A50C08A2; Tue, 23 Jun 2020 07:09:19 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 2F9BDC016F for ; Tue, 23 Jun 2020 07:09:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 268702D61E for ; Tue, 23 Jun 2020 07:09:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vWLUJbRosnBH for ; Tue, 23 Jun 2020 07:09:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by silver.osuosl.org (Postfix) with ESMTPS id 102792035D for ; Tue, 23 Jun 2020 07:09:17 +0000 (UTC) Received: from mail.kernel.org (unknown [95.90.213.197]) (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 7EB142083B; Tue, 23 Jun 2020 07:09:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592896156; bh=DtczuADBn02KNsKn1zVUGW/fHxjVGsLwEaVwTv2OO34=; h=From:To:Cc:Subject:Date:From; b=KWgMqyKu9lNxDusflmUU8a73weNV3oAx3KrcZnO4Y/lhfevMn1bMNCpUhSxBeEyyz pcn/hN/y/PImTIDe4xsgCUs6ENSQ7w680agTfK7sz218NqZd4wR1zbXl+csUuAuOTY COVy/oxbMdnsaSGsHyNVCdTR4ngUEXje5YAadfc4= Received: from mchehab by mail.kernel.org with local (Exim 4.93) (envelope-from ) id 1jnd3Q-003qib-Tq; Tue, 23 Jun 2020 09:09:12 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Subject: [PATCH v2 00/15] Documentation fixes Date: Tue, 23 Jun 2020 09:08:56 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Cc: linux-ia64@vger.kernel.org, "Peter Zijlstra \(Intel\)" , Benjamin Herrenschmidt , Michael Ellerman , Ram Pai , "James E.J. Bottomley" , linux-mm@kvack.org, Eric Dumazet , netdev@vger.kernel.org, Paul Mackerras , Sandipan Das , linux-kselftest@vger.kernel.org, "H. Peter Anvin" , Jan Kara , Sukadev Bhattiprolu , Shuah Khan , Christoph Hellwig , Stephen Rothwell , Florian Fainelli , Jonathan Corbet , Mauro Carvalho Chehab , Will Deacon , Helge Deller , x86@kernel.org, Haren Myneni , Russell King , kasan-dev@googlegroups.com, Ingo Molnar , Gerald Schaefer , linux-pci@vger.kernel.org, Jakub Kicinski , Alexey Dobriyan , linux-media@vger.kernel.org, Fenghua Yu , Marco Elver , Kees Cook , Robin Murphy , Borislav Petkov , Alexander Viro , Bjorn Helgaas , Thomas Gleixner , Dmitry Vyukov , Tony Luck , linux-parisc@vger.kernel.org, Dave Hansen , Alexey Gladkov , Akira Shimahara , Jeff Layton , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, "Eric W. Biederman" , Greg Kroah-Hartman , linux-fsdevel@vger.kernel.org, Andrew Morton , linuxppc-dev@lists.ozlabs.org, "David S. Miller" , Mike Kravetz X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" Hi Jon, As requested, this is a rebase of a previous series posted on Jan, 15. Since then, several patches got merged via other trees or became obsolete. There were also 2 patches before that fits better at the ReST conversion patchset. So, I'll be sending it on another patch series together with the remaining ReST conversions. I also added reviews/acks received. So, the series reduced from 29 to 15 patches. Let's hope b4 would be able to properly handle this one. Regards, Mauro Mauro Carvalho Chehab (15): mm: vmalloc.c: remove a kernel-doc annotation from a removed parameter net: dev: add a missing kernel-doc annotation net: netdevice.h: add a description for napi_defer_hard_irqs scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK net: pylink.h: add kernel-doc descriptions for new fields at phylink_config scripts/kernel-doc: handle function pointer prototypes fs: fs.h: fix a kernel-doc parameter description kcsan: fix a kernel-doc warning selftests/vm/keys: fix a broken reference at protection_keys.c docs: hugetlbpage.rst: fix some warnings docs: powerpc: fix some issues at vas-api.rst docs: driver-model: remove a duplicated markup at driver.rst docs: ABI: fix a typo when pointing to w1-generic.rst docs: fix references for DMA*.txt files docs: fs: proc.rst: convert a new chapter to ReST .../ABI/testing/sysfs-driver-w1_therm | 2 +- Documentation/PCI/pci.rst | 6 +-- Documentation/admin-guide/mm/hugetlbpage.rst | 23 +++++++--- Documentation/block/biodoc.rst | 2 +- Documentation/bus-virt-phys-mapping.txt | 2 +- Documentation/core-api/dma-api.rst | 6 +-- Documentation/core-api/dma-isa-lpc.rst | 2 +- .../driver-api/driver-model/driver.rst | 2 - Documentation/driver-api/usb/dma.rst | 6 +-- Documentation/filesystems/proc.rst | 44 +++++++++---------- Documentation/powerpc/vas-api.rst | 23 +++++++--- .../translations/ko_KR/memory-barriers.txt | 6 +-- arch/ia64/hp/common/sba_iommu.c | 12 ++--- arch/parisc/kernel/pci-dma.c | 2 +- arch/x86/include/asm/dma-mapping.h | 4 +- arch/x86/kernel/amd_gart_64.c | 2 +- drivers/parisc/sba_iommu.c | 14 +++--- include/linux/dma-mapping.h | 2 +- include/linux/fs.h | 2 +- include/linux/kcsan-checks.h | 10 +++-- include/linux/netdevice.h | 2 + include/linux/phylink.h | 4 ++ include/media/videobuf-dma-sg.h | 2 +- kernel/dma/debug.c | 2 +- mm/vmalloc.c | 1 - net/core/dev.c | 1 + scripts/kernel-doc | 7 +++ tools/testing/selftests/vm/protection_keys.c | 2 +- 28 files changed, 114 insertions(+), 79 deletions(-) -- 2.26.2 _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 5024BC433E0 for ; Tue, 23 Jun 2020 07:32:03 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B85DA2072E for ; Tue, 23 Jun 2020 07:32:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KWgMqyKu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B85DA2072E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49rdJc4SxQzDqRL for ; Tue, 23 Jun 2020 17:32:00 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=mchehab@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=KWgMqyKu; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49rcpQ40yDzDqJB for ; Tue, 23 Jun 2020 17:09:18 +1000 (AEST) Received: from mail.kernel.org (unknown [95.90.213.197]) (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 7EB142083B; Tue, 23 Jun 2020 07:09:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592896156; bh=DtczuADBn02KNsKn1zVUGW/fHxjVGsLwEaVwTv2OO34=; h=From:To:Cc:Subject:Date:From; b=KWgMqyKu9lNxDusflmUU8a73weNV3oAx3KrcZnO4Y/lhfevMn1bMNCpUhSxBeEyyz pcn/hN/y/PImTIDe4xsgCUs6ENSQ7w680agTfK7sz218NqZd4wR1zbXl+csUuAuOTY COVy/oxbMdnsaSGsHyNVCdTR4ngUEXje5YAadfc4= Received: from mchehab by mail.kernel.org with local (Exim 4.93) (envelope-from ) id 1jnd3Q-003qib-Tq; Tue, 23 Jun 2020 09:09:12 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Subject: [PATCH v2 00/15] Documentation fixes Date: Tue, 23 Jun 2020 09:08:56 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 23 Jun 2020 17:29:26 +1000 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-ia64@vger.kernel.org, "Peter Zijlstra \(Intel\)" , Ram Pai , "James E.J. Bottomley" , linux-mm@kvack.org, Eric Dumazet , netdev@vger.kernel.org, Paul Mackerras , Sandipan Das , linux-kselftest@vger.kernel.org, "H. Peter Anvin" , Jan Kara , Sukadev Bhattiprolu , Shuah Khan , Christoph Hellwig , Marek Szyprowski , Stephen Rothwell , Florian Fainelli , Jonathan Corbet , Mauro Carvalho Chehab , Will Deacon , Helge Deller , x86@kernel.org, Haren Myneni , Russell King , kasan-dev@googlegroups.com, Ingo Molnar , Gerald Schaefer , linux-pci@vger.kernel.org, Jakub Kicinski , Alexey Dobriyan , linux-media@vger.kernel.org, Fenghua Yu , Marco Elver , Kees Cook , Robin Murphy , Borislav Petkov , Alexander Viro , Bjorn Helgaas , Thomas Gleixner , Dmitry Vyukov , Tony Luck , linux-parisc@vger.kernel.org, Dave Hansen , Alexey Gladkov , Akira Shimahara , Jeff Layton , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, "Eric W. Biederman" , Greg Kroah-Hartman , linux-fsdevel@vger.kernel.org, Andrew Morton , linuxppc-dev@lists.ozlabs.org, "David S. Miller" , Thiago Jung Bauermann , Mike Kravetz Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Jon, As requested, this is a rebase of a previous series posted on Jan, 15. Since then, several patches got merged via other trees or became obsolete. There were also 2 patches before that fits better at the ReST conversion patchset. So, I'll be sending it on another patch series together with the remaining ReST conversions. I also added reviews/acks received. So, the series reduced from 29 to 15 patches. Let's hope b4 would be able to properly handle this one. Regards, Mauro Mauro Carvalho Chehab (15): mm: vmalloc.c: remove a kernel-doc annotation from a removed parameter net: dev: add a missing kernel-doc annotation net: netdevice.h: add a description for napi_defer_hard_irqs scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK net: pylink.h: add kernel-doc descriptions for new fields at phylink_config scripts/kernel-doc: handle function pointer prototypes fs: fs.h: fix a kernel-doc parameter description kcsan: fix a kernel-doc warning selftests/vm/keys: fix a broken reference at protection_keys.c docs: hugetlbpage.rst: fix some warnings docs: powerpc: fix some issues at vas-api.rst docs: driver-model: remove a duplicated markup at driver.rst docs: ABI: fix a typo when pointing to w1-generic.rst docs: fix references for DMA*.txt files docs: fs: proc.rst: convert a new chapter to ReST .../ABI/testing/sysfs-driver-w1_therm | 2 +- Documentation/PCI/pci.rst | 6 +-- Documentation/admin-guide/mm/hugetlbpage.rst | 23 +++++++--- Documentation/block/biodoc.rst | 2 +- Documentation/bus-virt-phys-mapping.txt | 2 +- Documentation/core-api/dma-api.rst | 6 +-- Documentation/core-api/dma-isa-lpc.rst | 2 +- .../driver-api/driver-model/driver.rst | 2 - Documentation/driver-api/usb/dma.rst | 6 +-- Documentation/filesystems/proc.rst | 44 +++++++++---------- Documentation/powerpc/vas-api.rst | 23 +++++++--- .../translations/ko_KR/memory-barriers.txt | 6 +-- arch/ia64/hp/common/sba_iommu.c | 12 ++--- arch/parisc/kernel/pci-dma.c | 2 +- arch/x86/include/asm/dma-mapping.h | 4 +- arch/x86/kernel/amd_gart_64.c | 2 +- drivers/parisc/sba_iommu.c | 14 +++--- include/linux/dma-mapping.h | 2 +- include/linux/fs.h | 2 +- include/linux/kcsan-checks.h | 10 +++-- include/linux/netdevice.h | 2 + include/linux/phylink.h | 4 ++ include/media/videobuf-dma-sg.h | 2 +- kernel/dma/debug.c | 2 +- mm/vmalloc.c | 1 - net/core/dev.c | 1 + scripts/kernel-doc | 7 +++ tools/testing/selftests/vm/protection_keys.c | 2 +- 28 files changed, 114 insertions(+), 79 deletions(-) -- 2.26.2 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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 CA02CC433E1 for ; Tue, 23 Jun 2020 07:09:19 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 8FB1920738 for ; Tue, 23 Jun 2020 07:09:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KWgMqyKu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8FB1920738 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 08E566B0005; Tue, 23 Jun 2020 03:09:19 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 067496B0006; Tue, 23 Jun 2020 03:09:18 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id E24D26B0007; Tue, 23 Jun 2020 03:09:18 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0046.hostedemail.com [216.40.44.46]) by kanga.kvack.org (Postfix) with ESMTP id C3EFC6B0005 for ; Tue, 23 Jun 2020 03:09:18 -0400 (EDT) Received: from smtpin15.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 75F1C181AC9CB for ; Tue, 23 Jun 2020 07:09:18 +0000 (UTC) X-FDA: 76959600396.15.shoe85_280d64926e39 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin15.hostedemail.com (Postfix) with ESMTP id 497351814B0C7 for ; Tue, 23 Jun 2020 07:09:18 +0000 (UTC) X-HE-Tag: shoe85_280d64926e39 X-Filterd-Recvd-Size: 6720 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf09.hostedemail.com (Postfix) with ESMTP for ; Tue, 23 Jun 2020 07:09:17 +0000 (UTC) Received: from mail.kernel.org (unknown [95.90.213.197]) (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 7EB142083B; Tue, 23 Jun 2020 07:09:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592896156; bh=DtczuADBn02KNsKn1zVUGW/fHxjVGsLwEaVwTv2OO34=; h=From:To:Cc:Subject:Date:From; b=KWgMqyKu9lNxDusflmUU8a73weNV3oAx3KrcZnO4Y/lhfevMn1bMNCpUhSxBeEyyz pcn/hN/y/PImTIDe4xsgCUs6ENSQ7w680agTfK7sz218NqZd4wR1zbXl+csUuAuOTY COVy/oxbMdnsaSGsHyNVCdTR4ngUEXje5YAadfc4= Received: from mchehab by mail.kernel.org with local (Exim 4.93) (envelope-from ) id 1jnd3Q-003qib-Tq; Tue, 23 Jun 2020 09:09:12 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Ram Pai , linux-mm@kvack.org, "James E.J. Bottomley" , Eric Dumazet , Benjamin Herrenschmidt , linux-ia64@vger.kernel.org, Shuah Khan , Tony Luck , Andrew Morton , Sandipan Das , Fenghua Yu , Florian Fainelli , Christoph Hellwig , iommu@lists.linux-foundation.org, Alexey Gladkov , linux-fsdevel@vger.kernel.org, Bjorn Helgaas , Sukadev Bhattiprolu , linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, "H. Peter Anvin" , Akira Shimahara , Ingo Molnar , Dmitry Vyukov , Will Deacon , Dave Hansen , Robin Murphy , Kees Cook , "David S. Miller" , Marek Szyprowski , Jan Kara , x86@kernel.org, linux-kselftest@vger.kernel.org, linux-media@vger.kernel.org, Greg Kroah-Hartman , "Eric W. Biederman" , Gerald Schaefer , netdev@vger.kernel.org, Jeff Layton , Paul Mackerras , linux-parisc@vger.kernel.org, Haren Myneni , Marco Elver , kasan-dev@googlegroups.com, Thomas Gleixner , Michael Ellerman , "Peter Zijlstra (Intel)" , Mike Kravetz , Alexander Viro , Borislav Petkov , Alexey Dobriyan , Thiago Jung Bauermann , Russell King , Jakub Kicinski , Stephen Rothwell , Helge Deller Subject: [PATCH v2 00/15] Documentation fixes Date: Tue, 23 Jun 2020 09:08:56 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-Rspamd-Queue-Id: 497351814B0C7 X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam01 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi Jon, As requested, this is a rebase of a previous series posted on Jan, 15. Since then, several patches got merged via other trees or became obsolete. There were also 2 patches before that fits better at the ReST conversion patchset. So, I'll be sending it on another patch series together with the remaining ReST conversions. I also added reviews/acks received. So, the series reduced from 29 to 15 patches. Let's hope b4 would be able to properly handle this one. Regards, Mauro Mauro Carvalho Chehab (15): mm: vmalloc.c: remove a kernel-doc annotation from a removed parameter net: dev: add a missing kernel-doc annotation net: netdevice.h: add a description for napi_defer_hard_irqs scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK net: pylink.h: add kernel-doc descriptions for new fields at phylink_config scripts/kernel-doc: handle function pointer prototypes fs: fs.h: fix a kernel-doc parameter description kcsan: fix a kernel-doc warning selftests/vm/keys: fix a broken reference at protection_keys.c docs: hugetlbpage.rst: fix some warnings docs: powerpc: fix some issues at vas-api.rst docs: driver-model: remove a duplicated markup at driver.rst docs: ABI: fix a typo when pointing to w1-generic.rst docs: fix references for DMA*.txt files docs: fs: proc.rst: convert a new chapter to ReST .../ABI/testing/sysfs-driver-w1_therm | 2 +- Documentation/PCI/pci.rst | 6 +-- Documentation/admin-guide/mm/hugetlbpage.rst | 23 +++++++--- Documentation/block/biodoc.rst | 2 +- Documentation/bus-virt-phys-mapping.txt | 2 +- Documentation/core-api/dma-api.rst | 6 +-- Documentation/core-api/dma-isa-lpc.rst | 2 +- .../driver-api/driver-model/driver.rst | 2 - Documentation/driver-api/usb/dma.rst | 6 +-- Documentation/filesystems/proc.rst | 44 +++++++++---------- Documentation/powerpc/vas-api.rst | 23 +++++++--- .../translations/ko_KR/memory-barriers.txt | 6 +-- arch/ia64/hp/common/sba_iommu.c | 12 ++--- arch/parisc/kernel/pci-dma.c | 2 +- arch/x86/include/asm/dma-mapping.h | 4 +- arch/x86/kernel/amd_gart_64.c | 2 +- drivers/parisc/sba_iommu.c | 14 +++--- include/linux/dma-mapping.h | 2 +- include/linux/fs.h | 2 +- include/linux/kcsan-checks.h | 10 +++-- include/linux/netdevice.h | 2 + include/linux/phylink.h | 4 ++ include/media/videobuf-dma-sg.h | 2 +- kernel/dma/debug.c | 2 +- mm/vmalloc.c | 1 - net/core/dev.c | 1 + scripts/kernel-doc | 7 +++ tools/testing/selftests/vm/protection_keys.c | 2 +- 28 files changed, 114 insertions(+), 79 deletions(-) --=20 2.26.2