s390/vdso: copy tod_steering_delta value to vdso_data page
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 23 Mar 2021 20:40:11 +0000 (21:40 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 25 Mar 2021 20:57:25 +0000 (21:57 +0100)
commit72bbc226ed2ef0a46c165a482861fff00dd6d4e1
treea0f30b25392fb76bb59424f4c4d8837b63b6bab2
parent0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b
s390/vdso: copy tod_steering_delta value to vdso_data page

When converting the vdso assembler code to C it was forgotten to
actually copy the tod_steering_delta value to vdso_data page.

Which in turn means that tod clock steering will not work correctly.

Fix this by simply copying the value whenever it is updated.

Fixes: 4bff8cb54502 ("s390: convert to GENERIC_VDSO")
Cc: <stable@vger.kernel.org> # 5.10
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/time.c