Re: [PATCH] docs: move s390 under arch

From: Heiko Carstens
Date: Tue Jul 18 2023 - 02:38:37 EST


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@xxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxx>