From: zhangwei(Jovi) Date: Thu, 13 Jun 2013 06:21:51 +0000 (+0800) Subject: uprobes: Fix return value in error handling path X-Git-Tag: v3.11-rc1~33^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa44063f9ef163c3a4c8d8c0465bb8a056b42035;p=pandora-kernel.git 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 Cc: Cc: stable@vger.kernel.org # 3.5+ Signed-off-by: zhangwei(Jovi) Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed