lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <174101674141.3908971.11827388921425650465.b4-ty@google.com>
Date: Tue,  4 Mar 2025 17:05:10 -0800
From: Sean Christopherson <seanjc@...gle.com>
To: Sean Christopherson <seanjc@...gle.com>, Paolo Bonzini <pbonzini@...hat.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: selftests: Fix printf() format goof in SEV smoke test

On Fri, 28 Feb 2025 15:38:52 -0800, Sean Christopherson wrote:
> Print out the index of mismatching XSAVE bytes using unsigned decimal
> format.  Some versions of clang complain about trying to print an integer
> as an unsigned char.
> 
>   x86/sev_smoke_test.c:55:51: error: format specifies type 'unsigned char'
>                                      but the argument has type 'int' [-Werror,-Wformat]
> 
> [...]

Applied to kvm-x86 fixes, thanks!

[1/1] KVM: selftests: Fix printf() format goof in SEV smoke test
      https://github.com/kvm-x86/linux/commit/3b2d3db36801

--
https://github.com/kvm-x86/linux/tree/next

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ