[PULL 0/2] hw/nvme fixes

Klaus Jensen posted 2 patches 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260326082350.17374-1-its@irrelevant.dk
Maintainers: Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>, Jesper Devantier <foss@defmacro.it>
hw/nvme/ctrl.c | 4 +++-
hw/nvme/ns.c   | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
[PULL 0/2] hw/nvme fixes
Posted by Klaus Jensen 1 week ago
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit 007b29752ed06e467d3c830bc2c17a8851f8bcd3:

  Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into staging (2026-03-25 09:16:13 +0000)

are available in the Git repository at:

  https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20260326

for you to fetch changes up to eb5cc99aff17cbfdad16b18d3503c6f22233eeb5:

  hw/nvme: fix heap-buffer-overflow in nvme_abort (2026-03-26 09:14:35 +0100)

----------------------------------------------------------------
nvme queue

----------------------------------------------------------------
Kaixuan Li (1):
      hw/nvme: fix heap-buffer-overflow in nvme_abort

Pankaj Raghav (1):
      hw/nvme: re-enable wzds bit in namespace dlfeat

 hw/nvme/ctrl.c | 4 +++-
 hw/nvme/ns.c   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
Re: [PULL 0/2] hw/nvme fixes
Posted by Peter Maydell 1 week ago
On Thu, 26 Mar 2026 at 08:24, Klaus Jensen <its@irrelevant.dk> wrote:
>
> From: Klaus Jensen <k.jensen@samsung.com>
>
> Hi,
>
> The following changes since commit 007b29752ed06e467d3c830bc2c17a8851f8bcd3:
>
>   Merge tag 'for-upstream' of https://gitlab.com/kmwolf/qemu into staging (2026-03-25 09:16:13 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20260326
>
> for you to fetch changes up to eb5cc99aff17cbfdad16b18d3503c6f22233eeb5:
>
>   hw/nvme: fix heap-buffer-overflow in nvme_abort (2026-03-26 09:14:35 +0100)
>
> ----------------------------------------------------------------
> nvme queue
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM