[google/syzkaller] 01c07b: executor: apply optnone to guest_handle_nested_vme...

1 view
Skip to first unread message

Alexander Potapenko

unread,
Nov 28, 2025, 8:15:53 AM (6 days ago) Nov 28
to syzk...@googlegroups.com
Branch: refs/heads/gh-readonly-queue/master/pr-6486-d1b870e1003b52891d2196c1e2ee42fe905010ba
Home: https://github.com/google/syzkaller
Commit: 01c07bfe113aa2369bbff34c8f845108a2273e1f
https://github.com/google/syzkaller/commit/01c07bfe113aa2369bbff34c8f845108a2273e1f
Author: Alexander Potapenko <gli...@google.com>
Date: 2025-11-28 (Fri, 28 Nov 2025)

Changed paths:
M executor/common_kvm_amd64_syzos.h
M executor/common_kvm_syzos.h

Log Message:
-----------
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.



To unsubscribe from these emails, change your notification settings at https://github.com/google/syzkaller/settings/notifications

Alexander Potapenko

unread,
Nov 28, 2025, 8:27:16 AM (6 days ago) Nov 28
to syzk...@googlegroups.com
Branch: refs/heads/master
Reply all
Reply to author
Forward
0 new messages