[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] trace: Remove and forbid newline characters in event format
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/5] trace: Remove and forbid newline characters in event format |
Date: |
Thu, 6 Jun 2024 12:39:38 +0200 |
Trace events aren't designed to be multi-lines.
Few format use the newline character: remove it
and forbid further uses.
Philippe Mathieu-Daudé (5):
backends/tpm: Remove newline character in trace event
hw/sh4: Remove newline character in trace events
hw/usb: Remove newline character in trace events
hw/vfio: Remove newline character in trace events
tracetool: Forbid newline character in event format
backends/tpm/tpm_util.c | 5 +++--
backends/tpm/trace-events | 3 ++-
hw/sh4/trace-events | 4 ++--
hw/usb/trace-events | 6 +++---
hw/vfio/trace-events | 4 ++--
scripts/tracetool/__init__.py | 2 ++
6 files changed, 14 insertions(+), 10 deletions(-)
--
2.41.0
- [PATCH 0/5] trace: Remove and forbid newline characters in event format,
Philippe Mathieu-Daudé <=
- [PATCH 1/5] backends/tpm: Remove newline character in trace event, Philippe Mathieu-Daudé, 2024/06/06
- [PATCH 2/5] hw/sh4: Remove newline character in trace events, Philippe Mathieu-Daudé, 2024/06/06
- [PATCH 3/5] hw/usb: Remove newline character in trace events, Philippe Mathieu-Daudé, 2024/06/06
- [PATCH 4/5] hw/vfio: Remove newline character in trace events, Philippe Mathieu-Daudé, 2024/06/06
- [PATCH 5/5] tracetool: Forbid newline character in event format, Philippe Mathieu-Daudé, 2024/06/06