From f3b7f4b14bde07570b1c59f78c01e1ada51dbe7f Mon Sep 17 00:00:00 2001 From: Joern Siglen Date: Mon, 15 May 2023 14:08:29 +0200 Subject: [PATCH] dbginfo.sh: fix icastats for all users icastats is accounted by user and does cover root only today adding the --all will collect stats for all users Reported-by: Ingo Franzki Reviewed-by: Ingo Franzki Signed-off-by: Joern Siglen Signed-off-by: Steffen Eiden --- scripts/dbginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 4fb3def7..e9e1e461 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -518,7 +518,7 @@ CMDS="${CMDS}\ :ep11info -H\ :ep11info -M\ :icainfo\ - :icastats\ + :icastats --all\ :ivp.e # IBM CCA package install check\ :ls -al /usr/lib64/opencryptoki/stdll\ :lszcrypt -VV\