Gerald Schaefer 34794bc0e7 s390/vtime: fix increased steal time accounting
commit d54cb7d54877d529bc1e0e1f47a3dd082f73add3 upstream.

Commit 152e9b8676c6e ("s390/vtime: steal time exponential moving average")
inadvertently changed the input value for account_steal_time() from
"cputime_to_nsecs(steal)" to just "steal", resulting in broken increased
steal time accounting.

Fix this by changing it back to "cputime_to_nsecs(steal)".

Fixes: 152e9b8676c6e ("s390/vtime: steal time exponential moving average")
Cc: <stable@vger.kernel.org> # 5.1
Reported-by: Sabine Forkel <sabine.forkel@de.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-03-24 11:26:35 +01:00
..
2019-07-23 10:45:53 +02:00
2020-06-30 15:37:05 -04:00
2019-09-17 14:04:43 -07:00
2019-04-29 10:47:10 +02:00
2019-05-02 13:54:11 +02:00
2020-08-26 10:41:02 +02:00
2018-02-27 08:05:23 +01:00
2019-06-07 10:09:37 +02:00
2019-09-17 14:04:43 -07:00