Re: [patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-11-15 Thread Pavel Emelyanov
> This patch brings ability to print out auxiliary data associated > with file in procfs interface /proc/pid/fdinfo/fd. > > In particular further patches make eventfd, evenpoll, signalfd > and fsnotify to print additional information complete enough > to restore these objects after checkpoint. >

[patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-11-14 Thread Cyrill Gorcunov
This patch brings ability to print out auxiliary data associated with file in procfs interface /proc/pid/fdinfo/fd. In particular further patches make eventfd, evenpoll, signalfd and fsnotify to print additional information complete enough to restore these objects after checkpoint. To simplify th

[patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-11-13 Thread Cyrill Gorcunov
This patch brings ability to print out auxiliary data associated with file in procfs interface /proc/pid/fdinfo/fd. In particular further patches make eventfd, evenpoll, signalfd and fsnotify to print additional information complete enough to restore these objects after checkpoint. To simplify th

Re: [patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-11-12 Thread Cyrill Gorcunov
On Mon, Nov 12, 2012 at 04:40:22PM -0800, Andrew Morton wrote: > > > > --- linux-2.6.git.orig/include/linux/fs.h > > +++ linux-2.6.git/include/linux/fs.h > > @@ -1517,6 +1517,8 @@ struct block_device_operations; > > #define HAVE_COMPAT_IOCTL 1 > > #define HAVE_UNLOCKED_IOCTL 1 > > > > +struct s

Re: [patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-11-12 Thread Andrew Morton
On Mon, 12 Nov 2012 14:14:41 +0400 Cyrill Gorcunov wrote: > This patch brings ability to print out auxiliary data associated > with file in procfs interface /proc/pid/fdinfo/fd. > > In particular further patches make eventfd, evenpoll, signalfd > and fsnotify to print additional information comp

[patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-11-12 Thread Cyrill Gorcunov
This patch brings ability to print out auxiliary data associated with file in procfs interface /proc/pid/fdinfo/fd. In particular further patches make eventfd, evenpoll, signalfd and fsnotify to print additional information complete enough to restore these objects after checkpoint. To simplify th

Re: [patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-09-27 Thread Pavel Emelyanov
On 09/17/2012 10:18 PM, Cyrill Gorcunov wrote: > On Thu, Sep 13, 2012 at 01:29:07AM +0400, Cyrill Gorcunov wrote: >> This patch brings ability to print out auxiliary data associated >> with file in procfs interface /proc/pid/fdinfo/fd. >> >> In particular further patches make eventfd, evenpoll, sig

Re: [patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-09-17 Thread Cyrill Gorcunov
On Thu, Sep 13, 2012 at 01:29:07AM +0400, Cyrill Gorcunov wrote: > This patch brings ability to print out auxiliary data associated > with file in procfs interface /proc/pid/fdinfo/fd. > > In particular further patches make eventfd, evenpoll, signalfd > and fsnotify to print additional information

[patch 1/7] procfs: Add ability to plug in auxiliary fdinfo providers

2012-09-12 Thread Cyrill Gorcunov
This patch brings ability to print out auxiliary data associated with file in procfs interface /proc/pid/fdinfo/fd. In particular further patches make eventfd, evenpoll, signalfd and fsnotify to print additional information complete enough to restore these objects after checkpoint. To simplify th