mbox

[PULL,0/5] qtest timeouts and ROP mitigation

Message ID 20240116075744.219169-1-thuth@redhat.com
State New
Headers show

Pull-request

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

Message

Thomas Huth Jan. 16, 2024, 7:57 a.m. UTC
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(-)

Comments

Peter Maydell Jan. 19, 2024, 9:57 a.m. UTC | #1
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