Merge "riscv64: fix the name of Zisslpcfi." am: d3733e1edd am: 949a2b0d45

Original change: https://android-review.googlesource.com/c/platform/bionic/+/2552295

Change-Id: I17aa379c491d4132b29dc3054abe9ceba682d797
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-04-22 02:41:09 +00:00 committed by Automerger Merge Worker
commit 73d0e3b87e

View file

@ -137,7 +137,7 @@ class pthread_internal_t {
// clobber x18 on arm64, therefore each process must declare early during // clobber x18 on arm64, therefore each process must declare early during
// process startup whether it might load legacy code. // process startup whether it might load legacy code.
// TODO: riscv64 has no legacy code, so we can actually go this route // TODO: riscv64 has no legacy code, so we can actually go this route
// there, but hopefully we'll actually get the Zsslpcfi extension instead. // there, but hopefully we'll actually get the Zisslpcfi extension instead.
// 2) Mark the guard region as such using prctl(PR_SET_VMA_ANON_NAME) and // 2) Mark the guard region as such using prctl(PR_SET_VMA_ANON_NAME) and
// discover its address by reading /proc/self/maps. One issue with this is // discover its address by reading /proc/self/maps. One issue with this is
// that reading /proc/self/maps can race with allocations, so we may need // that reading /proc/self/maps can race with allocations, so we may need