]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 4 Apr 2019 12:20:05 +0000 (12:20 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 7 Apr 2019 20:57:19 +0000 (06:57 +1000)
commit3d0eadf567b02a536b2087564cafefdbf922dd85
tree9efe2bd04bd1b13af611d8ef231a145b7396231b
parentf789a4d276fb9b001054b70a28ff251de2aa8332
powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64

Commit 68894a52bfbe ("powerpc/vdso64: Fix CLOCK_MONOTONIC
inconsistencies across Y2038") changed the type of wtom_clock_sec
to s64 on PPC64. Therefore, VDSO32 needs to read it with a 4 bytes
shift in order to retrieve the lower part of it.

Fixes: 68894a52bfbe ("powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038")
Reported-by: Christian Zigotzky <chzigotzky@xenosoft.de>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/vdso32/gettimeofday.S