[PULL 0/5] qtest timeouts and ROP mitigation

Thomas Huth posted 5 patches 10 months, 2 weeks ago
Failed in applying to current master (apply log)
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Laurent Vivier <lvivier@redhat.com>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>
meson.build                               | 16 ++++++++++++++++
tests/qtest/npcm7xx_watchdog_timer-test.c |  5 +++--
tests/qtest/meson.build                   |  3 ++-
3 files changed, 21 insertions(+), 3 deletions(-)
[PULL 0/5] qtest timeouts and ROP mitigation
Posted by Thomas Huth 10 months, 2 weeks ago
 Hi Peter!

The following changes since commit 977542ded7e6b28d2bc077bcda24568c716e393c:

  Merge tag 'pull-testing-updates-120124-2' of https://gitlab.com/stsquad/qemu into staging (2024-01-12 14:02:53 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-01-16

for you to fetch changes up to 7ff9ff039380008952c6fd32011dd2a4d5666906:

  meson: mitigate against use of uninitialize stack for exploits (2024-01-16 07:25:27 +0100)

----------------------------------------------------------------
* Improve the timeouts for some problematic qtests
* Enable some ROP mitigation compiler switches

----------------------------------------------------------------
Daniel P. Berrangé (2):
      meson: mitigate against ROP exploits with -fzero-call-used-regs
      meson: mitigate against use of uninitialize stack for exploits

Thomas Huth (3):
      tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutes
      tests/qtest/npcm7xx_watchdog_timer: Only test the corner cases by default
      qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutes

 meson.build                               | 16 ++++++++++++++++
 tests/qtest/npcm7xx_watchdog_timer-test.c |  5 +++--
 tests/qtest/meson.build                   |  3 ++-
 3 files changed, 21 insertions(+), 3 deletions(-)


Re: [PULL 0/5] qtest timeouts and ROP mitigation
Posted by Peter Maydell 10 months, 1 week ago
On Tue, 16 Jan 2024 at 07:57, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 977542ded7e6b28d2bc077bcda24568c716e393c:
>
>   Merge tag 'pull-testing-updates-120124-2' of https://gitlab.com/stsquad/qemu into staging (2024-01-12 14:02:53 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2024-01-16
>
> for you to fetch changes up to 7ff9ff039380008952c6fd32011dd2a4d5666906:
>
>   meson: mitigate against use of uninitialize stack for exploits (2024-01-16 07:25:27 +0100)
>
> ----------------------------------------------------------------
> * Improve the timeouts for some problematic qtests
> * Enable some ROP mitigation compiler switches
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM