[PULL for-6.0 v3 00/10] emulated nvme fixes for -rc3

Klaus Jensen posted 10 patches 2 years, 11 months ago
Only 0 patches received!
hw/block/nvme-dif.h    |  10 +++
hw/block/nvme-ns.h     |  12 ++--
hw/block/nvme-subsys.h |  11 ++--
hw/block/nvme.h        |  41 +-----------
include/block/nvme.h   |   1 +
hw/block/nvme-dif.c    |  10 +++
hw/block/nvme-ns.c     |  78 ++++++++++++++++++----
hw/block/nvme-subsys.c |  28 --------
hw/block/nvme.c        | 142 +++++++++++++++++------------------------
hw/block/trace-events  |   1 -
10 files changed, 155 insertions(+), 179 deletions(-)
[PULL for-6.0 v3 00/10] emulated nvme fixes for -rc3
Posted by Klaus Jensen 2 years, 11 months ago
From: Klaus Jensen <k.jensen@samsung.com>

Hi Peter,

Gitlab CI finally got back in business :)

Note: only cover letter sent for this v3.


The following changes since commit d0d3dd401b70168a353450e031727affee828527:

  Update version for v6.0.0-rc2 release (2021-04-06 18:34:34 +0100)

are available in the Git repository at:

  git://git.infradead.org/qemu-nvme.git tags/nvme-fixes-20210407-pull-request

for you to fetch changes up to 7645f21f409b67eb9aad9feef6283c2e186e3703:

  hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrl (2021-04-07 10:48:33 +0200)

----------------------------------------------------------------
emulated nvme fixes for -rc3

v3:
  - removed unnecessary deprecation warning

v2:
  - added missing patches

----------------------------------------------------------------

Klaus Jensen (10):
  hw/block/nvme: fix pi constraint check
  hw/block/nvme: fix missing string representation for ns attachment
  hw/block/nvme: fix the nsid 'invalid' value
  hw/block/nvme: fix warning about legacy namespace configuration
  hw/block/nvme: update dmsrl limit on namespace detachment
  hw/block/nvme: fix handling of private namespaces
  hw/block/nvme: add missing copyright headers
  hw/block/nvme: fix ns attachment out-of-bounds read
  hw/block/nvme: fix assert crash in nvme_subsys_ns
  hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrl

 hw/block/nvme-dif.h    |  10 +++
 hw/block/nvme-ns.h     |  12 ++--
 hw/block/nvme-subsys.h |  11 ++--
 hw/block/nvme.h        |  41 +-----------
 include/block/nvme.h   |   1 +
 hw/block/nvme-dif.c    |  10 +++
 hw/block/nvme-ns.c     |  78 ++++++++++++++++++----
 hw/block/nvme-subsys.c |  28 --------
 hw/block/nvme.c        | 142 +++++++++++++++++------------------------
 hw/block/trace-events  |   1 -
 10 files changed, 155 insertions(+), 179 deletions(-)

-- 
2.31.1


Re: [PULL for-6.0 v3 00/10] emulated nvme fixes for -rc3
Posted by Peter Maydell 2 years, 11 months ago
On Wed, 7 Apr 2021 at 17:53, Klaus Jensen <its@irrelevant.dk> wrote:
>
> From: Klaus Jensen <k.jensen@samsung.com>
>
> Hi Peter,
>
> Gitlab CI finally got back in business :)
>
> Note: only cover letter sent for this v3.
>
>
> The following changes since commit d0d3dd401b70168a353450e031727affee828527:
>
>   Update version for v6.0.0-rc2 release (2021-04-06 18:34:34 +0100)
>
> are available in the Git repository at:
>
>   git://git.infradead.org/qemu-nvme.git tags/nvme-fixes-20210407-pull-request
>
> for you to fetch changes up to 7645f21f409b67eb9aad9feef6283c2e186e3703:
>
>   hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrl (2021-04-07 10:48:33 +0200)
>
> ----------------------------------------------------------------
> emulated nvme fixes for -rc3
>
> v3:
>   - removed unnecessary deprecation warning
>
> v2:
>   - added missing patches
>


Applied, thanks.

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

-- PMM