]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8987/1: VDSO: Fix incorrect clock_gettime64
authorJaedon Shin <jaedon.shin@gmail.com>
Thu, 18 Jun 2020 17:15:30 +0000 (18:15 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 21 Jul 2020 15:32:55 +0000 (16:32 +0100)
commit43e60483230bdfe1c50c5dc6ad4608d2e26f9d4a
treec02456ebbe31be79fca83062c2d3edd20bde76b8
parent3475c8b9871121b2e50011da4f7d53ddc3211493
ARM: 8987/1: VDSO: Fix incorrect clock_gettime64

__vdso_*() should be removed and fallback used if CNTCVT is not
available by cntvct_functional(). __vdso_clock_gettime64 when added
previous commit is using the incorrect CNTCVT value in that state.
__vdso_clock_gettime64 is also added to remove it's symbol.

Cc: stable@vger.kernel.org
Fixes: b1c9dc549e00 ("ARM: 8932/1: Add clock_gettime64 entry point")
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Tested-by: Robin Murphy <robin.mruphy@arm.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/vdso.c