On Wed, 29 Mar 2023 12:57:10 +0200, Thomas Huth wrote: > The assembler in Fedora 37 complains: > > x86/syscall.c: Assembler messages: > x86/syscall.c:93: Warning: no instruction mnemonic suffix given and no > register operands; using default for `sysret' > > Add the "l" suffix here to make it silent. > > [...] Applied to kvm-x86 next, thanks! [1/1] x86/syscall: Add suffix to "sysret" to silence an assembler warning https://github.com/kvm-x86/kvm-unit-tests/commit/3c128d26cd4b -- https://github.com/kvm-x86/kvm-unit-tests/tree/next