qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-stable@nongnu.org
Cc: qemu-devel@nongnu.org, Michael Roth <michael.roth@amd.com>
Subject: Re: [PATCH v8.0.1 00/36] Patch Round-up for stable 8.0.1, freeze on 2023-05-27
Date: Wed, 17 May 2023 19:11:45 +0200	[thread overview]
Message-ID: <65fd93e7-c4fc-0686-d795-d542617d94af@redhat.com> (raw)
In-Reply-To: <20230517073442.3622973-0-mjt@msgid.tls.msk.ru>

On 5/17/23 10:00, Michael Tokarev wrote:
> Hi everyone,
> 
> The following new patches are queued for QEMU stable v8.0.1:
> 
>    https://gitlab.com/qemu-project/qemu/-/commits/staging-8.0
> 
> Patch freeze is 2023-05-27, and the release is planned for 2023-06-29:
> 
>    https://wiki.qemu.org/Planning/8.0
> 
> Please respond here or CCqemu-stable@nongnu.org  on any additional patches
> you think should (or shouldn't) be included in the release.
> 
> I'd like to include a few more changes in 8.0.1 release, for example
> https://lore.kernel.org/all/20230301142926.18686-1-yuval.shaia.ml@gmail.com/
> "hw/pvrdma: Protect against buggy or malicious guest driver", and especially
> https://lore.kernel.org/all/20230503002701.854329-1-leobras@redhat.com/
> "hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0"
> and a few others, but we can wait forever.  I pinged patches which seems
> like should be in -stable.

I'll send several more in a pull request tomorrow.

Paolo



  parent reply	other threads:[~2023-05-17 17:12 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17  8:00 [PATCH v8.0.1 00/36] Patch Round-up for stable 8.0.1, freeze on 2023-05-27 Michael Tokarev
     [not found] ` <<20230517073442.3622973-0-mjt@msgid.tls.msk.ru>
2023-05-17  8:00   ` [PATCH v8.0.1 01/36] vnc: avoid underflow when accessing user-provided address Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 02/36] target/i386: Change wrong XFRM value in SGX CPUID leaf Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 03/36] hw/timer/imx_epit: don't shadow variable Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 04/36] hw/timer/imx_epit: fix limit check Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 05/36] acpi: pcihp: allow repeating hot-unplug requests Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 06/36] block/monitor: Fix crash when executing HMP commit Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 07/36] qemu-options: finesse the recommendations around -blockdev Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 08/36] docs/about/deprecated.rst: Add "since 7.1" tag to dtb-kaslr-seed deprecation Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 09/36] target/arm: Initialize debug capabilities only once Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 10/36] hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc() Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 11/36] hw/arm/boot: Make write_bootloader() public as arm_write_bootloader() Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 12/36] hw/arm/aspeed: Use arm_write_bootloader() to write the bootloader Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 13/36] hw/arm/raspi: Use arm_write_bootloader() to write boot code Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 14/36] hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit() Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 15/36] target/arm: Define and use new load_cpu_field_low32() Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 16/36] hw/sd/allwinner-sdhost: Correctly byteswap descriptor fields Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 17/36] hw/net/allwinner-sun8i-emac: " Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 18/36] block/export: call blk_set_dev_ops(blk, NULL, NULL) Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 19/36] softfloat: Fix the incorrect computation in float32_exp2 Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 20/36] meson: leave unnecessary modules out of the build Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 21/36] block: Fix use after free in blockdev_mark_auto_del() Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 22/36] block: Consistently call bdrv_activate() outside coroutine Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 23/36] block: bdrv/blk_co_unref() for calls in coroutine context Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 24/36] block: Don't call no_coroutine_fns in qmp_block_resize() Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 25/36] target/riscv: Fix itrigger when icount is used Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 26/36] target/riscv: Restore the predicate() NULL check behavior Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 27/36] hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset() Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 28/36] accel/tcg: Fix atomic_mmu_lookup for reads Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 29/36] target/arm: Fix handling of SW and NSW bits for stage 2 walks Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 30/36] ui: Fix pixel colour channel order for PNG screenshots Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 31/36] target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size check Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 32/36] async: Suppress GCC13 false positive in aio_bh_poll() Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 33/36] tcg: ppc64: Fix mask generation for vextractdm Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 34/36] target/s390x: Fix EXECUTE of relative branches Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 35/36] 9pfs/xen: Fix segfault on shutdown Michael Tokarev
2023-05-17  8:00   ` [PATCH v8.0.1 36/36] tcg/i386: Set P_REXW in tcg_out_addi_ptr Michael Tokarev
2023-05-17  8:41 ` [PATCH v8.0.1 00/36] Patch Round-up for stable 8.0.1, freeze on 2023-05-27 Thomas Huth
2023-05-17  9:56   ` Michael Tokarev
2023-05-17  8:42 ` Michael Tokarev
2023-05-17 17:11 ` Paolo Bonzini [this message]
2023-05-18 13:32 ` Eric Blake
2023-05-18 14:11   ` Michael Tokarev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=65fd93e7-c4fc-0686-d795-d542617d94af@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=michael.roth@amd.com \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).