arm64: vdso: Avoid ISB after reading from cntvct_el0
stable inclusion from stable-5.10.58 commit 37cbd27ef4b2abafcb79b18063b7effdb470348c bugzilla: 176984 https://gitee.com/openeuler/kernel/issues/I4E2P4 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=37cbd27ef4b2abafcb79b18063b7effdb470348c -------------------------------- commit 77ec4625 upstream. We can avoid the expensive ISB instruction after reading the counter in the vDSO gettime functions by creating a fake address hazard against a dummy stack read, just like we do inside the kernel. Signed-off-by:Will Deacon <will@kernel.org> Reviewed-by:
Vincenzo Frascino <vincenzo.frascino@arm.com> Link: https://lore.kernel.org/r/20210318170738.7756-5-will@kernel.org Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Chanho Park <chanho61.park@samsung.com> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Conflicts: arch/arm64/include/asm/vdso/gettimeofday.h Acked-by:
Weilong Chen <chenweilong@huawei.com> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment