All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] uio: fix potential crash bug
@ 2018-07-05 16:27 xiubli
  2018-07-05 16:27 ` [PATCH 1/2] uio: change to use the mutex lock instead of the spin lock xiubli
  2018-07-05 16:27 ` [PATCH 2/2] uio: fix crash after the device is unregistered xiubli
  0 siblings, 2 replies; 7+ messages in thread
From: xiubli @ 2018-07-05 16:27 UTC (permalink / raw)
  To: gregkh, linux-kernel; +Cc: pkalever, pkarampu, atumball, sabose, mchristi

From: Xiubo Li <xiubli@redhat.com>




Xiubo Li (2):
  uio: change to use the mutex lock instead of the spin lock
  uio: fix crash after the device is unregistered

 drivers/uio/uio.c          | 134 +++++++++++++++++++++++++++++++++------------
 include/linux/uio_driver.h |   2 +-
 2 files changed, 101 insertions(+), 35 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2018-07-05 23:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-05 16:27 [PATCH 0/2] uio: fix potential crash bug xiubli
2018-07-05 16:27 ` [PATCH 1/2] uio: change to use the mutex lock instead of the spin lock xiubli
2018-07-05 16:33   ` Greg KH
2018-07-05 23:21     ` Xiubo Li
2018-07-05 16:27 ` [PATCH 2/2] uio: fix crash after the device is unregistered xiubli
2018-07-05 20:56   ` Jann Horn
2018-07-05 23:23     ` Xiubo Li

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.