]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
s390/diag: fix display of diagnose call statistics
authorMichael Mueller <mimu@linux.ibm.com>
Tue, 3 Mar 2020 15:42:01 +0000 (16:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 14:13:44 +0000 (16:13 +0200)
commit068ca0eda09d81664e1ce1188678dd5c21592d9d
treeea2e59c2376573e73efe95a47ce0d9a9c5cd46ea
parent752aadf330840a35f123c59a5d60d9140958d7b7
s390/diag: fix display of diagnose call statistics

commit 6c7c851f1b666a8a455678a0b480b9162de86052 upstream.

Show the full diag statistic table and not just parts of it.

The issue surfaced in a KVM guest with a number of vcpus
defined smaller than NR_DIAG_STAT.

Fixes: 1ec2772e0c3c ("s390/diag: add a statistic for diagnose calls")
Cc: stable@vger.kernel.org
Signed-off-by: Michael Mueller <mimu@linux.ibm.com>
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/kernel/diag.c