From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>,
Jonathan Corbet <corbet@lwn.net>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
linux-kernel@vger.kernel.org,
"J. Bruce Fields" <bfields@fieldses.org>,
Alex Shi <alexs@kernel.org>,
Alexander Viro <viro@zeniv.linux.org.uk>,
Anton Vorontsov <anton@enomsg.org>,
Anup Patel <anup.patel@wdc.com>,
Atish Patra <atish.patra@wdc.com>,
Bartosz Golaszewski <brgl@bgdev.pl>, Chen-Yu Tsai <wens@csie.org>,
Colin Cross <ccross@android.com>,
Jeff Layton <jlayton@kernel.org>,
John Fastabend <john.fastabend@gmail.com>,
KP Singh <kpsingh@kernel.org>, Kees Cook <keescook@chromium.org>,
Linus Walleij <linus.walleij@linaro.org>,
Martin KaFai Lau <kafai@fb.com>, Rob Herring <robh+dt@kernel.org>,
Shuah Khan <shuah@kernel.org>, Song Liu <songliubraving@fb.com>,
Tony Luck <tony.luck@intel.com>, Yonghong Song <yhs@fb.com>,
bpf@vger.kernel.org, devicetree@vger.kernel.org,
kvm-riscv@lists.infradead.org, kvm@vger.kernel.org,
linux-fsdevel@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-kselftest@vger.kernel.org, linux-riscv@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, netdev@vger.kernel.org,
sparmaintainer@unisys.com
Subject: [PATCH v3 00/23] Fix some issues at documentation
Date: Tue, 19 Oct 2021 09:03:59 +0100 [thread overview]
Message-ID: <cover.1634630485.git.mchehab+huawei@kernel.org> (raw)
Hi Jon,
This series is against today's next (next-20211019) and addresses missing
links to Documentation/*.
The best would be to have the patches applied directly to the trees that
contain the patches that moved/renamed files, and then apply the
remaining ones either later during the merge window or just afterwards,
whatever works best for you.
Regards,
Mauro
Mauro Carvalho Chehab (23):
visorbus: fix a copyright symbol that was bad encoded
libbpf: update index.rst reference
docs: accounting: update delay-accounting.rst reference
MAINTAINERS: update arm,vic.yaml reference
MAINTAINERS: update aspeed,i2c.yaml reference
MAINTAINERS: update faraday,ftrtc010.yaml reference
MAINTAINERS: update ti,sci.yaml reference
MAINTAINERS: update intel,ixp46x-rng.yaml reference
MAINTAINERS: update nxp,imx8-jpeg.yaml reference
MAINTAINERS: update gemini.yaml reference
MAINTAINERS: update brcm,unimac-mdio.yaml reference
MAINTAINERS: update mtd-physmap.yaml reference
Documentation: update vcpu-requests.rst reference
bpftool: update bpftool-cgroup.rst reference
docs: translations: zn_CN: irq-affinity.rst: add a missing extension
docs: translations: zh_CN: memory-hotplug.rst: fix a typo
docs: fs: locks.rst: update comment about mandatory file locking
fs: remove a comment pointing to the removed mandatory-locking file
Documentation/process: fix a cross reference
dt-bindings: mfd: update x-powers,axp152.yaml reference
regulator: dt-bindings: update samsung,s2mpa01.yaml reference
regulator: dt-bindings: update samsung,s5m8767.yaml reference
dt-bindings: reserved-memory: ramoops: update ramoops.yaml references
Documentation/admin-guide/ramoops.rst | 2 +-
Documentation/admin-guide/sysctl/kernel.rst | 2 +-
Documentation/bpf/index.rst | 2 +-
.../devicetree/bindings/gpio/gpio-axp209.txt | 2 +-
.../bindings/regulator/samsung,s2mpa01.yaml | 2 +-
.../bindings/regulator/samsung,s5m8767.yaml | 2 +-
Documentation/filesystems/locks.rst | 17 +++++-----------
Documentation/process/submitting-patches.rst | 4 ++--
.../zh_CN/core-api/irq/irq-affinity.rst | 2 +-
.../zh_CN/core-api/memory-hotplug.rst | 2 +-
MAINTAINERS | 20 +++++++++----------
arch/riscv/kvm/vcpu.c | 2 +-
drivers/visorbus/visorbus_main.c | 2 +-
fs/locks.c | 1 -
.../selftests/bpf/test_bpftool_synctypes.py | 2 +-
15 files changed, 28 insertions(+), 36 deletions(-)
--
2.31.1
next reply other threads:[~2021-10-19 8:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-19 8:03 Mauro Carvalho Chehab [this message]
2021-10-19 8:04 ` [PATCH v3 20/23] dt-bindings: mfd: update x-powers,axp152.yaml reference Mauro Carvalho Chehab
2021-10-19 16:04 ` Chen-Yu Tsai
2021-10-21 12:12 ` Lee Jones
2021-10-19 16:53 ` [PATCH v3 00/23] Fix some issues at documentation Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1634630485.git.mchehab+huawei@kernel.org \
--to=mchehab+huawei@kernel.org \
--cc=alexs@kernel.org \
--cc=anton@enomsg.org \
--cc=anup.patel@wdc.com \
--cc=atish.patra@wdc.com \
--cc=bfields@fieldses.org \
--cc=bpf@vger.kernel.org \
--cc=brgl@bgdev.pl \
--cc=ccross@android.com \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=jlayton@kernel.org \
--cc=john.fastabend@gmail.com \
--cc=kafai@fb.com \
--cc=keescook@chromium.org \
--cc=kpsingh@kernel.org \
--cc=kvm-riscv@lists.infradead.org \
--cc=kvm@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=shuah@kernel.org \
--cc=songliubraving@fb.com \
--cc=sparmaintainer@unisys.com \
--cc=tony.luck@intel.com \
--cc=viro@zeniv.linux.org.uk \
--cc=wens@csie.org \
--cc=yhs@fb.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).