From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta0.migadu.com (out-188.mta0.migadu.com [91.218.175.188]) (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 1101879F2 for ; Thu, 15 Feb 2024 06:32:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707978759; cv=none; b=Yf9XI24n+OlIxeQ/8hcgwuzq9ogsgXlOEuWOQ49AQlS7SD7jkDS8avVZC9jjyU0ObB2UuPBBuUOUOEHLpNN3yjbAVN+6g7oEjJeImJNpUtXY3R11pdyw0rVL5PVlPXYpTtsngaFBSppyCefQrA1Qeq/hqPi23UZCSJdLd3itjGY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707978759; c=relaxed/simple; bh=QYgsrze2ItFZa7cOnhg+Cy2fQUPDqBnyOLxWMOv/dbA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VseUj7rlmU/7+NO4jf0Mh6KtMCUpCO+SHOqVbq1GIljEiZZaoZdBQUPVqwiuofz18H6XI15yulsCiLBmXtk1aIUJmcwbUy4Z2TRMzbY9uTgBIeJoLgJ5cICRtkfm0OJ18TvpdMGtWGalwmORHC1iWjZSlVTy0/bMPpULk9CgLaU= 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=WjNBhrru; arc=none smtp.client-ip=91.218.175.188 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="WjNBhrru" Date: Thu, 15 Feb 2024 14:32:24 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1707978754; 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=QYgsrze2ItFZa7cOnhg+Cy2fQUPDqBnyOLxWMOv/dbA=; b=WjNBhrruJ37CnbDrPB/DQF+EHQIh+YeVP6uuJhMCtGcBqLgeKoifzgtvDXQAGPGuHJ3XlD PlHPu7w1cjEiqMVmDTlKZrbW81U3vgp1TrIyWvpdoS9tuMOFQQuMXaxxZs47Sf4GeLR8sO xji9sz4Fvy98M937HyjxU0rCkWKlqbY= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Leo Yan To: Ian Rogers Cc: Arnaldo Carvalho de Melo , Namhyung Kim , Jiri Olsa , Adrian Hunter , Alexander Shishkin , John Garry , Will Deacon , James Clark , Mike Leach , Guo Ren , Paul Walmsley , Palmer Dabbelt , Albert Ou , Huacai Chen , Ming Wang , Kan Liang , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, linux-csky@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH v1 0/4] perf parse-regs: Cleanup config and building Message-ID: <20240215063224.GA99827@debian-dev> References: <20240214113947.240957-1-leo.yan@linux.dev> Precedence: bulk X-Mailing-List: linux-csky@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 Wed, Feb 14, 2024 at 02:42:55PM -0800, Ian Rogers wrote: [...] > Thanks Leo, this is great cleanup! Series: > Reviewed-by: Ian Rogers Thanks a lot for reviewing, Ian! Leo