public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Heiko Carstens <hca@linux.ibm.com>
To: Eric Farman <farman@linux.ibm.com>
Cc: Alex Williamson <alex.williamson@redhat.com>,
	Matthew Rosato <mjrosato@linux.ibm.com>,
	Halil Pasic <pasic@linux.ibm.com>,
	Vineeth Vijayan <vneethv@linux.ibm.com>,
	Peter Oberparleiter <oberpar@linux.ibm.com>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	linux-s390@vger.kernel.org, kvm@vger.kernel.org
Subject: Re: [PATCH] vfio/ccw: Remove WARN_ON during shutdown
Date: Sun, 12 Feb 2023 19:09:35 +0100	[thread overview]
Message-ID: <Y+krX5SJjqrZHzvl@osiris> (raw)
In-Reply-To: <67809f492928a8d7e60aad7884a3409746793ea6.camel@linux.ibm.com>

On Fri, Feb 10, 2023 at 08:24:05PM -0500, Eric Farman wrote:
> On Fri, 2023-02-10 at 14:30 -0700, Alex Williamson wrote:
> > On Fri, 10 Feb 2023 18:42:27 +0100
> > Eric Farman <farman@linux.ibm.com> wrote:
> > 
> > > The logic in vfio_ccw_sch_shutdown() always assumed that the input
> > > subchannel would point to a vfio_ccw_private struct, without
> > > checking
> > > that one exists. The blamed commit put in a check for this
> > > scenario,
> > > to prevent the possibility of a missing private.
> > > 
> > > The trouble is that check was put alongside a WARN_ON(), presuming
> > > that such a scenario would be a cause for concern. But this can be
> > > triggered by binding a subchannel to vfio-ccw, and rebooting the
> > > system before starting the mdev (via "mdevctl start" or similar)
> > > or after stopping it. In those cases, shutdown doesn't need to
> > > worry because either the private was never allocated, or it was
> > > cleaned up by vfio_ccw_mdev_remove().
> > > 
> > > Remove the WARN_ON() piece of this check, since there are plausible
> > > scenarios where private would be NULL in this path.
> > > 
> > > Fixes: 9e6f07cd1eaa ("vfio/ccw: create a parent struct")
> > > Signed-off-by: Eric Farman <farman@linux.ibm.com>
> > > ---
> > >  drivers/s390/cio/vfio_ccw_drv.c | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
...
> > I see I'm on the To: line here, is this intended to go through the
> > vfio
> > tree rather than s390? 
> 
> Either way. I put you as "to" as the blamed commit went via vfio, but I
> could ask Heiko or Vasili to take it if that's easier.

I picked it up, so it will go via s390. Thanks!

      reply	other threads:[~2023-02-12 18:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 17:42 [PATCH] vfio/ccw: Remove WARN_ON during shutdown Eric Farman
2023-02-10 19:30 ` Matthew Rosato
2023-02-10 21:30 ` Alex Williamson
2023-02-11  1:24   ` Eric Farman
2023-02-12 18:09     ` Heiko Carstens [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=Y+krX5SJjqrZHzvl@osiris \
    --to=hca@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=alex.williamson@redhat.com \
    --cc=farman@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mjrosato@linux.ibm.com \
    --cc=oberpar@linux.ibm.com \
    --cc=pasic@linux.ibm.com \
    --cc=vneethv@linux.ibm.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