Re: [RFC v2] Decode UFFDIO_* ioctls

2016-05-04 Thread Dmitry V. Levin
On Tue, May 03, 2016 at 08:23:43PM +0100, Dr. David Alan Gilbert wrote: [...] > > > --- /dev/null > > > +++ b/xlat/uffd_register_ioctl_flags.in > > > @@ -0,0 +1,5 @@ > > > +#val_type uint64_t > > > +1<< _UFFDIO_WAKE > > > +1<< _UFFDIO_COPY > > > +1<< _UFFDIO_ZEROPAGE > > > + > > > > gen.sh doesn't

Re: [RFC v2] Decode UFFDIO_* ioctls

2016-05-04 Thread Dr. David Alan Gilbert
* Dmitry V. Levin (l...@altlinux.org) wrote: > On Tue, May 03, 2016 at 08:23:43PM +0100, Dr. David Alan Gilbert wrote: > [...] > > > > --- /dev/null > > > > +++ b/xlat/uffd_register_ioctl_flags.in > > > > @@ -0,0 +1,5 @@ > > > > +#val_type uint64_t > > > > +1<< _UFFDIO_WAKE > > > > +1<< _UFFDIO_COP

Re: [RFC v2] Decode UFFDIO_* ioctls

2016-05-04 Thread Dmitry V. Levin
On Wed, May 04, 2016 at 06:00:58PM +0100, Dr. David Alan Gilbert wrote: > * Dmitry V. Levin (l...@altlinux.org) wrote: > > On Tue, May 03, 2016 at 08:23:43PM +0100, Dr. David Alan Gilbert wrote: > > [...] > > > > > --- /dev/null > > > > > +++ b/xlat/uffd_register_ioctl_flags.in > > > > > @@ -0,0 +1

Re: [RFC v2] Decode UFFDIO_* ioctls

2016-05-04 Thread Dr. David Alan Gilbert
* Dmitry V. Levin (l...@altlinux.org) wrote: > On Wed, May 04, 2016 at 06:00:58PM +0100, Dr. David Alan Gilbert wrote: > > * Dmitry V. Levin (l...@altlinux.org) wrote: > > > On Tue, May 03, 2016 at 08:23:43PM +0100, Dr. David Alan Gilbert wrote: > > > [...] > > > > > > --- /dev/null > > > > > > +++

[PATCH] Add btrfs ioctl support.

2016-05-04 Thread jeffm
From: Jeff Mahoney * btrfs.c: New file. * file_ioctl.c: New file. * Makefile.am (strace_SOURCES): Add it. * defs.h [LINUX] (btrfs_ioctl): New function. * ioctls.c (ioctl_decode) [LINUX]: Use it to decode BTRFS_* ioctls. * configure.ac: Add check for struct btrfs_ioctl_feature_flags. Add check f

Re: We need a doc to guide new contributors patch submission [was: Re: Working on -e trace]

2016-05-04 Thread haris iqbal
On Sun, May 1, 2016 at 1:43 AM, Fabien Siron wrote: > Hi, > > Quoting haris iqbal (2016-04-30 19:01:23) >> Hi, >> >> So, this is my attempt at writing the wiki. Comments and suggestions are >> welcome. > > It should be maybe interesting to add the --reroll-count=X to format-patch > as it is very c