Re: [PATCH v2 1/3] perf record: Fix multiple PERF_RECORD_COMPRESSED2 records per push
From: Dmitry Ilvokhin
Date: Mon Jul 06 2026 - 14:17:37 EST
On Sat, Jul 04, 2026 at 10:08:03AM -0700, Namhyung Kim wrote:
> > diff --git a/tools/perf/tests/shell/record+zstd_comp_decomp_multi_record.sh b/tools/perf/tests/shell/record+zstd_comp_decomp_multi_record.sh
> > new file mode 100755
> > index 000000000000..42efe7260def
> > --- /dev/null
> > +++ b/tools/perf/tests/shell/record+zstd_comp_decomp_multi_record.sh
> > @@ -0,0 +1,64 @@
> > +#!/bin/bash
> > +# Zstd perf.data compression/decompression of multi-record data
> > +
> > +# SPDX-License-Identifier: GPL-2.0
>
> Can you please remove the blank line here?
>
> Also, this series cannot apply anymore. Please rebase onto the latest
> perf-tools-next.
>
Thanks for taking a look, Namhyung.
Absolutely. I'll fix it up, rebase on latest perf-tools-next and respin
the series.