From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1F55B38A738; Thu, 2 Apr 2026 21:57:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775167052; cv=none; b=aXlB8VVkiRxU1kFH+evEDuKCXP5KkT0r92YNfM3SXDCdlb3d8I71yCGIiTRSAGkY4s+856QTwwS7C0wgU6zYmf3UigLWhmjCOJCWUFsOF1n09Dnq+a54RD3qCuttbLZa9pdH1bbbX736jRs5TEBiiJ+N9mXX6yWEIMS2btOG93s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775167052; c=relaxed/simple; bh=d/VNN2TaVfpjmuvxsRrmtlWax3Pf5gh13PmPiBpNiVM=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=R4//+1KhOEgNqxSl8yX19qsydL0PsUPTzjHx5JqKW3MByzXr6zkZougVcZg2xJYojkWBEKZya3892cvtWqPZedbId+gmO2GNqdnh+DIJ9LZR/FKI71sWw8+665o+jxgiCakkQ81btZjY/vUyFiN1cCwvv98JSOKtDcdAaiFO8tE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=A35AfRKe; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="A35AfRKe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79929C116C6; Thu, 2 Apr 2026 21:57:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775167051; bh=d/VNN2TaVfpjmuvxsRrmtlWax3Pf5gh13PmPiBpNiVM=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=A35AfRKewSdj+eO0dT6tXRBrFd+C2HoauoBBZ4GUaaMLEKJE/rD/E0jP0wyVOhQru Qa0VfV/B4JGmPhpygmTOEOiq9ueMV0lmRPWWkESjGjgE+kBuCYxTCvppJPP1ct1Q2M Vn007ogjHn0gNxGfGlZ53u4rtoWmVCrTr79iekDF0aIVmaqBADzXBYMGrgpu6h7MEz 3bLB4bdH4UOZTNa/Yz1RpzuqBctPu0hDrp2z4VSul1xGkTSvGWfZK8+41uSnO3tMxR eQ0oUfL/e9zpF8JnnCd/k3iS/pvpMJ1oFI7xugxSLJTL5VPV96Xc9wuI1A1CPZAKR+ H3AWa/dplSHIA== From: Namhyung Kim To: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-perf-users@vger.kernel.org, acme@kernel.org, irogers@google.com, Thomas Richter Cc: agordeev@linux.ibm.com, gor@linux.ibm.com, sumanthk@linux.ibm.com, hca@linux.ibm.com, japo@linux.ibm.com In-Reply-To: <20260401122102.30737-1-tmricht@linux.ibm.com> References: <20260401122102.30737-1-tmricht@linux.ibm.com> Subject: Re: [PATCH v3] perf test: Skip perf data type profiling tests for s390 Message-Id: <177516705145.1014987.18278317117378120291.b4-ty@kernel.org> Date: Thu, 02 Apr 2026 14:57:31 -0700 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="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-c04d2 On Wed, 01 Apr 2026 14:21:01 +0200, Thomas Richter wrote: > Test case 'perf data type profiling tests' fails on s390 with this > error: > > # ./perf mem record -- ./perf test -w code_with_type > failed: no PMU supports the memory events > # echo $? > 255 > # > > [...] Applied to perf-tools-next, thanks! Best regards, Namhyung