From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.ilvokhin.com (mail.ilvokhin.com [178.62.254.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A52E335AC24; Mon, 6 Jul 2026 16:42:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.62.254.231 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783356162; cv=none; b=ZWsSeVaf5pHiUiaxSlsORATi/EOLKW+ijWU+YaTWKaxxDeotndzNTej3XNkAjcrb85DycLDD8MoVhvRLn9z1tHOcboBOeusOxW91juFiZL1DptSoHR4Wnfm8q1i+YpZaebFGJg/bp/Vdm5nWOVrquZdCsHWcWHPASp10hFTkcPA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783356162; c=relaxed/simple; bh=bVtZtEZQnukQ8K+sG26vI4ygd12KkZjhfOKN+ZLwyus=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BLI7smrqXgSrE0CkiH7vKhsGOYI3Pmm2zlhEWSJTJ1DTs+duSf7jteYlje8fjFPXbvvZER6dzf1wYVMbqywtr4ZobdZgiAfiEkqjh1wmRhJwUAPGAeGF8v8XaRJyqi4w8amMU9IE93BsDbeim9kPim+4rPViLYWnP9LmnR8Pl8Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=ilvokhin.com; spf=pass smtp.mailfrom=ilvokhin.com; dkim=pass (1024-bit key) header.d=ilvokhin.com header.i=@ilvokhin.com header.b=n05q+EyZ; arc=none smtp.client-ip=178.62.254.231 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=ilvokhin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ilvokhin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ilvokhin.com header.i=@ilvokhin.com header.b="n05q+EyZ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ilvokhin.com; s=mail; t=1783356152; bh=EkJihMH0cOwClfnoZCmPH0Z78iMJRlERl2mGpDOQTd4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=n05q+EyZnOtRvl5j3UKfHbhCsQopprWV470/XS0KoR/SxSfzMHB5s/CeS1VuHDLhf KDPx/e/7vXRhplEirRubzqwKVNsOogj6u44u0ndiPqWWyzd/HCBgDiQemd+REE4hQ5 rgQrLhZt6uBKqa4SXBtEJZtWOKguM8KhCxpF+cn4= Received: from shell.ilvokhin.com (shell.ilvokhin.com [138.68.190.75]) (Authenticated sender: d@ilvokhin.com) by mail.ilvokhin.com (Postfix) with ESMTPSA id 70168DB4EB; Mon, 06 Jul 2026 16:42:32 +0000 (UTC) Date: Mon, 6 Jul 2026 16:42:29 +0000 From: Dmitry Ilvokhin To: Namhyung Kim Cc: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , James Clark , Nick Terrell , David Sterba , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, kernel-team@meta.com, Farid Zakaria , stable@vger.kernel.org Subject: Re: [PATCH v2 1/3] perf record: Fix multiple PERF_RECORD_COMPRESSED2 records per push Message-ID: References: <079503c01a3e28d3775947f3449cadacfa1f4117.1782743187.git.d@ilvokhin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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.