Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: e4b8b3f ("s390: add support for runtime instrumentation") Reported-by: Claudio Imbrenda <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
- Loading branch information