git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64b9c9
)
uprobes: Don't return success if alloc_uprobe() fails
author
Oleg Nesterov
<oleg@redhat.com>
Sun, 30 Sep 2012 16:21:09 +0000
(18:21 +0200)
committer
Oleg Nesterov
<oleg@redhat.com>
Sun, 7 Oct 2012 19:19:41 +0000
(21:19 +0200)
If alloc_uprobe() fails uprobe_register() should return ENOMEM, not 0.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
No differences found