Skip to content

Commit e5b7ca0

Browse files
committed
Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 updates from Heiko Carstens: - Add vfio-ap support to pass-through crypto devices to secure execution guests - Add API ordinal 6 support to zcrypt_ep11misc device drive, which is required to handle key generate and key derive (e.g. secure key to protected key) correctly - Add missing secure/has_secure sysfs files for the case where it is not possible to figure where a system has been booted from. Existing user space relies on that these files are always present - Fix DCSS block device driver list corruption, caused by incorrect error handling - Convert virt_to_pfn() and pfn_to_virt() from defines to static inline functions to enforce type checking - Cleanups, improvements, and minor fixes to the kernel mapping setup - Fix various virtual vs physical address confusions - Move pfault code to separate file, since it has nothing to do with regular fault handling - Move s390 documentation to Documentation/arch/ like it has been done for other architectures already - Add HAVE_FUNCTION_GRAPH_RETVAL support - Factor out the s390_hypfs filesystem and add a new config option for it. The filesystem is deprecated and as soon as all users are gone it can be removed some time in the not so near future - Remove support for old CEX2 and CEX3 crypto cards from zcrypt device driver - Add support for user-defined certificates: receive user-defined certificates with a diagnose call and provide them via 'cert_store' keyring to user space - Couple of other small fixes and improvements all over the place * tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (66 commits) s390/pci: use builtin_misc_device macro to simplify the code s390/vfio-ap: make sure nib is shared KVM: s390: export kvm_s390_pv*_is_protected functions s390/uv: export uv_pin_shared for direct usage s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36 s390/vfio-ap: handle queue state change in progress on reset s390/vfio-ap: use work struct to verify queue reset s390/vfio-ap: store entire AP queue status word with the queue object s390/vfio-ap: remove upper limit on wait for queue reset to complete s390/vfio-ap: allow deconfigured queue to be passed through to a guest s390/vfio-ap: wait for response code 05 to clear on queue reset s390/vfio-ap: clean up irq resources if possible s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW after TAPQ s390/ipl: refactor deprecated strncpy s390/ipl: fix virtual vs physical address confusion s390/zcrypt_ep11misc: support API ordinal 6 with empty pin-blob s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 IOCTL s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_KBLOB2PROTK[23] ...
2 parents 97efd28 + dedf98d commit e5b7ca0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+2576
-2153
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
others).
554554

555555
ccw_timeout_log [S390]
556-
See Documentation/s390/common_io.rst for details.
556+
See Documentation/arch/s390/common_io.rst for details.
557557

558558
cgroup_disable= [KNL] Disable a particular controller or optional feature
559559
Format: {name of the controller(s) or feature(s) to disable}
@@ -598,7 +598,7 @@
598598
Setting checkreqprot to 1 is deprecated.
599599

600600
cio_ignore= [S390]
601-
See Documentation/s390/common_io.rst for details.
601+
See Documentation/arch/s390/common_io.rst for details.
602602

603603
clearcpuid=X[,X...] [X86]
604604
Disable CPUID feature X for the kernel. See

Documentation/arch/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ implementation.
2121
parisc/index
2222
../powerpc/index
2323
../riscv/index
24-
../s390/index
24+
s390/index
2525
sh/index
2626
sparc/index
2727
x86/index

Documentation/s390/3270.rst renamed to Documentation/arch/s390/3270.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Here are the installation steps in detail:
116116
as a 3270, not a 3215.
117117

118118
5. Run the 3270 configuration script config3270. It is
119-
distributed in this same directory, Documentation/s390, as
119+
distributed in this same directory, Documentation/arch/s390, as
120120
config3270.sh. Inspect the output script it produces,
121121
/tmp/mkdev3270, and then run that script. This will create the
122122
necessary character special device files and make the necessary
@@ -125,7 +125,7 @@ Here are the installation steps in detail:
125125
Then notify /sbin/init that /etc/inittab has changed, by issuing
126126
the telinit command with the q operand::
127127

128-
cd Documentation/s390
128+
cd Documentation/arch/s390
129129
sh config3270.sh
130130
sh /tmp/mkdev3270
131131
telinit q

Documentation/s390/cds.rst renamed to Documentation/arch/s390/cds.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ some of them are ESA/390 platform specific.
3939

4040
Note:
4141
In order to write a driver for S/390, you also need to look into the interface
42-
described in Documentation/s390/driver-model.rst.
42+
described in Documentation/arch/s390/driver-model.rst.
4343

4444
Note for porting drivers from 2.4:
4545

Documentation/s390/common_io.rst renamed to Documentation/arch/s390/common_io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ debugfs entries
136136

137137
The level of logging can be changed to be more or less verbose by piping to
138138
/sys/kernel/debug/s390dbf/cio_*/level a number between 0 and 6; see the
139-
documentation on the S/390 debug feature (Documentation/s390/s390dbf.rst)
139+
documentation on the S/390 debug feature (Documentation/arch/s390/s390dbf.rst)
140140
for details.
File renamed without changes.

0 commit comments

Comments
 (0)