Re: ssl fips self check fails with 7.2.0 on x86 TCG

2023-05-09 Thread Patrick Venture
On Tue, May 9, 2023 at 9:51 AM Michael Tokarev wrote: > 09.05.2023 17:39, Philippe Mathieu-Daudé пишет: > ..> Should be fixed in v7.2-stable: > > > > $ git log --oneline --grep=1d0b9261 v7.2.2 > > c45d10f655 target/i386: fix ADOX followed by ADCX > > 6809dbc5c5 target/i386: Fix C flag for BLSI,

Re: ssl fips self check fails with 7.2.0 on x86 TCG

2023-05-09 Thread Michael Tokarev
09.05.2023 17:39, Philippe Mathieu-Daudé пишет: ..> Should be fixed in v7.2-stable: $ git log --oneline --grep=1d0b9261 v7.2.2 c45d10f655 target/i386: fix ADOX followed by ADCX 6809dbc5c5 target/i386: Fix C flag for BLSI, BLSMSK, BLSR 8d3c9fc439 target/i386: Fix BEXTR instruction

Re: ssl fips self check fails with 7.2.0 on x86 TCG

2023-05-09 Thread Philippe Mathieu-Daudé
Hi, On 9/5/23 04:08, Patrick Venture wrote: Verified it was https://gitlab.com/qemu-project/qemu/-/issues/1471 On Thu, May 4, 2023 at 12:03 PM Patrick Venture > wrote: Hi, I just finished rebasing my

Re: ssl fips self check fails with 7.2.0 on x86 TCG

2023-05-08 Thread Patrick Venture
Verified it was https://gitlab.com/qemu-project/qemu/-/issues/1471 On Thu, May 4, 2023 at 12:03 PM Patrick Venture wrote: > Hi, > > I just finished rebasing my team onto 7.2.0 and now I'm seeing >

ssl fips self check fails with 7.2.0 on x86 TCG

2023-05-04 Thread Patrick Venture
Hi, I just finished rebasing my team onto 7.2.0 and now I'm seeing https://boringssl.googlesource.com/boringssl/+/master/crypto/fipsmodule/self_check/self_check.c#361 fail. I applied https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg00260.html and it's still failing. Is anyone else