commit | 16174eea2e4fe8247e04c17da682f2034fec0369 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jan 05 18:05:35 2021 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Sat Jan 23 13:58:49 2021 +0000 |
tree | 897136b7d67352f3c20b8fcd440d8159042db1a4 | |
parent | eceaf38f521982bad6dbac1c02becdd80fd6af7c [diff] |
KVM: arm64: Set up .hyp.rodata ELF section We will need to recognize pointers in .rodata specific to hyp, so establish a .hyp.rodata ELF section. Merge it with the existing .hyp.data..ro_after_init as they are treated the same at runtime. Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210105180541.65031-3-dbrazdil@google.com