]> www.infradead.org Git - nvme.git/commit
ftrace: Reinitialize hash to EMPTY_HASH after freeing
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 17 Apr 2025 15:09:33 +0000 (11:09 -0400)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 17 Apr 2025 19:15:28 +0000 (15:15 -0400)
commit08275e59a75047ba8fc0b9853bfdfc88a124763d
tree6d5ef5ff6136575b5878512fb70ca024e52c76a5
parent31d1139956112dd047a70b263f4d578921de779a
ftrace: Reinitialize hash to EMPTY_HASH after freeing

There's several locations that free a ftrace hash pointer but may be
referenced again. Reset them to EMPTY_HASH so that a u-a-f bug doesn't
happen.

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://lore.kernel.org/20250417110933.20ab718b@gandalf.local.home
Fixes: 0ae6b8ce200d ("ftrace: Fix accounting of subop hashes")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/ftrace.c