Re: [patch 0/4] timerfd c/r support, v4

2014-07-15 Thread Thomas Gleixner
On Wed, 16 Jul 2014, Cyrill Gorcunov wrote: > On Tue, Jul 15, 2014 at 11:16:23PM +0200, Thomas Gleixner wrote: > > > > > > Maybe it's because of new -rc? Letme check... > > > > No, it's because its against an older version of your patches which > > lack the #ifdef PROC_FS around the show funct

Re: [patch 0/4] timerfd c/r support, v4

2014-07-15 Thread Cyrill Gorcunov
On Tue, Jul 15, 2014 at 11:16:23PM +0200, Thomas Gleixner wrote: > > > > Maybe it's because of new -rc? Letme check... > > No, it's because its against an older version of your patches which > lack the #ifdef PROC_FS around the show function Crap. Sorry. Thomas, I'm fetching -rc5 now, I sup

Re: [patch 0/4] timerfd c/r support, v4

2014-07-15 Thread Thomas Gleixner
On Wed, 16 Jul 2014, Cyrill Gorcunov wrote: > On Tue, Jul 15, 2014 at 11:08:39PM +0200, Thomas Gleixner wrote: > > On Tue, 15 Jul 2014, Cyrill Gorcunov wrote: > > > > > On Tue, Jul 15, 2014 at 06:11:58PM +0200, Thomas Gleixner wrote: > > > > > > > > > > Dear sirs, ping? > > > > > > > > Hmm, I w

Re: [patch 0/4] timerfd c/r support, v4

2014-07-15 Thread Cyrill Gorcunov
On Tue, Jul 15, 2014 at 11:08:39PM +0200, Thomas Gleixner wrote: > On Tue, 15 Jul 2014, Cyrill Gorcunov wrote: > > > On Tue, Jul 15, 2014 at 06:11:58PM +0200, Thomas Gleixner wrote: > > > > > > > > Dear sirs, ping? > > > > > > Hmm, I was waiting for a V5, but it seems you just updated that singl

Re: [patch 0/4] timerfd c/r support, v4

2014-07-15 Thread Thomas Gleixner
On Tue, 15 Jul 2014, Cyrill Gorcunov wrote: > On Tue, Jul 15, 2014 at 06:11:58PM +0200, Thomas Gleixner wrote: > > > > > > Dear sirs, ping? > > > > Hmm, I was waiting for a V5, but it seems you just updated that single > > patch according to the review. I'll pick it up > > Thanks a lot, Thomas!

Re: [patch 0/4] timerfd c/r support, v4

2014-07-15 Thread Cyrill Gorcunov
On Tue, Jul 15, 2014 at 06:11:58PM +0200, Thomas Gleixner wrote: > > > > Dear sirs, ping? > > Hmm, I was waiting for a V5, but it seems you just updated that single > patch according to the review. I'll pick it up Thanks a lot, Thomas! -- To unsubscribe from this list: send the line "unsubscribe

Re: [patch 0/4] timerfd c/r support, v4

2014-07-15 Thread Thomas Gleixner
On Tue, 15 Jul 2014, Cyrill Gorcunov wrote: > On Mon, Jun 30, 2014 at 11:43:54PM +0400, Cyrill Gorcunov wrote: > > On Mon, Jun 23, 2014 at 10:54:31PM +0400, Cyrill Gorcunov wrote: > > > > > > Hi guys, here is an updated version of c/r support for timerfd files. The > > > main change > > > is in h

Re: [patch 0/4] timerfd c/r support, v4

2014-07-15 Thread Cyrill Gorcunov
On Mon, Jun 30, 2014 at 11:43:54PM +0400, Cyrill Gorcunov wrote: > On Mon, Jun 23, 2014 at 10:54:31PM +0400, Cyrill Gorcunov wrote: > > > > Hi guys, here is an updated version of c/r support for timerfd files. The > > main change > > is in how @ticks are restored in patch 3 -- I switched to ioctl

Re: [patch 0/4] timerfd c/r support, v4

2014-06-30 Thread Cyrill Gorcunov
On Mon, Jun 23, 2014 at 10:54:31PM +0400, Cyrill Gorcunov wrote: > > Hi guys, here is an updated version of c/r support for timerfd files. The > main change > is in how @ticks are restored in patch 3 -- I switched to ioctl code, which > is wrapped > with CONFIG because I still think that while th

Re: [patch 0/4] timerfd c/r support, v4

2014-06-23 Thread Andrew Vagin
On Mon, Jun 23, 2014 at 10:54:31PM +0400, Cyrill Gorcunov wrote: > Hi guys, here is an updated version of c/r support for timerfd files. The > main change > is in how @ticks are restored in patch 3 -- I switched to ioctl code, which > is wrapped > with CONFIG because I still think that while ther

[patch 0/4] timerfd c/r support, v4

2014-06-23 Thread Cyrill Gorcunov
Hi guys, here is an updated version of c/r support for timerfd files. The main change is in how @ticks are restored in patch 3 -- I switched to ioctl code, which is wrapped with CONFIG because I still think that while there is only one ioctl designated solely for c/r needs no need to build it all