All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode
@ 2017-05-23 14:32 Greg Kurz
  2017-05-23 14:32 ` [Qemu-devel] [PATCH v2 1/4] 9pfs: check return value of v9fs_co_name_to_path() Greg Kurz
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Greg Kurz @ 2017-05-23 14:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Leo Gaspard, Eric Blake, Greg Kurz

v2: - posted patch for CVE-2017-7493 separately
    - other changes available in each patch changelog

Leo,

If you find time to test this series, I'll gladly add your Tested-by: to
it before merging.

Cheers,

--
Greg

---

Greg Kurz (4):
      9pfs: check return value of v9fs_co_name_to_path()
      9pfs: local: resolve special directories in paths
      9pfs: local: simplify file opening
      9pfs: local: metadata file for the VirtFS root


 hw/9pfs/9p-local.c |  147 ++++++++++++++++++++++++++++++++++++++--------------
 hw/9pfs/9p-util.c  |   43 ---------------
 hw/9pfs/9p-util.h  |    2 -
 hw/9pfs/9p.c       |   36 +++++++++----
 4 files changed, 133 insertions(+), 95 deletions(-)

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

end of thread, other threads:[~2017-05-25  0:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23 14:32 [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode Greg Kurz
2017-05-23 14:32 ` [Qemu-devel] [PATCH v2 1/4] 9pfs: check return value of v9fs_co_name_to_path() Greg Kurz
2017-05-23 14:32 ` [Qemu-devel] [PATCH v2 2/4] 9pfs: local: resolve special directories in paths Greg Kurz
2017-05-23 15:49   ` Eric Blake
2017-05-23 14:32 ` [Qemu-devel] [PATCH v2 3/4] 9pfs: local: simplify file opening Greg Kurz
2017-05-23 15:51   ` Eric Blake
2017-05-23 21:55     ` Greg Kurz
2017-05-23 14:32 ` [Qemu-devel] [PATCH v2 4/4] 9pfs: local: metadata file for the VirtFS root Greg Kurz
2017-05-23 17:13   ` Eric Blake
2017-05-23 18:47     ` Greg Kurz
2017-05-23 23:08     ` Leo Gaspard
2017-05-24  8:44       ` Greg Kurz
2017-05-23 14:47 ` [Qemu-devel] [PATCH v2 0/4] 9pfs: local: fix metadata of mapped-file security mode no-reply
2017-05-23 15:04   ` Greg Kurz
2017-05-23 22:27     ` Fam Zheng
2017-05-23 22:59 ` Leo Gaspard
2017-05-24  8:54   ` Greg Kurz
2017-05-25  0:38     ` Leo Gaspard

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.