Re: [PATCH v3 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code

2021-01-18 Thread David Brazdil
On Fri, Jan 15, 2021 at 05:18:22PM +, Elena Petrova wrote: > From: George-Aurelian Popescu > > Implement UBSan handlers inside nVHe hyp code, as empty functions for the > moment, so the undefined behaviours, that are triggered there, will be > linked to them, not to the ones defined in kernel

[PATCH v3 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code

2021-01-15 Thread Elena Petrova
From: George-Aurelian Popescu Implement UBSan handlers inside nVHe hyp code, as empty functions for the moment, so the undefined behaviours, that are triggered there, will be linked to them, not to the ones defined in kernel-proper lib/ubsan.c. In this way, enabling UBSAN_MISC won't cause a link