mbox

[PULL,0/1] Block patches

Message ID 20240917114313.616836-1-stefanha@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/stefanha/qemu.git tags/block-pull-request

Message

Stefan Hajnoczi Sept. 17, 2024, 11:43 a.m. UTC
The following changes since commit ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a:

  Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into staging (2024-09-15 18:27:40 +0100)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 89cd6254b80784a1b3f574407192493ef92fe65f:

  hw/block: fix uint32 overflow (2024-09-17 12:12:30 +0200)

----------------------------------------------------------------
Pull request

An integer overflow fix for the last zone on a zoned block device whose
capacity is not a multiple of the zone size.

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

Dmitry Frolov (1):
  hw/block: fix uint32 overflow

 hw/block/virtio-blk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Sept. 17, 2024, 2:48 p.m. UTC | #1
On Tue, 17 Sept 2024 at 12:44, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a:
>
>   Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into staging (2024-09-15 18:27:40 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 89cd6254b80784a1b3f574407192493ef92fe65f:
>
>   hw/block: fix uint32 overflow (2024-09-17 12:12:30 +0200)
>
> ----------------------------------------------------------------
> Pull request
>
> An integer overflow fix for the last zone on a zoned block device whose
> capacity is not a multiple of the zone size.
>

Applied, thanks.

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

-- PMM