mbox

[v3,0/4] bugfix for trace

Message ID 20220617022913.47564-1-fengchengwen@huawei.com (mailing list archive)
Headers

Message

fengchengwen June 17, 2022, 2:29 a.m. UTC
  This patch contains three bugfix for trace and one test patch.

---
v3:
* address David Marchand's comments.
* add xxx-by from David Marchand and Jerin Jacob.
v2:
* add test-by from Jerin Jacob for the 1/3 patch.
* add freebsd change file because David Marchand verify it.
* add more bugfix patch when try to enhance testcase.

Chengwen Feng (4):
  eal: fix segment fault when exit trace
  eal: fix errno not set if strftime return zero
  eal: fix trace init fail with long file-prefix
  test: introduce trace-autotest with traces enabled

 app/test/meson.build                    | 10 ++++++++++
 lib/eal/common/eal_common_trace_utils.c |  6 ++++--
 lib/eal/freebsd/eal.c                   |  4 ++--
 lib/eal/linux/eal.c                     |  4 ++--
 4 files changed, 18 insertions(+), 6 deletions(-)