On Fri, Jun 17, 2022 at 4:35 AM Chengwen Feng <fengcheng...@huawei.com> wrote: > > 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(-)
Series applied, thanks. -- David Marchand