aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
diff options
context:
space:
mode:
authorHarald Freudenberger <freude@linux.ibm.com>2018-10-19 10:36:28 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-10-22 08:37:46 +0200
commitf822ad2c2c03af85a531c5174136b6d5b1abc566 (patch)
tree7920d436f4b88071942e684051500d0218b3a052 /arch/s390/mm
parents390/kasan: support preemptible kernel build (diff)
downloadlinux-dev-f822ad2c2c03af85a531c5174136b6d5b1abc566.tar.xz
linux-dev-f822ad2c2c03af85a531c5174136b6d5b1abc566.zip
s390/pkey: move pckmo subfunction available checks away from module init
The init of the pkey module currently fails if the pckmo instruction or the subfunctions are not available. However, customers may restrict their LPAR to switch off exactly these functions and work with secure key only. So it is a valid case to have the pkey module active and use it for secure key to protected key transfer only. This patch moves the pckmo subfunction check from the pkey module init function into the internal function where the pckmo instruction is called. So now only on invocation of the pckmo instruction the check for the required subfunction is done. If not available EOPNOTSUPP is returned to the caller. The check for having the pckmo instruction available is still done during module init. This instruction came in with MSA 3 together with the basic set of kmc instructions needed to work with protected keys. Signed-off-by: Harald Freudenberger <freude@linux.ibm.com> Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/mm')
0 files changed, 0 insertions, 0 deletions