From: Akihiko Odaki <akihiko.odaki@daynix.com>
To: Jason Wang <jasowang@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org, devel@daynix.com,
Akihiko Odaki <akihiko.odaki@daynix.com>,
qemu-stable@nongnu.org
Subject: [PATCH v3 0/6] virtio-net fixes
Date: Fri, 22 Nov 2024 14:03:06 +0900 [thread overview]
Message-ID: <20241122-queue-v3-0-f2ff03b8dbfd@daynix.com> (raw)
Most of this series are fixes for software RSS and hash reporting, which
should have no production user.
However there is one exception; patch "virtio-net: Fix size check in
dhclient workaround" fixes an out-of-bound access that can be triggered
for anyone who don't use vhost. It has Cc: qemu-stable@nongnu.org and
can be applied independently.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Changes in v3:
- Rebased.
- Link to v2: https://lore.kernel.org/r/20241111-queue-v2-0-2f7883a1004f@daynix.com
Changes in v2:
- Dropped patch "virtio-net: Fix num_buffers for version 1" in favor of
fixing the spec. See:
https://lore.kernel.org/r/CACGkMEt0spn59oLyoCwcJDdLeYUEibePF7gppxdVX1YvmAr72Q@mail.gmail.com
- Added a Buglink to patch
"virtio-net: Fix hash reporting when the queue changes".
- Rebased.
- Link to v1: https://lore.kernel.org/r/20240915-queue-v1-0-b49bd49b926d@daynix.com
---
Akihiko Odaki (6):
net: checksum: Convert data to void *
virtio-net: Fix size check in dhclient workaround
virtio-net: Do not check for the queue before RSS
virtio-net: Fix hash reporting when the queue changes
virtio-net: Initialize hash reporting values
virtio-net: Copy received header to buffer
include/net/checksum.h | 2 +-
hw/net/virtio-net.c | 108 +++++++++++++++++++++++++++----------------------
net/checksum.c | 4 +-
3 files changed, 63 insertions(+), 51 deletions(-)
---
base-commit: 34754a3a627e1937be7f3daaa0c5e73d91c7d9b5
change-id: 20240907-queue-f425937a730f
Best regards,
--
Akihiko Odaki <akihiko.odaki@daynix.com>
next reply other threads:[~2024-11-22 5:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-22 5:03 Akihiko Odaki [this message]
2024-11-22 5:03 ` [PATCH v3 1/6] net: checksum: Convert data to void * Akihiko Odaki
2024-11-22 7:09 ` Philippe Mathieu-Daudé
2024-11-22 5:03 ` [PATCH v3 2/6] virtio-net: Fix size check in dhclient workaround Akihiko Odaki
2024-11-22 5:03 ` [PATCH v3 3/6] virtio-net: Do not check for the queue before RSS Akihiko Odaki
2024-11-22 5:03 ` [PATCH v3 4/6] virtio-net: Fix hash reporting when the queue changes Akihiko Odaki
2024-11-22 5:03 ` [PATCH v3 5/6] virtio-net: Initialize hash reporting values Akihiko Odaki
2024-11-22 7:15 ` Philippe Mathieu-Daudé
2024-11-22 5:03 ` [PATCH v3 6/6] virtio-net: Copy received header to buffer Akihiko Odaki
2024-11-26 3:02 ` [PATCH v3 0/6] virtio-net fixes Lei Yang
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=20241122-queue-v3-0-f2ff03b8dbfd@daynix.com \
--to=akihiko.odaki@daynix.com \
--cc=devel@daynix.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).