[for-linus][PATCH 0/2] Tracing: Fixes for 5.12
From: Steven Rostedt
Date: Thu Feb 25 2021 - 21:50:28 EST
Two fixes:
- Fix an unsafe printf string usage in a kmem trace event
- Fix spelling in output from the latency-collector tool
Colin Ian King (1):
tracing/tools: fix a couple of spelling mistakes
Steven Rostedt (VMware) (1):
mm, tracing: Fix kmem_cache_free trace event to not print stale pointers
----
include/trace/events/kmem.h | 6 +++---
tools/tracing/latency/latency-collector.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)