uprobes: (Re)add missing get_uprobe() in __find_uprobe()
authorSven Schnelle <svens@linux.ibm.com>
Tue, 9 Feb 2021 15:07:11 +0000 (16:07 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 17 Feb 2021 13:12:42 +0000 (14:12 +0100)
commitb0d6d4789677d128b1933af023083054f0973574
tree6e2c495bfb0d9d216cdecfeb73983a93506d0ac0
parentf9d34595ae4feed38856b88769e2ba5af22d2548
uprobes: (Re)add missing get_uprobe() in __find_uprobe()

commit c6bc9bd06dff ("rbtree, uprobes: Use rbtree helpers")
accidentally removed the refcount increase. Add it again.

Fixes: c6bc9bd06dff ("rbtree, uprobes: Use rbtree helpers")
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lkml.kernel.org/r/20210209150711.36778-1-svens@linux.ibm.com
kernel/events/uprobes.c