[PULL 0/4] Block layer patches

Failed in applying to current master (apply log)
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Aarushi Mehta <mehta.aaru20@gmail.com>, Julia Suvorova <jusual@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>
There is a newer version of this series
block/curl.c       |  2 ++
block/io_uring.c   | 82 +++++++++++++++++++++++++++-----------------------
block/linux-aio.c  | 88 +++++++++++++++++++++++++++++++++++++++++++-----------
block/trace-events |  2 +-
4 files changed, 119 insertions(+), 55 deletions(-)
[PULL 0/4] Block layer patches
Posted by Kevin Wolf 1 week, 2 days ago
The following changes since commit fa4b2e31e649ba6fdb3eb2dd43952aad4a3bd675:

  Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2026-03-24 10:41:21 +0000)

are available in the Git repository at:

  https://gitlab.com/kmwolf/qemu.git tags/for-upstream

for you to fetch changes up to cf9cdaea6e24d13dfdf8402f6829d2ca4dca864b:

  io-uring: Resubmit tails of short writes (2026-03-24 19:55:09 +0100)

----------------------------------------------------------------
Block layer patches

- linux-aio/io-uring: Resubmit tails of short reads/writes
- curl: Fix memory leak

----------------------------------------------------------------
GuoHan Zhao (1):
      block/curl: free s->password in cleanup paths

Hanna Czenczek (3):
      linux-aio: Put all parameters into qemu_laiocb
      linux-aio: Resubmit tails of short reads/writes
      io-uring: Resubmit tails of short writes

 block/curl.c       |  2 ++
 block/io_uring.c   | 82 +++++++++++++++++++++++++++-----------------------
 block/linux-aio.c  | 88 +++++++++++++++++++++++++++++++++++++++++++-----------
 block/trace-events |  2 +-
 4 files changed, 119 insertions(+), 55 deletions(-)
Re: [PULL 0/4] Block layer patches
Posted by Michael Tokarev 1 week, 1 day ago
On 24.03.2026 21:56, Kevin Wolf wrote:

> ----------------------------------------------------------------
> Block layer patches
> 
> - linux-aio/io-uring: Resubmit tails of short reads/writes
> - curl: Fix memory leak
> 
> ----------------------------------------------------------------
> GuoHan Zhao (1):
>        block/curl: free s->password in cleanup paths
> 
> Hanna Czenczek (3):
>        linux-aio: Put all parameters into qemu_laiocb
>        linux-aio: Resubmit tails of short reads/writes
>        io-uring: Resubmit tails of short writes

Shouldn't all of this pull req be picked up for the stable series?

Thanks,

/mjt
Re: [PULL 0/4] Block layer patches
Posted by Kevin Wolf 1 week ago
Am 26.03.2026 um 06:02 hat Michael Tokarev geschrieben:
> On 24.03.2026 21:56, Kevin Wolf wrote:
> 
> > ----------------------------------------------------------------
> > Block layer patches
> > 
> > - linux-aio/io-uring: Resubmit tails of short reads/writes
> > - curl: Fix memory leak
> > 
> > ----------------------------------------------------------------
> > GuoHan Zhao (1):
> >        block/curl: free s->password in cleanup paths
> > 
> > Hanna Czenczek (3):
> >        linux-aio: Put all parameters into qemu_laiocb
> >        linux-aio: Resubmit tails of short reads/writes
> >        io-uring: Resubmit tails of short writes
> 
> Shouldn't all of this pull req be picked up for the stable series?

I don't think any of these are very critical, but they are fixes (as
should be everything merged during freeze) and have existed in previous
releases, so yes, in that sense they are certainly suitable for stable.

Kevin
Re: [PULL 0/4] Block layer patches
Posted by Peter Maydell 1 week, 1 day ago
On Tue, 24 Mar 2026 at 18:57, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit fa4b2e31e649ba6fdb3eb2dd43952aad4a3bd675:
>
>   Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2026-03-24 10:41:21 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kmwolf/qemu.git tags/for-upstream
>
> for you to fetch changes up to cf9cdaea6e24d13dfdf8402f6829d2ca4dca864b:
>
>   io-uring: Resubmit tails of short writes (2026-03-24 19:55:09 +0100)
>
> ----------------------------------------------------------------
> Block layer patches
>
> - linux-aio/io-uring: Resubmit tails of short reads/writes
> - curl: Fix memory leak




Applied, thanks.

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

-- PMM