From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 970C3E936ED for ; Thu, 5 Oct 2023 02:02:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229769AbjJECCf (ORCPT ); Wed, 4 Oct 2023 22:02:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229767AbjJECCf (ORCPT ); Wed, 4 Oct 2023 22:02:35 -0400 X-Greylist: delayed 548 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 04 Oct 2023 19:02:31 PDT Received: from out-209.mta0.migadu.com (out-209.mta0.migadu.com [91.218.175.209]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCB5E9E for ; Wed, 4 Oct 2023 19:02:31 -0700 (PDT) Date: Thu, 5 Oct 2023 01:53:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1696470801; 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=XUx51LJ0xLjbmrNDmhaeRIVL3oP6MsbVtEzTUru1wBA=; b=iPXzHzNNj+AbXtjC1JFw8O8kkMpfws2fSyJMGirMfyqmtoV4pracdp/gO3ab1EoDZ9YlfU RGT5/FnJiDtk0nmqmVIwwj7gHMdeMWDWt6X+9QlnqwVXyGHA1xNGiQLc6YzPVGHs/ywMUY GOpDVQZgwP5LvRw+IldwEoY7E57bBTk= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Stephen Rothwell Cc: Christoffer Dall , Marc Zyngier , Jing Zhang , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the kvm-arm tree Message-ID: References: <20231005123159.1b7dff0f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231005123159.1b7dff0f@canb.auug.org.au> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, On Thu, Oct 05, 2023 at 12:31:59PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the kvm-arm tree, today's linux-next build (native perf) > failed like this: > > In file included from util/../../arch/arm64/include/asm/cputype.h:201, > from util/arm-spe.c:37: > tools/arch/arm64/include/asm/sysreg.h:132:10: fatal error: asm/sysreg-defs.h: No such file or directory > 132 | #include "asm/sysreg-defs.h" > | ^~~~~~~~~~~~~~~~~~~ Gah, shame on me, I didn't build everything in tools/ after this change. > Caused by commit > > 6a4c6c6a56c1 ("KVM: arm64: selftests: Import automatic generation of sysreg defs") > > I have used the kvm-arm tree from next-20231004 for today. Thanks much, I'll back this out from the kvmarm side of things until we get it sorted. -- Thanks, Oliver