[PATCH 0/2] ftrace: two fixes with func_probes handling

Naveen N. Rao naveen.n.rao at linux.vnet.ibm.com
Fri Jul 5 00:34:40 AEST 2019


Two patches addressing bugs in ftrace function probe handling. The first 
patch addresses a NULL pointer dereference reported by LTP tests, while 
the second one is a trivial patch to address a missing check for return 
value, found by code inspection.

- Naveen


Naveen N. Rao (2):
  ftrace: Fix NULL pointer dereference in t_probe_next()
  ftrace: Check for successful allocation of hash

 kernel/trace/ftrace.c | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
2.22.0



More information about the Linuxppc-dev mailing list