Re: [PATCH v2 0/3] tracing: syscall_*regfunc() fixes

2014-06-18 Thread Oleg Nesterov
On 06/18, Steven Rostedt wrote:
>
> On Sun, 13 Apr 2014 20:58:28 +0200
> Oleg Nesterov  wrote:
>
> > On 04/11, Oleg Nesterov wrote:
> > >
> > > On 04/11, Steven Rostedt wrote:
> > > >
> > > > Are you going to send a new series?
> > >
> > > Yes, will do. I will split 1/2, and I need to update the changelog
> > > in 2/2.
> >
> > Please see the patches.
> >
>
> I'm pulling these in now and will start tests, wont be till tomorrow
> till I can push them.

Great, thanks ;)

> If you start a new patch series, either make them a new thread or at
> least a reply from the 0/x of the previous version. Having a v2 series
> starting at the bottom of the 1/x thread will get lost.

Ah, OK, sorry about that.

Oleg.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 0/3] tracing: syscall_*regfunc() fixes

2014-06-18 Thread Steven Rostedt
On Sun, 13 Apr 2014 20:58:28 +0200
Oleg Nesterov  wrote:

> On 04/11, Oleg Nesterov wrote:
> >
> > On 04/11, Steven Rostedt wrote:
> > >
> > > Are you going to send a new series?
> >
> > Yes, will do. I will split 1/2, and I need to update the changelog
> > in 2/2.
> 
> Please see the patches.
> 

I'm pulling these in now and will start tests, wont be till tomorrow
till I can push them.

If you start a new patch series, either make them a new thread or at
least a reply from the 0/x of the previous version. Having a v2 series
starting at the bottom of the 1/x thread will get lost.

-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 0/3] tracing: syscall_*regfunc() fixes

2014-06-18 Thread Steven Rostedt
On Sun, 13 Apr 2014 20:58:28 +0200
Oleg Nesterov o...@redhat.com wrote:

 On 04/11, Oleg Nesterov wrote:
 
  On 04/11, Steven Rostedt wrote:
  
   Are you going to send a new series?
 
  Yes, will do. I will split 1/2, and I need to update the changelog
  in 2/2.
 
 Please see the patches.
 

I'm pulling these in now and will start tests, wont be till tomorrow
till I can push them.

If you start a new patch series, either make them a new thread or at
least a reply from the 0/x of the previous version. Having a v2 series
starting at the bottom of the 1/x thread will get lost.

-- Steve
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 0/3] tracing: syscall_*regfunc() fixes

2014-06-18 Thread Oleg Nesterov
On 06/18, Steven Rostedt wrote:

 On Sun, 13 Apr 2014 20:58:28 +0200
 Oleg Nesterov o...@redhat.com wrote:

  On 04/11, Oleg Nesterov wrote:
  
   On 04/11, Steven Rostedt wrote:
   
Are you going to send a new series?
  
   Yes, will do. I will split 1/2, and I need to update the changelog
   in 2/2.
 
  Please see the patches.
 

 I'm pulling these in now and will start tests, wont be till tomorrow
 till I can push them.

Great, thanks ;)

 If you start a new patch series, either make them a new thread or at
 least a reply from the 0/x of the previous version. Having a v2 series
 starting at the bottom of the 1/x thread will get lost.

Ah, OK, sorry about that.

Oleg.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 0/3] tracing: syscall_*regfunc() fixes

2014-04-14 Thread Frederic Weisbecker
On Sun, Apr 13, 2014 at 08:58:28PM +0200, Oleg Nesterov wrote:
> On 04/11, Oleg Nesterov wrote:
> >
> > On 04/11, Steven Rostedt wrote:
> > >
> > > Are you going to send a new series?
> >
> > Yes, will do. I will split 1/2, and I need to update the changelog
> > in 2/2.
> 
> Please see the patches.
> 
> Frederic! I am sorry, I decided to steal your patch to simplify the
> merging and avoid too many changes in the trivial syscall_*regfunc's.
> In case you do not object, could you add your sob into 2/3 ?

Sure, feel free to add it!

Thanks!

> Otherwise
> I can wait for your patch, then send v3 on top of it.
> 
> 
> 
> Hmm. This is off-topic, but CLONE_KERNEL should die, and kernel_init()
> should be spawned without CLONE_SIGHAND. I'll send another patch.
> 
> Oleg.
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v2 0/3] tracing: syscall_*regfunc() fixes

2014-04-14 Thread Frederic Weisbecker
On Sun, Apr 13, 2014 at 08:58:28PM +0200, Oleg Nesterov wrote:
 On 04/11, Oleg Nesterov wrote:
 
  On 04/11, Steven Rostedt wrote:
  
   Are you going to send a new series?
 
  Yes, will do. I will split 1/2, and I need to update the changelog
  in 2/2.
 
 Please see the patches.
 
 Frederic! I am sorry, I decided to steal your patch to simplify the
 merging and avoid too many changes in the trivial syscall_*regfunc's.
 In case you do not object, could you add your sob into 2/3 ?

Sure, feel free to add it!

Thanks!

 Otherwise
 I can wait for your patch, then send v3 on top of it.
 
 
 
 Hmm. This is off-topic, but CLONE_KERNEL should die, and kernel_init()
 should be spawned without CLONE_SIGHAND. I'll send another patch.
 
 Oleg.
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/