diff options
author | Harald Freudenberger <freude@linux.ibm.com> | 2024-01-30 10:07:28 +0100 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2024-02-16 14:30:12 +0100 |
commit | 08b2c3706de21d77cfe88017536f790a86bed397 (patch) | |
tree | 0bead37df24a6b92346805b7aa69198f0e747b2d /drivers/s390/crypto/pkey_api.c | |
parent | s390/zcrypt: harmonize debug feature calls and defines (diff) | |
download | linux-08b2c3706de21d77cfe88017536f790a86bed397.tar.xz linux-08b2c3706de21d77cfe88017536f790a86bed397.zip |
s390/zcrypt: introduce dynamic debugging for AP and zcrypt code
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. The benefit is especially significant with
high frequency called functions like the AP bus scan. In
most debugging scenarios you don't want and need them, but
sometimes it is crucial to know exactly when and how long
the AP bus scan took.
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions