All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/2] uio: Fix uio hotplug issues
@ 2015-03-19 17:55 Brian Russell
  0 siblings, 0 replies; only message in thread
From: Brian Russell @ 2015-03-19 17:55 UTC (permalink / raw)
  To: Hans J. Koch, Greg Kroah-Hartman; +Cc: linux-kernel

Protect uio driver from crashing when its owner is unplugged while there
are open fds.

Brian Russell (2):
	uio: Request/free irq separate from dev lifecycle
	uio: Fix uio driver to refcount device

v8: break out irq change into separate patch

v7: use dev_set_name and fix error path in uio_register_device

v6: ... and put them in the right place

v5: add patch version changes

v4: info struct passed in uio_register_device can be freed
    on unregister, so null out the field in uio_unregister_device and
    check accesses.

v3: Embed struct device in struct uio_device, use refcounting on
    device, free uio_device on release.

v2: Add blank line to header

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-19 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-19 17:55 [PATCH v8 0/2] uio: Fix uio hotplug issues Brian Russell

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.