[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <159611709973.1644456.15046238262603869142.b4-ty@kernel.org>
Date: Thu, 30 Jul 2020 14:52:09 +0100
From: Marc Zyngier <maz@...nel.org>
To: Will Deacon <will@...nel.org>, David Brazdil <dbrazdil@...gle.com>,
Catalin Marinas <catalin.marinas@....com>
Cc: kernel-team@...gle.com, clang-built-linux@...glegroups.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
android-kvm@...gle.com, kvmarm@...ts.cs.columbia.edu
Subject: Re: [PATCH] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
On Thu, 30 Jul 2020 14:25:19 +0100, David Brazdil wrote:
> Some compilers may put a subset of generated functions into '.text.*'
> ELF sections and the linker may leverage this division to optimize ELF
> layout. Unfortunately, the recently introduced HYPCOPY command assumes
> that all executable code (with the exception of specialized sections
> such as '.hyp.idmap.text') is in the '.text' section. If this
> assumption is broken, code in '.text.*' will be merged into kernel
> proper '.text' instead of the '.hyp.text' that is mapped in EL2.
>
> [...]
Applied to kvm-arm64/el2-obj-v4.1, thanks!
[1/1] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
commit: bdbc0c7a070c0cbe3009cd271c6ec8d87d69cc7a
Cheers,
M.
--
Without deviation from the norm, progress is not possible.
Powered by blists - more mailing lists