diff options
author | zhangwei(Jovi) <jovi.zhangwei@huawei.com> | 2013-06-13 14:21:51 +0800 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2013-07-02 20:42:29 -0400 |
commit | fa44063f9ef163c3a4c8d8c0465bb8a056b42035 (patch) | |
tree | 82074b8ab7cd7e21dd783eef360b39282e6657bf /fs/hostfs | |
parent | 2a6c24afab70dbcfee49f4c76e1511eec1a3298b (diff) | |
download | linux-fa44063f9ef163c3a4c8d8c0465bb8a056b42035.tar.gz linux-fa44063f9ef163c3a4c8d8c0465bb8a056b42035.tar.bz2 linux-fa44063f9ef163c3a4c8d8c0465bb8a056b42035.zip |
uprobes: Fix return value in error handling path
When wrong argument is passed into uprobe_events it does not return
an error:
[root@jovi tracing]# echo 'p:myprobe /bin/bash' > uprobe_events
[root@jovi tracing]#
The proper response is:
[root@jovi tracing]# echo 'p:myprobe /bin/bash' > uprobe_events
-bash: echo: write error: Invalid argument
Link: http://lkml.kernel.org/r/51B964FF.5000106@huawei.com
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: <srikar@linux.vnet.ibm.com>
Cc: stable@vger.kernel.org # 3.5+
Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'fs/hostfs')
0 files changed, 0 insertions, 0 deletions