All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Some cross-reference fixes due to fixes renames
@ 2020-02-22  9:00 Mauro Carvalho Chehab
  2020-02-22  9:00 ` [PATCH 1/7] scripts: documentation-file-ref-check: improve :doc: handling Mauro Carvalho Chehab
                   ` (7 more replies)
  0 siblings, 8 replies; 69+ messages in thread
From: Mauro Carvalho Chehab @ 2020-02-22  9:00 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, linux-kernel

There are some references that got broken due to renames
(mostly .txt to .yaml and .rst, but also some files got moved
to other directories).

The first patch actually contains a fix for
documentation-file-ref-check, with currently reports several
false positives.

Mauro Carvalho Chehab (7):
  scripts: documentation-file-ref-check: improve :doc: handling
  docs: dt: fix several broken references due to renames
  docs: fix broken references to text files
  docs: adm1177: fix a broken reference
  docs: fix broken references for ReST files that moved around
  docs: remove nompx kernel parameter and intel_mpx from index.rst
  docs: gpu: i915.rst: fix warnings due to file renames

 Documentation/admin-guide/kernel-parameters.txt    | 14 +++++---------
 Documentation/admin-guide/sysctl/kernel.rst        |  2 +-
 Documentation/devicetree/bindings/arm/arm,scmi.txt |  2 +-
 Documentation/devicetree/bindings/arm/arm,scpi.txt |  2 +-
 .../devicetree/bindings/arm/bcm/brcm,bcm63138.txt  |  2 +-
 .../bindings/arm/hisilicon/hi3519-sysctrl.txt      |  2 +-
 .../bindings/arm/msm/qcom,idle-state.txt           |  2 +-
 Documentation/devicetree/bindings/arm/omap/mpu.txt |  2 +-
 Documentation/devicetree/bindings/arm/psci.yaml    |  2 +-
 .../bindings/clock/qcom,gcc-apq8064.yaml           |  2 +-
 .../devicetree/bindings/display/tilcdc/tilcdc.txt  |  2 +-
 Documentation/devicetree/bindings/leds/common.yaml |  2 +-
 .../devicetree/bindings/leds/register-bit-led.txt  |  2 +-
 .../bindings/memory-controllers/ti/emif.txt        |  2 +-
 .../devicetree/bindings/misc/fsl,qoriq-mc.txt      |  2 +-
 .../bindings/pinctrl/aspeed,ast2400-pinctrl.yaml   |  2 +-
 .../bindings/pinctrl/aspeed,ast2500-pinctrl.yaml   |  2 +-
 .../bindings/pinctrl/aspeed,ast2600-pinctrl.yaml   |  2 +-
 .../bindings/power/amlogic,meson-ee-pwrc.yaml      |  2 +-
 .../devicetree/bindings/reset/st,stm32mp1-rcc.txt  |  2 +-
 .../bindings/thermal/brcm,avs-ro-thermal.yaml      |  2 +-
 Documentation/doc-guide/maintainer-profile.rst     |  2 +-
 Documentation/filesystems/cifs/cifsroot.txt        |  2 +-
 Documentation/gpu/i915.rst                         |  4 ++--
 Documentation/hwmon/adm1177.rst                    |  3 +--
 Documentation/memory-barriers.txt                  |  2 +-
 Documentation/process/submit-checklist.rst         |  2 +-
 .../it_IT/process/submit-checklist.rst             |  2 +-
 .../translations/ko_KR/memory-barriers.txt         |  2 +-
 .../translations/zh_CN/filesystems/sysfs.txt       |  2 +-
 .../zh_CN/process/submit-checklist.rst             |  2 +-
 Documentation/virt/kvm/arm/pvtime.rst              |  2 +-
 Documentation/virt/kvm/devices/vcpu.rst            |  2 +-
 Documentation/virt/kvm/hypercalls.rst              |  4 ++--
 Documentation/virt/kvm/mmu.rst                     |  2 +-
 Documentation/virt/kvm/review-checklist.rst        |  2 +-
 Documentation/x86/index.rst                        |  1 -
 MAINTAINERS                                        |  8 ++++----
 arch/powerpc/include/uapi/asm/kvm_para.h           |  2 +-
 arch/x86/kvm/mmu/mmu.c                             |  2 +-
 .../crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c    |  2 +-
 drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c  |  2 +-
 .../crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c    |  2 +-
 drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c  |  2 +-
 drivers/gpu/drm/Kconfig                            |  2 +-
 drivers/gpu/drm/drm_ioctl.c                        |  2 +-
 drivers/hwtracing/coresight/Kconfig                |  2 +-
 drivers/media/v4l2-core/v4l2-fwnode.c              |  2 +-
 fs/fat/Kconfig                                     |  8 ++++----
 fs/fuse/Kconfig                                    |  2 +-
 fs/fuse/dev.c                                      |  2 +-
 fs/nfs/Kconfig                                     |  2 +-
 fs/overlayfs/Kconfig                               |  6 +++---
 include/linux/mm.h                                 |  4 ++--
 include/uapi/linux/ethtool_netlink.h               |  2 +-
 include/uapi/linux/kvm.h                           |  4 ++--
 include/uapi/rdma/rdma_user_ioctl_cmds.h           |  2 +-
 mm/gup.c                                           | 12 ++++++------
 net/ipv4/Kconfig                                   |  6 +++---
 net/ipv4/ipconfig.c                                |  2 +-
 scripts/documentation-file-ref-check               | 11 +++++++++--
 tools/include/uapi/linux/kvm.h                     |  4 ++--
 virt/kvm/arm/vgic/vgic-mmio-v3.c                   |  2 +-
 virt/kvm/arm/vgic/vgic.h                           |  4 ++--
 64 files changed, 96 insertions(+), 95 deletions(-)

-- 
2.24.1


^ permalink raw reply	[flat|nested] 69+ messages in thread

end of thread, other threads:[~2020-03-25 11:39 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-22  9:00 [PATCH 0/7] Some cross-reference fixes due to fixes renames Mauro Carvalho Chehab
2020-02-22  9:00 ` [PATCH 1/7] scripts: documentation-file-ref-check: improve :doc: handling Mauro Carvalho Chehab
2020-02-22  9:00 ` [PATCH 2/7] docs: dt: fix several broken references due to renames Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-24  0:07   ` Andrew Jeffery
2020-02-24  0:07     ` Andrew Jeffery
2020-02-24  0:07     ` Andrew Jeffery
2020-02-24  0:07     ` Andrew Jeffery
2020-02-24 13:02   ` Dan Murphy
2020-02-24 13:02     ` Dan Murphy
2020-02-24 13:02     ` Dan Murphy
2020-02-24 13:02     ` Dan Murphy
2020-02-24 14:55   ` Amit Kucheria
2020-02-24 14:55     ` Amit Kucheria
2020-02-24 14:55     ` Amit Kucheria
2020-02-24 14:55     ` Amit Kucheria
2020-02-24 14:55     ` Amit Kucheria
2020-02-24 18:14   ` Rob Herring
2020-02-24 18:14     ` Rob Herring
2020-02-24 18:14     ` Rob Herring
2020-02-24 18:14     ` Rob Herring
2020-02-24 18:14     ` Rob Herring
2020-02-27  9:16   ` Daniel Lezcano
2020-02-27  9:16     ` Daniel Lezcano
2020-02-27  9:16     ` Daniel Lezcano
2020-02-27  9:16     ` Daniel Lezcano
2020-02-22  9:00 ` [PATCH 3/7] docs: fix broken references to text files Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22 17:51   ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-24  9:26   ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-03-25  2:42   ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-02-22  9:00 ` [PATCH 4/7] docs: adm1177: fix a broken reference Mauro Carvalho Chehab
2020-02-22 15:48   ` Guenter Roeck
2020-02-22  9:00 ` [PATCH 5/7] docs: fix broken references for ReST files that moved around Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-23  8:12   ` Paolo Bonzini
2020-02-23  8:12     ` Paolo Bonzini
2020-02-22  9:00 ` [PATCH 6/7] docs: remove nompx kernel parameter and intel_mpx from index.rst Mauro Carvalho Chehab
2020-02-24 17:30   ` Dave Hansen
2020-02-25 10:06     ` Jonathan Corbet
2020-02-22  9:00 ` [PATCH 7/7] docs: gpu: i915.rst: fix warnings due to file renames Mauro Carvalho Chehab
2020-02-22  9:00   ` [Intel-gfx] " Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-25 23:36   ` Rodrigo Vivi
2020-02-25 23:36     ` [Intel-gfx] " Rodrigo Vivi
2020-02-25 23:36     ` Rodrigo Vivi
2020-02-25 10:05 ` [PATCH 0/7] Some cross-reference fixes due to fixes renames Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.