public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
From: Heiko Carstens <hca@linux.ibm.com>
To: Costa Shulyupin <costa.shul@redhat.com>
Cc: Jonathan Corbet <corbet@lwn.net>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	Christian Borntraeger <borntraeger@linux.ibm.com>,
	Sven Schnelle <svens@linux.ibm.com>,
	Niklas Schnelle <schnelle@linux.ibm.com>,
	Gerald Schaefer <gerald.schaefer@linux.ibm.com>,
	Tony Krowiak <akrowiak@linux.ibm.com>,
	Halil Pasic <pasic@linux.ibm.com>,
	Jason Herne <jjherne@linux.ibm.com>,
	Eric Farman <farman@linux.ibm.com>,
	Matthew Rosato <mjrosato@linux.ibm.com>,
	"Paul E. McKenney" <paulmck@kernel.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	Peter Zijlstra <peterz@infradead.org>,
	"Steven Rostedt (Google)" <rostedt@goodmis.org>,
	Kim Phillips <kim.phillips@amd.com>,
	Yantengsi <siyanteng@loongson.cn>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Vineet Gupta <vgupta@kernel.org>, Jason Gunthorpe <jgg@ziepe.ca>,
	Alex Williamson <alex.williamson@redhat.com>,
	Kevin Tian <kevin.tian@intel.com>,
	Kirti Wankhede <kwankhede@nvidia.com>,
	Al Viro <viro@zeniv.linux.org.uk>,
	Mikhail Zaslonko <zaslonko@linux.ibm.com>,
	Eric DeVolder <eric.devolder@oracle.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>,
	"open list:S390 ARCHITECTURE" <linux-s390@vger.kernel.org>,
	"open list:S390 VFIO-CCW DRIVER" <kvm@vger.kernel.org>
Subject: Re: [PATCH] docs: move s390 under arch
Date: Tue, 18 Jul 2023 08:29:42 +0200	[thread overview]
Message-ID: <ZLYxVo5/YjjOd3i7@osiris> (raw)
In-Reply-To: <20230718045550.495428-1-costa.shul@redhat.com>

On Tue, Jul 18, 2023 at 07:55:02AM +0300, Costa Shulyupin wrote:
1;115;0c> and fix all in-tree references.
> 
> Architecture-specific documentation is being moved into Documentation/arch/
> as a way of cleaning up the top-level documentation directory and making
> the docs hierarchy more closely match the source hierarchy.
> 
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt   | 4 ++--
>  Documentation/arch/index.rst                      | 2 +-
>  Documentation/{ => arch}/s390/3270.ChangeLog      | 0
>  Documentation/{ => arch}/s390/3270.rst            | 4 ++--
>  Documentation/{ => arch}/s390/cds.rst             | 2 +-
>  Documentation/{ => arch}/s390/common_io.rst       | 2 +-
>  Documentation/{ => arch}/s390/config3270.sh       | 0
>  Documentation/{ => arch}/s390/driver-model.rst    | 0
>  Documentation/{ => arch}/s390/features.rst        | 0
>  Documentation/{ => arch}/s390/index.rst           | 0
>  Documentation/{ => arch}/s390/monreader.rst       | 0
>  Documentation/{ => arch}/s390/pci.rst             | 2 +-
>  Documentation/{ => arch}/s390/qeth.rst            | 0
>  Documentation/{ => arch}/s390/s390dbf.rst         | 0
>  Documentation/{ => arch}/s390/text_files.rst      | 0
>  Documentation/{ => arch}/s390/vfio-ap-locking.rst | 0
>  Documentation/{ => arch}/s390/vfio-ap.rst         | 0
>  Documentation/{ => arch}/s390/vfio-ccw.rst        | 2 +-
>  Documentation/{ => arch}/s390/zfcpdump.rst        | 0
>  Documentation/driver-api/s390-drivers.rst         | 4 ++--
>  MAINTAINERS                                       | 8 ++++----
>  arch/s390/Kconfig                                 | 4 ++--
>  arch/s390/include/asm/debug.h                     | 4 ++--
>  drivers/s390/char/zcore.c                         | 2 +-
>  kernel/Kconfig.kexec                              | 2 +-
>  25 files changed, 21 insertions(+), 21 deletions(-)
>  rename Documentation/{ => arch}/s390/3270.ChangeLog (100%)
>  rename Documentation/{ => arch}/s390/3270.rst (99%)
>  rename Documentation/{ => arch}/s390/cds.rst (99%)
>  rename Documentation/{ => arch}/s390/common_io.rst (98%)
>  rename Documentation/{ => arch}/s390/config3270.sh (100%)
>  rename Documentation/{ => arch}/s390/driver-model.rst (100%)
>  rename Documentation/{ => arch}/s390/features.rst (100%)
>  rename Documentation/{ => arch}/s390/index.rst (100%)
>  rename Documentation/{ => arch}/s390/monreader.rst (100%)
>  rename Documentation/{ => arch}/s390/pci.rst (99%)
>  rename Documentation/{ => arch}/s390/qeth.rst (100%)
>  rename Documentation/{ => arch}/s390/s390dbf.rst (100%)
>  rename Documentation/{ => arch}/s390/text_files.rst (100%)
>  rename Documentation/{ => arch}/s390/vfio-ap-locking.rst (100%)
>  rename Documentation/{ => arch}/s390/vfio-ap.rst (100%)
>  rename Documentation/{ => arch}/s390/vfio-ccw.rst (99%)
>  rename Documentation/{ => arch}/s390/zfcpdump.rst (100%)

I guess this should go via Jonathan, like most (or all) other similar
patches? Jonathan, let me know if you pick this up, or if this should
go via the s390 tree.

In any case:
Acked-by: Heiko Carstens <hca@linux.ibm.com>

  parent reply	other threads:[~2023-07-18  6:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-18  4:55 [PATCH] docs: move s390 under arch Costa Shulyupin
2023-07-18  5:50 ` Randy Dunlap
2023-07-18  6:29 ` Heiko Carstens [this message]
2023-07-18 13:10   ` Jonathan Corbet
2023-07-19  8:10     ` Heiko Carstens
2023-07-18  6:37 ` Philippe Mathieu-Daudé
2023-07-18 13:58 ` Anthony Krowiak

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=ZLYxVo5/YjjOd3i7@osiris \
    --to=hca@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=akrowiak@linux.ibm.com \
    --cc=alex.williamson@redhat.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=catalin.marinas@arm.com \
    --cc=corbet@lwn.net \
    --cc=costa.shul@redhat.com \
    --cc=eric.devolder@oracle.com \
    --cc=farman@linux.ibm.com \
    --cc=geert@linux-m68k.org \
    --cc=gerald.schaefer@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=jgg@ziepe.ca \
    --cc=jjherne@linux.ibm.com \
    --cc=kevin.tian@intel.com \
    --cc=kim.phillips@amd.com \
    --cc=kvm@vger.kernel.org \
    --cc=kwankhede@nvidia.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mjrosato@linux.ibm.com \
    --cc=pasic@linux.ibm.com \
    --cc=paulmck@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rdunlap@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=schnelle@linux.ibm.com \
    --cc=siyanteng@loongson.cn \
    --cc=svens@linux.ibm.com \
    --cc=vgupta@kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=zaslonko@linux.ibm.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