All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rtla: v5.18-rc2 Fixes
@ 2022-04-15 13:36 Daniel Bristot de Oliveira
  2022-04-15 13:36 ` [PATCH 1/3] rtla: Avoid record NULL pointer dereference Daniel Bristot de Oliveira
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Bristot de Oliveira @ 2022-04-15 13:36 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: linux-trace-devel, lkml, Daniel Bristot de Oliveira

Steven,

Here are some fixes for rtla.

I do not include "rtla/Makefile: Properly handle dependencies"
because I will make two changes to it:
        -  I need to check rst2man only in the make install phase
        -  I will remove procps-devel dependency on another patch

I will send a v2 of the "Properly handle dependencies" and the removal
of procps-devel dependencies next week. But these ones are already ready.

John Kacur (2):
  rtla: Don't overwrite existing directory mode
  rtla: Minor grammar fix for rtla README

Wan Jiabing (1):
  rtla: Avoid record NULL pointer dereference

 tools/tracing/rtla/Makefile            |  3 ++-
 tools/tracing/rtla/README.txt          | 12 +++++-------
 tools/tracing/rtla/src/osnoise_hist.c  |  5 +++--
 tools/tracing/rtla/src/osnoise_top.c   |  9 +++++----
 tools/tracing/rtla/src/timerlat_hist.c | 11 ++++++-----
 tools/tracing/rtla/src/timerlat_top.c  | 11 ++++++-----
 6 files changed, 27 insertions(+), 24 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-19 16:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-15 13:36 [PATCH 0/3] rtla: v5.18-rc2 Fixes Daniel Bristot de Oliveira
2022-04-15 13:36 ` [PATCH 1/3] rtla: Avoid record NULL pointer dereference Daniel Bristot de Oliveira
2022-04-15 13:36 ` [PATCH 2/3] rtla: Don't overwrite existing directory mode Daniel Bristot de Oliveira
2022-04-15 13:36 ` [PATCH 3/3] rtla: Minor grammar fix for rtla README Daniel Bristot de Oliveira
2022-04-19 16:23 ` [PATCH 0/3] rtla: v5.18-rc2 Fixes Daniel Bristot de Oliveira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.