Gerald Schaefer 015916ca02 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-25 09:04:05 +01:00
..
2020-10-22 13:13:57 -07:00
2020-11-23 11:52:13 +01:00
2020-08-11 18:16:43 +02:00
2020-09-17 14:11:03 +02:00
2020-09-30 12:09:54 +02:00
2020-10-16 12:36:38 -07:00
2020-06-29 16:31:46 +02:00
2020-01-30 13:07:55 +01:00
2020-08-17 13:17:14 +02:00
2020-10-16 12:36:38 -07:00
2020-06-29 16:31:46 +02:00
2020-08-26 18:47:21 +02:00