s390/pkey: introduce dynamic debugging for pkey
authorHarald Freudenberger <freude@linux.ibm.com>
Tue, 30 Jan 2024 09:14:47 +0000 (10:14 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 16 Feb 2024 13:30:13 +0000 (14:30 +0100)
commit6d749b4e02087fa4a68092eef260d31a345603c6
tree4e9f77143ea3d1ef23dade56a1c571189f728866
parent0ccac45295403a7730d7bdd8b047a824b7a23a2e
s390/pkey: introduce dynamic debugging for pkey

This patch replaces all the s390 debug feature calls with
debug level by dynamic debug calls pr_debug. These calls
are much more flexible and each single invocation can get
enabled/disabled at runtime wheres the s390 debug feature
debug calls have only one knob - enable or disable all in
one bunch.

This patch follows a similar change for the AP bus and
zcrypt device driver code. All this code uses dynamic
debugging with pr_debug and friends for emitting debug
traces now.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/crypto/pkey_api.c