Re: [PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()

2014-11-18 Thread Petr Mladek
On Fri 2014-11-14 23:58:57, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > The functions trace_seq_printf() and friends will soon no longer have > return values. Using trace_seq_has_overflowed() and trace_handle_return() > should be used instead. > > Link:

Re: [PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()

2014-11-18 Thread Petr Mladek
On Fri 2014-11-14 23:58:57, Steven Rostedt wrote: From: Steven Rostedt (Red Hat) rost...@goodmis.org The functions trace_seq_printf() and friends will soon no longer have return values. Using trace_seq_has_overflowed() and trace_handle_return() should be used instead. Link:

Re: [PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()

2014-11-16 Thread Srikar Dronamraju
* Steven Rostedt [2014-11-14 23:58:57]: > From: "Steven Rostedt (Red Hat)" > > The functions trace_seq_printf() and friends will soon no longer have > return values. Using trace_seq_has_overflowed() and trace_handle_return() > should be used instead. > > Link:

Re: [PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()

2014-11-16 Thread Masami Hiramatsu
(2014/11/15 13:58), Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > The functions trace_seq_printf() and friends will soon no longer have > return values. Using trace_seq_has_overflowed() and trace_handle_return() > should be used instead. > > Link:

Re: [PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()

2014-11-16 Thread Masami Hiramatsu
(2014/11/15 13:58), Steven Rostedt wrote: From: Steven Rostedt (Red Hat) rost...@goodmis.org The functions trace_seq_printf() and friends will soon no longer have return values. Using trace_seq_has_overflowed() and trace_handle_return() should be used instead. Link:

Re: [PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()

2014-11-16 Thread Srikar Dronamraju
* Steven Rostedt rost...@goodmis.org [2014-11-14 23:58:57]: From: Steven Rostedt (Red Hat) rost...@goodmis.org The functions trace_seq_printf() and friends will soon no longer have return values. Using trace_seq_has_overflowed() and trace_handle_return() should be used instead. Link:

[PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The functions trace_seq_printf() and friends will soon no longer have return values. Using trace_seq_has_overflowed() and trace_handle_return() should be used instead. Link: http://lkml.kernel.org/r/20141114011411.693008...@goodmis.org Cc: Masami Hiramatsu Cc:

[PATCH 10/26 v5] tracing/uprobes: Do not use return values of trace_seq_printf()

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The functions trace_seq_printf() and friends will soon no longer have return values. Using trace_seq_has_overflowed() and trace_handle_return() should be used instead. Link: http://lkml.kernel.org/r/20141114011411.693008...@goodmis.org Cc: