]> Cypherpunks repositories - gostls13.git/commit
runtime: fix the vDSO symbol version on loong64
authorWANG Xuerui <git@xen0n.name>
Mon, 23 May 2022 03:02:57 +0000 (11:02 +0800)
committerGopher Robot <gobot@golang.org>
Mon, 23 May 2022 21:58:55 +0000 (21:58 +0000)
commit3fa5ab0d83e1a27628dd997f3883eadd399679e1
tree336bf33e29fd06e1659d6d5b859f31fbfd44b282
parente6b5949a75acbbac54c120520d9720b830cb114e
runtime: fix the vDSO symbol version on loong64

The current value is appropriate for an early in-house version of
Linux/LoongArch, but for the upstream version it is very likely
"LINUX_5.10" instead, per the latest upstream submission [1].

[1]: https://lore.kernel.org/all/20220518095709.1313120-3-chenhuacai@loongson.cn/

Change-Id: Ia97e5cae82a5b306bd3eea86b9e442441da07973
Reviewed-on: https://go-review.googlesource.com/c/go/+/407755
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
src/runtime/vdso_linux_loong64.go