s390/runtime_instrumentation: fix storage key handling
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 12 Aug 2020 16:55:41 +0000 (18:55 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 17 Aug 2020 11:17:10 +0000 (13:17 +0200)
commit9eaba29c7985236e16468f4e6a49cc18cf01443e
tree30e7b6157f5803b4d766d2104a65c1f557e4c68d
parentb76fee1bc56c31a9d2a49592810eba30cc06d61a
s390/runtime_instrumentation: fix storage key handling

The key member of the runtime instrumentation control block contains
only the access key, not the complete storage key. Therefore the value
must be shifted by four bits.
Note: this is only relevant for debugging purposes in case somebody
compiles a kernel with a default storage access key set to a value not
equal to zero.

Fixes: e4b8b3f33fca ("s390: add support for runtime instrumentation")
Reported-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/runtime_instr.c