]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kprobes: adjust "fix a memory leak in function pre_handler_kretprobe()"
authorJan Beulich <JBeulich@suse.com>
Tue, 28 Feb 2012 10:41:37 +0000 (10:41 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Mar 2012 17:32:57 +0000 (10:32 -0700)
commitb8a0040ef7112439ad2efac6f1a79aa842b5924f
treef0be22ebf527c32082ef40ff4ce5249f1fbf2052
parent896903eb8ed86754935bb65b377e69dc048eac34
kprobes: adjust "fix a memory leak in function pre_handler_kretprobe()"

3.0.21's 603b63484725a6e88e4ae5da58716efd88154b1e directly used
the upstream patch, yet kprobes locking in 3.0.x uses spin_lock...()
rather than raw_spin_lock...().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/kprobes.c