Re: [PULL v1 1/1] tpm: fix crash when FD >= 1024

2023-09-13 Thread Daniel P . Berrangé
On Wed, Sep 13, 2023 at 09:41:48AM +0300, Michael Tokarev wrote: > 13.09.2023 00:41, Stefan Berger wrote: > > From: Marc-Andr޸ Lureau > > > > Replace select() with poll() to fix a crash when QEMU has a large number > > of FDs. > > > > Fixes: > > https://bugzilla.redhat.com/show_bug.cgi?id=202013

Re: [PULL v1 1/1] tpm: fix crash when FD >= 1024

2023-09-12 Thread Michael Tokarev
13.09.2023 00:41, Stefan Berger wrote: From: Marc-Andr޸ Lureau Replace select() with poll() to fix a crash when QEMU has a large number of FDs. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2020133 Please keep these on the same line next time. And there's an UTF8 issue with Marc-André'

[PULL v1 1/1] tpm: fix crash when FD >= 1024

2023-09-12 Thread Stefan Berger
From: Marc-Andr޸ Lureau Replace select() with poll() to fix a crash when QEMU has a large number of FDs. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2020133 Cc: qemu-sta...@nongnu.org Fixes: 56a3c24ffc ("tpm: Probe for connected TPM 1.2 or TPM 2") Signed-off-by: Marc-Andr޸ Lureau Review