Re: [PATCH 0/3] tracing: kill the no longer needed PITA code

2013-08-12 Thread Oleg Nesterov
On 08/11, Steven Rostedt wrote: > > On Sun, 11 Aug 2013 19:49:29 +0200 > Oleg Nesterov wrote: > > > It seems that you have no more 3.11 patches. > > > > Should I resend this series? > > Only if it changed. No, they still apply cleanly, just the offsets differ a bit. > I'll be looking into 3.12

Re: [PATCH 0/3] tracing: kill the no longer needed PITA code

2013-08-12 Thread Oleg Nesterov
On 08/11, Steven Rostedt wrote: On Sun, 11 Aug 2013 19:49:29 +0200 Oleg Nesterov o...@redhat.com wrote: It seems that you have no more 3.11 patches. Should I resend this series? Only if it changed. No, they still apply cleanly, just the offsets differ a bit. I'll be looking into

Re: [PATCH 0/3] tracing: kill the no longer needed PITA code

2013-08-11 Thread Steven Rostedt
On Sun, 11 Aug 2013 19:49:29 +0200 Oleg Nesterov wrote: > It seems that you have no more 3.11 patches. > > Should I resend this series? Only if it changed. I'll be looking into 3.12 patches come Monday. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH 0/3] tracing: kill the no longer needed PITA code

2013-08-11 Thread Oleg Nesterov
On 07/31, Steven Rostedt wrote: > > On Wed, 2013-07-31 at 19:31 +0200, Oleg Nesterov wrote: > > Hello. > > > > Simple cleanups on top of the recent (already applied) > > id/filter/format/enable changes. > > > > f_op->owner == mod is no longer needed and can go away. > > > > This patch set is not

Re: [PATCH 0/3] tracing: kill the no longer needed PITA code

2013-08-11 Thread Oleg Nesterov
On 07/31, Steven Rostedt wrote: On Wed, 2013-07-31 at 19:31 +0200, Oleg Nesterov wrote: Hello. Simple cleanups on top of the recent (already applied) id/filter/format/enable changes. f_op-owner == mod is no longer needed and can go away. This patch set is not needed for 3.11.

Re: [PATCH 0/3] tracing: kill the no longer needed PITA code

2013-08-11 Thread Steven Rostedt
On Sun, 11 Aug 2013 19:49:29 +0200 Oleg Nesterov o...@redhat.com wrote: It seems that you have no more 3.11 patches. Should I resend this series? Only if it changed. I'll be looking into 3.12 patches come Monday. -- Steve -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 0/3] tracing: kill the no longer needed PITA code

2013-07-31 Thread Steven Rostedt
On Wed, 2013-07-31 at 19:31 +0200, Oleg Nesterov wrote: > Hello. > > Simple cleanups on top of the recent (already applied) > id/filter/format/enable changes. > > f_op->owner == mod is no longer needed and can go away. > This patch set is not needed for 3.11. I'll be holding off my review

[PATCH 0/3] tracing: kill the no longer needed PITA code

2013-07-31 Thread Oleg Nesterov
Hello. Simple cleanups on top of the recent (already applied) id/filter/format/enable changes. f_op->owner == mod is no longer needed and can go away. Oleg. kernel/trace/trace_events.c | 207 +-- 1 files changed, 22 insertions(+), 185 deletions(-) --

[PATCH 0/3] tracing: kill the no longer needed PITA code

2013-07-31 Thread Oleg Nesterov
Hello. Simple cleanups on top of the recent (already applied) id/filter/format/enable changes. f_op-owner == mod is no longer needed and can go away. Oleg. kernel/trace/trace_events.c | 207 +-- 1 files changed, 22 insertions(+), 185 deletions(-) --

Re: [PATCH 0/3] tracing: kill the no longer needed PITA code

2013-07-31 Thread Steven Rostedt
On Wed, 2013-07-31 at 19:31 +0200, Oleg Nesterov wrote: Hello. Simple cleanups on top of the recent (already applied) id/filter/format/enable changes. f_op-owner == mod is no longer needed and can go away. This patch set is not needed for 3.11. I'll be holding off my review until I have