From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="elMacsvx" X-Greylist: delayed 15094 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 22 Nov 2023 13:16:35 PST Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [IPv6:2001:41d0:1004:224b::b2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1799D44 for ; Wed, 22 Nov 2023 13:16:35 -0800 (PST) Date: Wed, 22 Nov 2023 21:16:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1700687793; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FtkB3WRJGr4ha0DG1Li5z6m49TI+zCGBX8jzTT52wUM=; b=elMacsvx0WKSJxFo72l/UWLEb4w8/TeAcTUe2CUmEWi7K1LAhONjM2GGzEEfYewbjHJv9+ atYD2Jb2ICDZAXcOOQcuE3MlLQsct2EK48gN81B3TUJLWjuP/J4BH4TNg7GDSRq4LKM9KC VuWzkuz8zWQo3SmtSQO8dEzjIQ8Mjz8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Ian Rogers Cc: linux-perf-users@vger.kernel.org, kvmarm@lists.linux.dev, Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , Marc Zyngier Subject: Re: [PATCH 0/2] perf build: Fixes for arm64 sysreg-defs build rules Message-ID: References: <20231121192956.919380-1-oliver.upton@linux.dev> 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT On Wed, Nov 22, 2023 at 12:36:12PM -0800, Ian Rogers wrote: > On Tue, Nov 21, 2023 at 11:30 AM Oliver Upton wrote: > > > > Small series to address the issues Ian raised in [*]. Tested with > > perf-targz-src-pkg and building arm64 KVM selftests. > > > > [*] https://lore.kernel.org/linux-perf-users/CAP-5=fXxiOJMVqaH1JPU_K6+1GhaEgVeR7YyN+F0r7qTE8DGEw@mail.gmail.com/ > > > > Oliver Upton (2): > > tools perf: Add arm64 sysreg files to MANIFEST > > perf build: Ensure sysreg-defs Makefile respects output dir > > Sorry for missing these, scripts/get_maintainer.pl will recommend > linux-kernel@vger.kernel.org so this didn't show in my review pile due > to my email filters. Yeah, I'd been in the (meaningless) habit of dropping the LKML firehose for KVM changes, though I see it actually has an L: entry for perf. My bad. > Tested-by: Ian Rogers Appreciated! -- Thanks, Oliver