Re: [PATCH] uprobes: fix return value in error handling path

2013-07-02 Thread Steven Rostedt
On Mon, 2013-06-17 at 12:56 -0400, Steven Rostedt wrote: > Srikar, > > Can you give an Ack (or nack) for this? > This looks rather obvious, I'll apply it and also tag it for stable. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH] uprobes: fix return value in error handling path

2013-07-02 Thread Steven Rostedt
On Mon, 2013-06-17 at 12:56 -0400, Steven Rostedt wrote: Srikar, Can you give an Ack (or nack) for this? This looks rather obvious, I'll apply it and also tag it for stable. -- Steve -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH] uprobes: fix return value in error handling path

2013-06-17 Thread Steven Rostedt
Srikar, Can you give an Ack (or nack) for this? Thanks, -- Steve On Thu, 2013-06-13 at 14:21 +0800, zhangwei(Jovi) wrote: > When I inject incorrect argument into uprobe_events, > > [root@jovi tracing]# echo 'p:myprobe /bin/bash' > uprobe_events > [root@jovi tracing]# > > it doesn't return

Re: [PATCH] uprobes: fix return value in error handling path

2013-06-17 Thread Steven Rostedt
Srikar, Can you give an Ack (or nack) for this? Thanks, -- Steve On Thu, 2013-06-13 at 14:21 +0800, zhangwei(Jovi) wrote: When I inject incorrect argument into uprobe_events, [root@jovi tracing]# echo 'p:myprobe /bin/bash' uprobe_events [root@jovi tracing]# it doesn't return any

[PATCH] uprobes: fix return value in error handling path

2013-06-13 Thread zhangwei(Jovi)
When I inject incorrect argument into uprobe_events, [root@jovi tracing]# echo 'p:myprobe /bin/bash' > uprobe_events [root@jovi tracing]# it doesn't return any error value in there, this patch fix it. Signed-off-by: zhangwei(Jovi) --- kernel/trace/trace_uprobe.c |4 +++- 1 file changed, 3

[PATCH] uprobes: fix return value in error handling path

2013-06-13 Thread zhangwei(Jovi)
When I inject incorrect argument into uprobe_events, [root@jovi tracing]# echo 'p:myprobe /bin/bash' uprobe_events [root@jovi tracing]# it doesn't return any error value in there, this patch fix it. Signed-off-by: zhangwei(Jovi) jovi.zhang...@huawei.com --- kernel/trace/trace_uprobe.c |4