From: Sean Christopherson <seanjc@google.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
alok.a.tiwari@oracle.com, ashwini@wisig.com,
filip.hejsek@gmail.com, hi@alyssa.is, leiyang@redhat.com,
maxbr@linux.ibm.com, stable@vger.kernel.org,
zhangjiao2@cmss.chinamobile.com
Subject: Re: [GIT PULL] virtio,vhost: last minute fixes
Date: Thu, 18 Sep 2025 08:01:14 -0700 [thread overview]
Message-ID: <aMweun6GrCSn3lDD@google.com> (raw)
In-Reply-To: <20250918104144-mutt-send-email-mst@kernel.org>
On Thu, Sep 18, 2025, Michael S. Tsirkin wrote:
> The following changes since commit 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c:
>
> Linux 6.17-rc5 (2025-09-07 14:22:57 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
>
> for you to fetch changes up to 549db78d951726646ae9468e86c92cbd1fe73595:
>
> virtio_config: clarify output parameters (2025-09-16 05:37:03 -0400)
>
> ----------------------------------------------------------------
> virtio,vhost: last minute fixes
>
> More small fixes. Most notably this reverts a virtio console
> change since we made it without considering compatibility
> sufficiently.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------
> Alok Tiwari (1):
> vhost-scsi: fix argument order in tport allocation error message
>
> Alyssa Ross (1):
> virtio_config: clarify output parameters
>
> Ashwini Sahu (1):
> uapi: vduse: fix typo in comment
>
> Michael S. Tsirkin (1):
> Revert "virtio_console: fix order of fields cols and rows"
>
> Sean Christopherson (3):
> vhost_task: Don't wake KVM x86's recovery thread if vhost task was killed
Gah! I was too slow. syzkaller found an issue with this patch. I _think_ I
know what's going. If my analysis is correct (wasn't able to repro the issue,
but found a bug through inspection), then I don't think we want to take this for
6.17 as-is.
https://lore.kernel.org/all/aMwdsFGkM-tMjHwc@google.com
> vhost_task: Allow caller to omit handle_sigkill() callback
> KVM: x86/mmu: Don't register a sigkill callback for NX hugepage recovery tasks
>
> zhang jiao (1):
> vhost: vringh: Modify the return value check
>
> arch/x86/kvm/mmu/mmu.c | 7 +-----
> drivers/char/virtio_console.c | 2 +-
> drivers/vhost/scsi.c | 2 +-
> drivers/vhost/vhost.c | 2 +-
> drivers/vhost/vringh.c | 7 +++---
> include/linux/sched/vhost_task.h | 1 +
> include/linux/virtio_config.h | 11 ++++----
> include/uapi/linux/vduse.h | 2 +-
> kernel/vhost_task.c | 54 ++++++++++++++++++++++++++++++++++++----
> 9 files changed, 65 insertions(+), 23 deletions(-)
>
next prev parent reply other threads:[~2025-09-18 15:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 14:41 [GIT PULL] virtio,vhost: last minute fixes Michael S. Tsirkin
2025-09-18 15:01 ` Sean Christopherson [this message]
2025-09-18 15:03 ` Michael S. Tsirkin
-- strict thread matches above, loose matches on Subject: below --
2025-09-25 13:10 Michael S. Tsirkin
2025-09-25 16:37 ` pr-tracker-bot
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=aMweun6GrCSn3lDD@google.com \
--to=seanjc@google.com \
--cc=alok.a.tiwari@oracle.com \
--cc=ashwini@wisig.com \
--cc=filip.hejsek@gmail.com \
--cc=hi@alyssa.is \
--cc=kvm@vger.kernel.org \
--cc=leiyang@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maxbr@linux.ibm.com \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=zhangjiao2@cmss.chinamobile.com \
/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).