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