[PULL 0/3] Various fixes

Thomas Huth posted 3 patches 1 year ago
Failed in applying to current master (apply log)
tests/qtest/readconfig-test.c |  6 +++---
util/async.c                  | 14 ++++++++------
tests/qtest/meson.build       |  3 ++-
3 files changed, 13 insertions(+), 10 deletions(-)
[PULL 0/3] Various fixes
Posted by Thomas Huth 1 year ago
 Hi Richard!

The following changes since commit 7c18f2d663521f1b31b821a13358ce38075eaf7d:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-04-29 23:07:17 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-05-02

for you to fetch changes up to 7915bd06f25e1803778081161bf6fa10c42dc7cd:

  async: avoid use-after-free on re-entrancy guard (2023-05-02 10:03:26 +0200)

----------------------------------------------------------------
* Fix the failing FreeBSD job in our CI
* Run the tpm-tis-i2c-test only if TCG is enabled
* Fix a use-after-free problem in the new reentracy checking code

----------------------------------------------------------------
Alexander Bulekov (1):
      async: avoid use-after-free on re-entrancy guard

Fabiano Rosas (1):
      tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG

Thomas Huth (1):
      tests/qtest: Disable the spice test of readconfig-test on FreeBSD

 tests/qtest/readconfig-test.c |  6 +++---
 util/async.c                  | 14 ++++++++------
 tests/qtest/meson.build       |  3 ++-
 3 files changed, 13 insertions(+), 10 deletions(-)
Re: [PULL 0/3] Various fixes
Posted by Richard Henderson 1 year ago
On 5/2/23 11:18, Thomas Huth wrote:
>   Hi Richard!
> 
> The following changes since commit 7c18f2d663521f1b31b821a13358ce38075eaf7d:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-04-29 23:07:17 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2023-05-02
> 
> for you to fetch changes up to 7915bd06f25e1803778081161bf6fa10c42dc7cd:
> 
>    async: avoid use-after-free on re-entrancy guard (2023-05-02 10:03:26 +0200)
> 
> ----------------------------------------------------------------
> * Fix the failing FreeBSD job in our CI
> * Run the tpm-tis-i2c-test only if TCG is enabled
> * Fix a use-after-free problem in the new reentracy checking code
> 
> ----------------------------------------------------------------
> Alexander Bulekov (1):
>        async: avoid use-after-free on re-entrancy guard
> 
> Fabiano Rosas (1):
>        tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG
> 
> Thomas Huth (1):
>        tests/qtest: Disable the spice test of readconfig-test on FreeBSD
> 
>   tests/qtest/readconfig-test.c |  6 +++---
>   util/async.c                  | 14 ++++++++------
>   tests/qtest/meson.build       |  3 ++-
>   3 files changed, 13 insertions(+), 10 deletions(-)
> 

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~