All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] xenfs: xenbus and container related bug fixes
@ 2016-11-14 11:12 David Vrabel
  2016-11-14 11:12 ` [PATCHv5 1/2] xenbus: fix deadlock on writes to /proc/xen/xenbus David Vrabel
  2016-11-14 11:12 ` [PATCHv5 2/2] xenfs: Use proc_create_mount_point() to create /proc/xen David Vrabel
  0 siblings, 2 replies; 5+ messages in thread
From: David Vrabel @ 2016-11-14 11:12 UTC (permalink / raw)
  To: xen-devel; +Cc: Juergen Gross, Boris Ostrovsky, David Vrabel

Using /proc/xen/xenbus can cause deadlocks on the atomic file position
mutex since this file should behave like a character device and not a
regular file.  This is easiest to achive by clearing FMODE_ATOMIC_POS.

David

Changes in v5:
- Clear FMODE_ATOMIC_POS instead of using symlinks.

Changes in v4:
- Switch on file type in simple_fill_super()
- Make xen_xenus_fops and xen_privcmd_fops static
- Rebased on v4.9-rc2.
- Add patch from Seth for namespace support.

Changes in v3:
- Rebased on v4.7-rc5.

Changes in v2:
- Simplified simple_fill_super() change.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-11-17 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-14 11:12 [PATCH v5 0/2] xenfs: xenbus and container related bug fixes David Vrabel
2016-11-14 11:12 ` [PATCHv5 1/2] xenbus: fix deadlock on writes to /proc/xen/xenbus David Vrabel
2016-11-14 11:33   ` Jan Beulich
2016-11-14 11:12 ` [PATCHv5 2/2] xenfs: Use proc_create_mount_point() to create /proc/xen David Vrabel
2016-11-17 13:09   ` Juergen Gross

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.