public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix check for trace_percpu_buffer validity
@ 2021-12-23 10:34 Naveen N. Rao
  2021-12-23 10:34 ` [PATCH v2 1/2] trace: Fix check for trace_percpu_buffer validity in get_trace_buf() Naveen N. Rao
  2021-12-23 10:34 ` [PATCH v2 2/2] trace: Tag trace_percpu_buffer as a percpu pointer Naveen N. Rao
  0 siblings, 2 replies; 3+ messages in thread
From: Naveen N. Rao @ 2021-12-23 10:34 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: linux-kernel, bristot, luto

The first patch fixes how we check for validity of trace_percpu_buffer, 
fixing a kernel oops seen on ppc64le with the new osnoise tracer. The 
second patch is new in v2 and carries the change to tag the pointer as a 
percpu pointer.

v1: 
http://lkml.kernel.org/r/20211221162529.1480652-1-naveen.n.rao@linux.vnet.ibm.com

- Naveen


Naveen N. Rao (2):
  trace: Fix check for trace_percpu_buffer validity in get_trace_buf()
  trace: Tag trace_percpu_buffer as a percpu pointer

 kernel/trace/trace.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: f7f0bb5eaecb1aff9cc8ab13425d43690b71ec44
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-23 10:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-23 10:34 [PATCH v2 0/2] Fix check for trace_percpu_buffer validity Naveen N. Rao
2021-12-23 10:34 ` [PATCH v2 1/2] trace: Fix check for trace_percpu_buffer validity in get_trace_buf() Naveen N. Rao
2021-12-23 10:34 ` [PATCH v2 2/2] trace: Tag trace_percpu_buffer as a percpu pointer Naveen N. Rao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox