From patchwork Sun Jun 26 09:10:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 1648404 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=HhAf8Ikl; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4LW4q12q3Dz9sGG for ; Sun, 26 Jun 2022 19:11:25 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234191AbiFZJLW (ORCPT ); Sun, 26 Jun 2022 05:11:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234076AbiFZJLO (ORCPT ); Sun, 26 Jun 2022 05:11:14 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 180DA12AA3; Sun, 26 Jun 2022 02:11:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2461B6118A; Sun, 26 Jun 2022 09:11:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D65F3C341D0; Sun, 26 Jun 2022 09:11:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656234671; bh=PhI7xlCBz8s4EqXsemcBzFaZLbSNGrNWFqcVvz20FLU=; h=From:To:Cc:Subject:Date:From; b=HhAf8IklB9OEeSwUHmvWxlXncEZMnsUL3ruxIFgodyPNv9p+IrCpMlJ2Ee1QRPg4Y hcLQjIGJsa57ccuYyM9Yyy/ROtPClfozh4WxentR1FyhgZLpBjfJOGg0x+KF4uJ/xK kJvya0UqPXI61UML+5xdxeC865OaTGDrndLJQhHMXq2RYO88lEbM26jWxoanedVi+e mtQoMumgkipZ4Bxf/XC3su3ouzdbhmQdJsOcFrbZpKeXoPTd+pXhJvNl4aEKmUZnEX 5AkPirLrYw/XgJk3fQoIdoqyPnzuUz7+aN/pwnstjak/isdyfdJp2rwGOaiGtxsqlk h/pj4xfQ6G59g== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o5OIN-001coA-Qi; Sun, 26 Jun 2022 10:11:07 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , "H. Peter Anvin" , Alex Shi , Borislav Petkov , Dave Hansen , Dipen Patel , Dmitry Torokhov , Federico Vaga , Geert Uytterhoeven , Ingo Molnar , Jarkko Sakkinen , Krzysztof Kozlowski , Rob Herring , Thomas Gleixner , Yanteng Si , devicetree@vger.kernel.org, keyrings@vger.kernel.org, kvm@vger.kernel.org, linux-cachefs@redhat.com, linux-input@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-riscv@lists.infradead.org, linux-tegra@vger.kernel.org, rust-for-linux@vger.kernel.org, x86@kernel.org Subject: [PATCH v2 00/20] Update Documentation/ cross-references Date: Sun, 26 Jun 2022 10:10:46 +0100 Message-Id: X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fix most broken documentation file cross references on next-20220624. After this series, only 3 references will be broken: Warning: Documentation/dev-tools/kunit/run_wrapper.rst references a file that doesn't exist: Documentation/dev-tools/kunit/non_uml.rst Warning: Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/siliconmitus,sm5703.yaml Warning: drivers/acpi/device_pm.c references a file that doesn't exist: Documentation/firmware-guide/acpi/low-power-probe.rst All of them seem to be due to the lack of a patch actually adding the documentation. Maybe the document file is still under review? Regards, Mauro Mauro Carvalho Chehab (20): docs: netdev: update maintainer-netdev.rst reference docs: filesystems: update netfs-api.rst reference docs: zh_CN: page_frags.rst: fix a broken reference docs: zh_CN/riscv/pmu.rst: remove old docuementation docs: zh_CN/devicetree: fix typos docs: zh_CN: fix a broken reference docs: zh_CN/vm: fix a typo for page reporting ReST file docs: zh_CN/vm/zsmalloc.rst: fix a typo docs: zh_CN/vm/index.rst: fix a broken reference Documentation: update watch_queue.rst references Documentation: KVM: update s390-pv.rst reference Documentation: KVM: update amd-memory-encryption.rst references Documentation: KVM: update msr.rst reference Documentation: KVM: update s390-diag.rst reference objtool: update objtool.txt references arch: m68k: q40: README: drop references to IDE driver tegra194-hte.rst: fix reference to its binding dt-bindings: mfd: update dlg,da9063.yaml reference MAINTAINERS: update nvidia,tegra20-host1x.yaml reference MAINTAINERS: fix cross references to mfd/dlg,da9063.yaml .../admin-guide/kernel-parameters.txt | 2 +- .../bindings/input/da9062-onkey.txt | 2 +- Documentation/driver-api/hte/tegra194-hte.rst | 2 +- Documentation/security/keys/core.rst | 2 +- Documentation/security/secrets/coco.rst | 2 +- .../it_IT/networking/netdev-FAQ.rst | 2 +- .../translations/zh_CN/devicetree/index.rst | 2 +- .../zh_CN/devicetree/of_unittest.rst | 2 +- .../zh_CN/devicetree/usage-model.rst | 2 +- .../zh_CN/doc-guide/kernel-doc.rst | 2 +- .../translations/zh_CN/riscv/index.rst | 1 - .../translations/zh_CN/riscv/pmu.rst | 235 ------------------ .../zh_CN/vm/free_page_reporting.rst | 2 +- .../translations/zh_CN/vm/frontswap.rst | 2 +- Documentation/translations/zh_CN/vm/index.rst | 2 +- .../translations/zh_CN/vm/page_frags.rst | 2 +- .../translations/zh_CN/vm/zsmalloc.rst | 2 +- Documentation/virt/kvm/api.rst | 4 +- Documentation/virt/kvm/s390/s390-pv-boot.rst | 2 +- Documentation/virt/kvm/x86/hypercalls.rst | 2 +- Documentation/x86/orc-unwinder.rst | 2 +- MAINTAINERS | 6 +- arch/m68k/q40/README | 5 +- include/linux/fscache.h | 2 +- include/linux/objtool.h | 2 +- include/linux/watch_queue.h | 2 +- init/Kconfig | 2 +- kernel/watch_queue.c | 2 +- lib/Kconfig.debug | 2 +- tools/include/linux/objtool.h | 2 +- tools/objtool/check.c | 2 +- 31 files changed, 33 insertions(+), 270 deletions(-) delete mode 100644 Documentation/translations/zh_CN/riscv/pmu.rst