diff options
| author | Alexander Potapenko <glider@google.com> | 2025-11-28 13:29:28 +0100 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-11-28 13:15:13 +0000 |
| commit | 01c07bfe113aa2369bbff34c8f845108a2273e1f (patch) | |
| tree | e03a9e26dd5faffc8def529849fb6eb06c8536d3 /pkg | |
| parent | d1b870e1003b52891d2196c1e2ee42fe905010ba (diff) | |
executor: apply optnone to guest_handle_nested_vmentry_intel()
Florent Revest reported ThinLTO builds failing with the following error:
<inline asm>:2:1: error: symbol 'after_vmentry_label' is already defined
after_vmentry_label:
^
error: cannot compile inline asm
, which turned out to be caused by the compiler not respecting `noinline`.
Adding __attribute__((optnone)) (or optimize("O0") on GCC) fixes the issue.
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions
