]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Unlock hash mutex on failed allocation in process_mod_list()
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 28 Jun 2017 13:09:38 +0000 (09:09 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 28 Jun 2017 13:09:38 +0000 (09:09 -0400)
commitb4b46a1cd5db1da139d8edc4a7e5cb722a58c08a
tree0c0020b487f9263d146c35d4329d52928879a4f7
parent136084868b4ee9aa6a8ced6bb6f226f2c68376cb
ftrace: Unlock hash mutex on failed allocation in process_mod_list()

If the new_hash fails to allocate, then unlock the hash mutex on error.

Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c