All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vfio: ccw: code cleanup and bugfix
@ 2017-04-12  9:08 Dong Jia Shi
  2017-04-12  9:08 ` [PATCH 1/2] vfio: ccw: remove unnecessary NULL checks of a pointer Dong Jia Shi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dong Jia Shi @ 2017-04-12  9:08 UTC (permalink / raw)
  To: kvm, linux-s390; +Cc: bjsdjshi, cornelia.huck, borntraeger, dan.carpenter

This series have two bugfix patches.

Patch #1 fixes a bug that was pointed out by Dan Carpenter:
[bug report] vfio: ccw: introduce a finite state machine
Message-ID: <20170404120223.GA8525@mwanda>

Patch #2 fixes another bug that was noticed by Cornelia Huck during the
discussion on the above thread.

The code base is:
https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git vfio-ccw-v0

Dong Jia Shi (2):
  vfio: ccw: remove unnecessary NULL checks of a pointer
  vfio: ccw: improve error handling for vfio_ccw_mdev_remove

 drivers/s390/cio/vfio_ccw_fsm.c |  6 +-----
 drivers/s390/cio/vfio_ccw_ops.c | 34 ++++++----------------------------
 2 files changed, 7 insertions(+), 33 deletions(-)

-- 
2.10.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-12 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12  9:08 [PATCH 0/2] vfio: ccw: code cleanup and bugfix Dong Jia Shi
2017-04-12  9:08 ` [PATCH 1/2] vfio: ccw: remove unnecessary NULL checks of a pointer Dong Jia Shi
2017-04-12  9:08 ` [PATCH 2/2] vfio: ccw: improve error handling for vfio_ccw_mdev_remove Dong Jia Shi
2017-04-12 10:47 ` [PATCH 0/2] vfio: ccw: code cleanup and bugfix Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.