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="qJEWx6Sv" Received: from out-177.mta1.migadu.com (out-177.mta1.migadu.com [IPv6:2001:41d0:203:375::b1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3157BF for ; Mon, 11 Dec 2023 23:07:10 -0800 (PST) Date: Tue, 12 Dec 2023 07:07:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1702364828; 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=Q6Z44FDt8R0+dMpUCBszFPBqGtxSLmgo/e5SgiCoAWE=; b=qJEWx6Svn1TLMl93UN8HpWOwT9dNiYGbVb7BmhNJaYDipXXc60AYPXwXpBqLOuEGLlbFh1 im9f3qo/p+rUM8wTyqZlxv5TA5hGU7h51Z2s8VZ1FkLE1ws0OjdVftzeDwNudlPWBVesQn HrxgnU4zh0E9CZa4Tev41qS/g5oB9oI= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Namhyung Kim Cc: Mark Brown , linux-perf-users@vger.kernel.org, kvmarm@lists.linux.dev, Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , Marc Zyngier , torvalds@linux-foundation.org Subject: Re: [PATCH 2/2] perf build: Ensure sysreg-defs Makefile respects output dir Message-ID: References: <20231121192956.919380-1-oliver.upton@linux.dev> <20231121192956.919380-3-oliver.upton@linux.dev> <80ff02a5-8355-437d-b844-3de9fe182518@sirena.org.uk> 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 Mon, Dec 11, 2023 at 02:47:48PM -0800, Namhyung Kim wrote: > Hello Oliver, > > On Mon, Dec 11, 2023 at 5:19 AM Mark Brown wrote: > > > > On Wed, Dec 06, 2023 at 01:45:56PM +0000, Mark Brown wrote: > > > On Sat, Dec 02, 2023 at 01:34:20PM -0800, Oliver Upton wrote: > > > > Thanks for the bug report. Apologies for the latency on my end, I've had > > > > a mountain of non-upstream stuff to wade through. > > > > On Wed, Nov 29, 2023 at 04:27:01PM +0000, Mark Brown wrote: > > > > > > > This breaks some build configurations: > > > > > > > make[5]: Entering directory '/home/broonie/git/bisect/tools/arch/arm64/tools' > > > > > /home/broonie/git/bisect/tools/scripts/Makefile.include:4: *** O=../../../../tools does not exist. Stop. > > > > > > Looks like its because $(PWD) is tools/testing/selftests/ when building > > > > from the top level makefile. I'll get a fix out in the next couple days > > > > after I find my Make dunce cap :) > > > > > This issue is now in Linus' tree. > > > > Any news on this, the problem remains in -rc5? > > Have you found some time to work on it? Thanks for the double-nudge, just sent the fix out. I'll take it through the kvmarm tree as it only affects KVM selftests at this point. https://lore.kernel.org/kvmarm/20231212070431.145544-2-oliver.upton@linux.dev/ -- Thanks, Oliver