public inbox for virtio-comment@lists.linux.dev
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Matias Ezequiel Vara Larsen <mvaralar@redhat.com>
Cc: Parav Pandit <parav@nvidia.com>,
	Cornelia Huck <cohuck@redhat.com>,
	"virtio-comment@lists.linux.dev" <virtio-comment@lists.linux.dev>
Subject: Re: [PATCH 00/13] Backport 1.4 fixes to 1.3
Date: Thu, 3 Apr 2025 08:48:14 -0400	[thread overview]
Message-ID: <20250403084731-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <CAHYGQ0xfGzxqgBsZuyH7-WPTobkKq+fw+z_G5nq4xyJdzPvmbA@mail.gmail.com>

On Thu, Apr 03, 2025 at 10:14:42AM +0200, Matias Ezequiel Vara Larsen wrote:
> On Wed, Apr 2, 2025 at 5:24 PM Matias Ezequiel Vara Larsen
> <mvaralar@redhat.com> wrote:
> >
> > On Wed, Apr 2, 2025 at 12:59 PM Parav Pandit <parav@nvidia.com> wrote:
> > >
> > >
> > > > From: Matias Ezequiel Vara Larsen <mvaralar@redhat.com>
> > > > Sent: Wednesday, April 2, 2025 3:59 PM
> > > >
> > > > On Wed, Apr 2, 2025 at 12:25 PM Parav Pandit <parav@nvidia.com> wrote:
> > > > >
> > > > >
> > > > > > From: Cornelia Huck <cohuck@redhat.com>
> > > > > > Sent: Wednesday, April 2, 2025 2:53 PM
> > > > > >
> > > > > > On Tue, Apr 01 2025, Matias Ezequiel Vara Larsen
> > > > > > <mvaralar@redhat.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Backport commits from 1.4 branch into 1.3 in preparation for
> > > > > > > releasing v1.3.
> > > > > > >
> > > > > > > Haixu Cui (1):
> > > > > > >   content: Rename SPI master to SPI controller
> > > > > > >
> > > > > > > Martin Kröning (1):
> > > > > > >   virtio_pci_cap64: specify offset_hi, length_hi endianness
> > > > > > >
> > > > > > > Paolo Abeni (2):
> > > > > > >   virtio-net: clarify NEEDS_CSUM semantic for GSO packats.
> > > > > > >   virtio-net: clarify DATA_VALID semantic for encap protos.
> > > > > > >
> > > > > > > Parav Pandit (8):
> > > > > > >   conformance: Add missing virtqueue reset conformance references
> > > > > > >   packed-ring: Change host,guest to device,driver
> > > > > > >   description: Avoid splitting the word virtqueue
> > > > > > >   virtio-blk: Fix data type of num_queues field
> > > > > > >   virtio-net: Fix receive buffer size calculation text
> > > > > > >   virtio-net: Clarify the size of the struct virtio_net_hdr for tx
> > > > > > >   virtio-net: Annotate virtio_net_hdr as field
> > > > > > >   gpu: editorial: Fix spelling errors
> > > > > > >
> > > > > > > Steffen Trumtrar (1):
> > > > > > >   virtio-net: Fix receive buffer size typo
> > > > > > >
> > > > > > >  conformance.tex                  |  2 ++
> > > > > > >  content.tex                      |  2 +-
> > > > > > >  device-types/blk/description.tex |  2 +-
> > > > > > > device-types/gpu/description.tex |  6 ++--
> > > > > > > device-types/net/description.tex | 52 +++++++++++++++++++++++---------
> > > > > > >  packed-ring.tex                  |  4 +--
> > > > > > >  transport-pci.tex                |  4 +--
> > > > > > >  7 files changed, 49 insertions(+), 23 deletions(-)
> > > > > > >
> > > > > > >
> > > > > > > base-commit: b495841a8e80d12c1130f8868f4128866291142d
> > > > > >
> > > > > > Looks good to me.
> > > > >
> > > > > I did dry run and was able to merge them to master successfully with pdf
> > > > diff too.
> > > > > Do we need a vote for it or because these changes are already voted
> > > > somewhere else or they are editorial, can I merge the changes now?
> > > > >
> > > >
> > > > Cool, thanks. I do not know how this usually works. I was planning to follow
> > > > the normal procedure: 1. open an issue, 2. comment in the thread, 3. open a
> > > > ballot.
> > > >
> > > Sounds good to me.
> > >
> > > We need below fix too.
> > >
> > > 124fcd0 virtio-net: Fix receive buffer size typo
> >
> > I think it is in `[PATCH 13/13] virtio-net: Fix receive buffer size typo`.
> >
> > Matias
> 
> Could please open a voting ballot for these changes?
> 
> Fixes: https://github.com/oasis-tcs/virtio-spec/issues/220
> 
> Thanks, Matias.


OK but you need to fix the link in the issue to point at
the virtio comment list. We need to be sure only patches
on list are merged.


      reply	other threads:[~2025-04-03 12:48 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01 13:35 [PATCH 00/13] Backport 1.4 fixes to 1.3 Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 01/13] conformance: Add missing virtqueue reset conformance references Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 02/13] packed-ring: Change host,guest to device,driver Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 03/13] description: Avoid splitting the word virtqueue Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 04/13] content: Rename SPI master to SPI controller Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 05/13] virtio-blk: Fix data type of num_queues field Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 06/13] virtio-net: Fix receive buffer size calculation text Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 07/13] virtio-net: Clarify the size of the struct virtio_net_hdr for tx Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 08/13] virtio-net: Annotate virtio_net_hdr as field Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 09/13] virtio_pci_cap64: specify offset_hi, length_hi endianness Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 10/13] gpu: editorial: Fix spelling errors Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 11/13] virtio-net: clarify NEEDS_CSUM semantic for GSO packats Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 12/13] virtio-net: clarify DATA_VALID semantic for encap protos Matias Ezequiel Vara Larsen
2025-04-01 13:35 ` [PATCH 13/13] virtio-net: Fix receive buffer size typo Matias Ezequiel Vara Larsen
2025-04-02  7:02 ` [PATCH 00/13] Backport 1.4 fixes to 1.3 Michael S. Tsirkin
2025-04-02  9:22 ` Cornelia Huck
2025-04-02 10:25   ` Parav Pandit
2025-04-02 10:29     ` Matias Ezequiel Vara Larsen
2025-04-02 10:59       ` Parav Pandit
2025-04-02 15:24         ` Matias Ezequiel Vara Larsen
2025-04-03  8:14           ` Matias Ezequiel Vara Larsen
2025-04-03 12:48             ` Michael S. Tsirkin [this message]

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=20250403084731-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=cohuck@redhat.com \
    --cc=mvaralar@redhat.com \
    --cc=parav@nvidia.com \
    --cc=virtio-comment@lists.linux.dev \
    /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