On 7/17/23 21:55, Costa Shulyupin wrote: > 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> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > 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%) > > diff --git a/Documentation/s390/3270.ChangeLog b/Documentation/arch/s390/3270.ChangeLog > similarity index 100% > rename from Documentation/s390/3270.ChangeLog > rename to Documentation/arch/s390/3270.ChangeLog > diff --git a/Documentation/s390/3270.rst b/Documentation/arch/s390/3270.rst > similarity index 99% > rename from Documentation/s390/3270.rst > rename to Documentation/arch/s390/3270.rst > diff --git a/Documentation/s390/cds.rst b/Documentation/arch/s390/cds.rst > similarity index 99% > rename from Documentation/s390/cds.rst > rename to Documentation/arch/s390/cds.rst > diff --git a/Documentation/s390/common_io.rst b/Documentation/arch/s390/common_io.rst > similarity index 98% > rename from Documentation/s390/common_io.rst > rename to Documentation/arch/s390/common_io.rst > diff --git a/Documentation/s390/config3270.sh b/Documentation/arch/s390/config3270.sh > similarity index 100% > rename from Documentation/s390/config3270.sh > rename to Documentation/arch/s390/config3270.sh > diff --git a/Documentation/s390/driver-model.rst b/Documentation/arch/s390/driver-model.rst > similarity index 100% > rename from Documentation/s390/driver-model.rst > rename to Documentation/arch/s390/driver-model.rst > diff --git a/Documentation/s390/features.rst b/Documentation/arch/s390/features.rst > similarity index 100% > rename from Documentation/s390/features.rst > rename to Documentation/arch/s390/features.rst > diff --git a/Documentation/s390/index.rst b/Documentation/arch/s390/index.rst > similarity index 100% > rename from Documentation/s390/index.rst > rename to Documentation/arch/s390/index.rst > diff --git a/Documentation/s390/monreader.rst b/Documentation/arch/s390/monreader.rst > similarity index 100% > rename from Documentation/s390/monreader.rst > rename to Documentation/arch/s390/monreader.rst > diff --git a/Documentation/s390/pci.rst b/Documentation/arch/s390/pci.rst > similarity index 99% > rename from Documentation/s390/pci.rst > rename to Documentation/arch/s390/pci.rst > diff --git a/Documentation/s390/qeth.rst b/Documentation/arch/s390/qeth.rst > similarity index 100% > rename from Documentation/s390/qeth.rst > rename to Documentation/arch/s390/qeth.rst > diff --git a/Documentation/s390/s390dbf.rst b/Documentation/arch/s390/s390dbf.rst > similarity index 100% > rename from Documentation/s390/s390dbf.rst > rename to Documentation/arch/s390/s390dbf.rst > diff --git a/Documentation/s390/text_files.rst b/Documentation/arch/s390/text_files.rst > similarity index 100% > rename from Documentation/s390/text_files.rst > rename to Documentation/arch/s390/text_files.rst > diff --git a/Documentation/s390/vfio-ap-locking.rst b/Documentation/arch/s390/vfio-ap-locking.rst > similarity index 100% > rename from Documentation/s390/vfio-ap-locking.rst > rename to Documentation/arch/s390/vfio-ap-locking.rst > diff --git a/Documentation/s390/vfio-ap.rst b/Documentation/arch/s390/vfio-ap.rst > similarity index 100% > rename from Documentation/s390/vfio-ap.rst > rename to Documentation/arch/s390/vfio-ap.rst > diff --git a/Documentation/s390/vfio-ccw.rst b/Documentation/arch/s390/vfio-ccw.rst > similarity index 99% > rename from Documentation/s390/vfio-ccw.rst > rename to Documentation/arch/s390/vfio-ccw.rst -- ~Randy