lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 9 Jul 2022 11:07:13 +0100 From: Mauro Carvalho Chehab <mchehab@...nel.org> To: Linux Doc Mailing List <linux-doc@...r.kernel.org> Cc: Mauro Carvalho Chehab <mchehab@...nel.org>, Mauro Carvalho Chehab <mchehab+huawei@...nel.org>, linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>, Christian König <christian.koenig@....com>, "David S. Miller" <davem@...emloft.net>, "H. Peter Anvin" <hpa@...or.com>, Krzysztof Wilczyński <kw@...ux.com>, "Theodore Ts'o" <tytso@....edu>, Alex Shi <alexs@...nel.org>, Alexander Potapenko <glider@...gle.com>, Alexander Viro <viro@...iv.linux.org.uk>, Andreas Dilger <adilger.kernel@...ger.ca>, Andrew Morton <akpm@...ux-foundation.org>, Andrey Grodzovsky <andrey.grodzovsky@....com>, Borislav Petkov <bp@...en8.de>, Daniel Vetter <daniel@...ll.ch>, Dave Hansen <dave.hansen@...ux.intel.com>, David Airlie <airlied@...ux.ie>, Dmitry Vyukov <dvyukov@...gle.com>, Eric Dumazet <edumazet@...gle.com>, Ingo Molnar <mingo@...hat.com>, Jakub Kicinski <kuba@...nel.org>, Leo Yan <leo.yan@...aro.org>, Marc Kleine-Budde <mkl@...gutronix.de>, Marco Elver <elver@...gle.com>, Mathieu Poirier <mathieu.poirier@...aro.org>, Max Staudt <max@...as.org>, Mike Kravetz <mike.kravetz@...cle.com>, Mike Leach <mike.leach@...aro.org>, Muchun Song <songmuchun@...edance.com>, Paolo Abeni <pabeni@...hat.com>, Sumit Semwal <sumit.semwal@...aro.org>, Suzuki K Poulose <suzuki.poulose@....com>, Thomas Gleixner <tglx@...utronix.de>, Wolfgang Grandegger <wg@...ndegger.com>, Yanteng Si <siyanteng@...ngson.cn>, coresight@...ts.linaro.org, dri-devel@...ts.freedesktop.org, kasan-dev@...glegroups.com, kvm@...r.kernel.org, linaro-mm-sig@...ts.linaro.org, linux-arm-kernel@...ts.infradead.org, linux-cachefs@...hat.com, linux-can@...r.kernel.org, linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org, linux-media@...r.kernel.org, linux-mm@...ck.org, linux-pci@...r.kernel.org, linux-sgx@...r.kernel.org, netdev@...r.kernel.org, x86@...nel.org Subject: [PATCH v3 00/21] Update Documentation/ cross references and fix issues This series fix almost all fixable issues when building the html docs at linux-next (next-20220608): - Address some broken cross-references; - Fix kernel-doc warnings; - Fix bad tags on ReST files. With this series applied, plus other pending patches that should hopefully be merged in time for the next merge window, htmldocs build will produce just 4 warnings with Sphinx 2.4.4. Sphinx >=3 will produce some extra false-positive warnings due to conflicts between structs and functions sharing the same name. Hopefully this will be fixed either on a new Sphinx 5.x version or Sphinx 6.0. Mauro Carvalho Chehab (21): docs: networking: update netdevices.rst reference docs: update vmalloced-kernel-stacks.rst reference docs: update vmemmap_dedup.rst reference docs: zh_CN: page_migration: fix reference to mm index.rst dt-bindings: arm: update arm,coresight-cpu-debug.yaml reference x86/sgx: fix kernel-doc markups fscache: fix kernel-doc documentation fs: namei: address some kernel-doc issues drm/scheduler: fix a kernel-doc warning drm/scheduler: add a missing kernel-doc parameter kfence: fix a kernel-doc parameter genalloc: add a description for start_addr parameter textsearch: document list inside struct ts_ops dcache: fix a kernel-doc warning docs: ext4: blockmap.rst: fix a broken table docs: PCI: pci-vntb-function.rst: Properly include ascii artwork docs: PCI: pci-vntb-howto.rst: fix a title markup docs: virt: kvm: fix a title markup at api.rst docs: ABI: sysfs-bus-nvdimm docs: leds: index.rst: add leds-qcom-lpg to it Documentation: coresight: fix binding wildcards Documentation/ABI/testing/sysfs-bus-nvdimm | 2 ++ Documentation/PCI/endpoint/pci-vntb-function.rst | 2 +- Documentation/PCI/endpoint/pci-vntb-howto.rst | 2 +- Documentation/filesystems/ext4/blockmap.rst | 2 +- Documentation/leds/index.rst | 1 + Documentation/trace/coresight/coresight-cpu-debug.rst | 2 +- Documentation/trace/coresight/coresight.rst | 2 +- Documentation/translations/zh_CN/mm/page_migration.rst | 2 +- .../translations/zh_CN/mm/vmalloced-kernel-stacks.rst | 2 +- Documentation/virt/kvm/api.rst | 6 +++--- arch/x86/include/uapi/asm/sgx.h | 10 ++++++++-- drivers/gpu/drm/scheduler/sched_main.c | 1 + drivers/net/can/can327.c | 2 +- fs/namei.c | 3 +++ include/drm/gpu_scheduler.h | 1 + include/linux/dcache.h | 2 +- include/linux/fscache.h | 4 ++-- include/linux/genalloc.h | 1 + include/linux/kfence.h | 1 + include/linux/textsearch.h | 1 + mm/hugetlb_vmemmap.h | 2 +- 21 files changed, 34 insertions(+), 17 deletions(-) -- 2.36.1
Powered by blists - more mailing lists