[PULL 0/2] Two small fixes for QEMU 7.1-rc3

Thomas Huth posted 2 patches 1 year, 8 months ago
hw/usb/hcd-xhci.c             | 23 +++++++++++++++++++----
tests/qtest/readconfig-test.c | 12 ++++++------
2 files changed, 25 insertions(+), 10 deletions(-)
[PULL 0/2] Two small fixes for QEMU 7.1-rc3
Posted by Thomas Huth 1 year, 8 months ago
 Hi Richard!

Two minor fixes for rc3. If this is too late for rc3, please feel free
to ignore, I think they are not severe enough to justify an rc4 later.

The following changes since commit d102b8162a1e5fe8288d4d5c01801ce6536ac2d1:

  Merge tag 'pull-la-20220814' of https://gitlab.com/rth7680/qemu into staging (2022-08-14 08:48:11 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-08-16

for you to fetch changes up to effaf5a240e03020f4ae953e10b764622c3e87cc:

  hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394) (2022-08-16 11:37:19 +0200)

----------------------------------------------------------------
* Fix a possible endless loop in USB XHCI code
* Minor fixes for the new readconfig test

----------------------------------------------------------------
Daniel P. Berrangé (1):
      tests/qtest: misc tweaks to readconfig

Thomas Huth (1):
      hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)

 hw/usb/hcd-xhci.c             | 23 +++++++++++++++++++----
 tests/qtest/readconfig-test.c | 12 ++++++------
 2 files changed, 25 insertions(+), 10 deletions(-)


Re: [PULL 0/2] Two small fixes for QEMU 7.1-rc3
Posted by Richard Henderson 1 year, 8 months ago
On 8/16/22 04:58, Thomas Huth wrote:
>   Hi Richard!
> 
> Two minor fixes for rc3. If this is too late for rc3, please feel free
> to ignore, I think they are not severe enough to justify an rc4 later.
> 
> The following changes since commit d102b8162a1e5fe8288d4d5c01801ce6536ac2d1:
> 
>    Merge tag 'pull-la-20220814' of https://gitlab.com/rth7680/qemu into staging (2022-08-14 08:48:11 -0500)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2022-08-16
> 
> for you to fetch changes up to effaf5a240e03020f4ae953e10b764622c3e87cc:
> 
>    hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394) (2022-08-16 11:37:19 +0200)
> 
> ----------------------------------------------------------------
> * Fix a possible endless loop in USB XHCI code
> * Minor fixes for the new readconfig test

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


r~


> 
> ----------------------------------------------------------------
> Daniel P. Berrangé (1):
>        tests/qtest: misc tweaks to readconfig
> 
> Thomas Huth (1):
>        hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)
> 
>   hw/usb/hcd-xhci.c             | 23 +++++++++++++++++++----
>   tests/qtest/readconfig-test.c | 12 ++++++------
>   2 files changed, 25 insertions(+), 10 deletions(-)
>