mbox series

[v3,0/5] Prepratory cleanup for 9p darwin support

Message ID cover.1527973524.git.keno@juliacomputing.com
Headers show
Series Prepratory cleanup for 9p darwin support | expand

Message

Keno Fischer June 2, 2018, 9:29 p.m. UTC
Hi Greg,

this is a respin of just the first couple of patches of my 9p Darwin
series. These patches should be applicable independent of the darwin
work.

Keno Fischer (5):
  cutils: Provide strchrnul
  9p: xattr: Fix crashes due to free of uninitialized value
  9p: local: Avoid warning if FS_IOC_GETVERSION is not defined
  9p: Properly error check and translate flags in unlinkat
  9p: xattr: Properly translate xattrcreate flags

 configure             | 15 +++++++++++++++
 hmp.c                 |  8 ++++----
 hw/9pfs/9p-handle.c   |  8 +-------
 hw/9pfs/9p-local.c    | 42 ++++++++++++++++++++++++------------------
 hw/9pfs/9p.c          | 34 ++++++++++++++++++++++++++++------
 hw/9pfs/9p.h          |  4 ++++
 include/qemu/cutils.h |  8 ++++++++
 monitor.c             |  8 ++------
 util/cutils.c         | 15 +++++++++++++++
 util/qemu-option.c    |  6 +-----
 util/uri.c            |  6 ++----
 11 files changed, 104 insertions(+), 50 deletions(-)

Comments

Greg Kurz June 5, 2018, 1:37 p.m. UTC | #1
On Sat,  2 Jun 2018 17:29:34 -0400
Keno Fischer <keno@juliacomputing.com> wrote:

> Hi Greg,
> 
> this is a respin of just the first couple of patches of my 9p Darwin
> series. These patches should be applicable independent of the darwin
> work.
> 

I've applied patches 2 to 5 for the time being.

> Keno Fischer (5):
>   cutils: Provide strchrnul
>   9p: xattr: Fix crashes due to free of uninitialized value
>   9p: local: Avoid warning if FS_IOC_GETVERSION is not defined
>   9p: Properly error check and translate flags in unlinkat
>   9p: xattr: Properly translate xattrcreate flags
> 
>  configure             | 15 +++++++++++++++
>  hmp.c                 |  8 ++++----
>  hw/9pfs/9p-handle.c   |  8 +-------
>  hw/9pfs/9p-local.c    | 42 ++++++++++++++++++++++++------------------
>  hw/9pfs/9p.c          | 34 ++++++++++++++++++++++++++++------
>  hw/9pfs/9p.h          |  4 ++++
>  include/qemu/cutils.h |  8 ++++++++
>  monitor.c             |  8 ++------
>  util/cutils.c         | 15 +++++++++++++++
>  util/qemu-option.c    |  6 +-----
>  util/uri.c            |  6 ++----
>  11 files changed, 104 insertions(+), 50 deletions(-)
>