From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) (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 E1F3B1A0B14 for ; Tue, 30 Apr 2024 20:27:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714508822; cv=none; b=JDjfY/eFXi07CYudPXWHmBMuQorSJtqibX1GL6tdwzxHT0bfqf7EnZJKKb6NHddaAjxhUOxnAzsCkMLwf2ljKD4EkiDx2cgdAgbvyM45iVg8NTRMHCQ1dTwhN1cWh24OE/cUdxrq30vmX0XjJH0VUJ7e+Fq4lRJVgEwgO0ixRyk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714508822; c=relaxed/simple; bh=O0dijEzBvtORi6qxxVsNfbPFj60dzy82Go7ZwEcpV80=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CEehPE4j6FTXvYe/wdudQnLWxGz04aXk5q/UzT8ZMfXkwbBy2t4yGGWGhPmBK3bCQDTDuRYd1qaajkY/e6+JInC5fCtGpz5OPN++UT7nwEz1IUF0JBNItX6ZerNg0WELDl5ANcvRDXfa8HxxD5NUKo80yumbvzn1BYyyV+ne4kA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=uY7WAUIW; arc=none smtp.client-ip=95.215.58.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="uY7WAUIW" Date: Wed, 1 May 2024 04:26:55 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1714508818; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=IBs0/PKerC5E91/aTpLb+GbSC+0huj5ORJCxMwxzVLs=; b=uY7WAUIWDf0+MAwCB2nxSOUXfZ1mt399RKX5YKsZlnTraZMsSNsV51693TtBg3H+3K+dnY J3O6mzN+XesTUUjlJo8Fs5h8wu8WDE0PrQsM1PIiGBUMnJDT5OP0XtsZaABwyx2B+Z3W9z Xvx3OUhz7U8D7ZqP03uCN35G4TiIwr4= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Leo Yan To: Arnaldo Carvalho de Melo , Besar Wicaksono Cc: "catalin.marinas@arm.com" , "will@kernel.org" , "john.g.garry@oracle.com" , "james.clark@arm.com" , "mike.leach@linaro.org" , "peterz@infradead.org" , "mingo@redhat.com" , "mark.rutland@arm.com" , "alexander.shishkin@linux.intel.com" , "jolsa@kernel.org" , "namhyung@kernel.org" , "irogers@google.com" , "alisaidi@amazon.com" , Vikram Sethi , Rich Wiley , Yifei Wan , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-perf-users@vger.kernel.org" , "linux-tegra@vger.kernel.org" , Thierry Reding , Jon Hunter , Sean Kelley Subject: Re: [PATCH v1 0/3] arm64: Support Neoverse-V2 for Perf Arm SPE Message-ID: <20240430202655.GF125@debian-dev> References: <20240109192310.16234-1-bwicaksono@nvidia.com> Precedence: bulk X-Mailing-List: linux-perf-users@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: X-Migadu-Flow: FLOW_OUT On Tue, Apr 30, 2024 at 05:50:40PM +0000, Besar Wicaksono wrote: > Hi Arnaldo, > > Could you take these changes for perf? > [2/3] tools headers arm64: Add Neoverse-V2 part > [3/3] perf arm-spe: Add Neoverse-V2 to neoverse list Thanks for bringing up this. I confirmed this patch series can be cleanly applied on the mainline kernel, so the above two patches look good to me. Thanks, Leo