Skip to content
Commit 72bbc226 authored by Heiko Carstens's avatar Heiko Carstens
Browse files

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: 4bff8cb5 ("s390: convert to GENERIC_VDSO")
Cc: <stable@vger.kernel.org> # 5.10
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 0d02ec6b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment