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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0609FC6FA82 for ; Fri, 23 Sep 2022 12:35:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lcvzpOT14/XMBHxgH5vackGpyx6fjskG6uNagF6Z7Fc=; b=rdQaEzC6PbdVMX J+1yTuLHrbxuqGxfDicbmr+JxMNdHWXZXr5vf083/TXy9Jlprn/92H2Hg1hhwk1tvMMt0Xy7hmiWv 8v/ztZX77/+LMKhjkSa70aYSXXRn/abwd59dQJrG359Hwl8UoMbpodzamSzN2cpqsIHy4i0/4mPVO zYesiZ/SBI7FOEWX1EscBhNoyvQc1VKw+Whu7ZLKASgOY5lv3iTHJAv4bheU+ypeQcZ2UfCkjLnEP vmBMCYf2Z3d26wQz1A8BChP1vW68ZLYE/+NKFX3oufoJj0dSIWLBu5Y1iUu9GIvodK/q8AwLzp3Q3 AUp4n6Vk/4d4H9K8Xmdg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obhsH-004Brt-4C; Fri, 23 Sep 2022 12:33:45 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1obhsE-004BqN-46 for linux-arm-kernel@lists.infradead.org; Fri, 23 Sep 2022 12:33:43 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BAD28B817C0; Fri, 23 Sep 2022 12:33:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 180DAC433C1; Fri, 23 Sep 2022 12:33:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663936416; bh=KtW8k0kA+8gTuMRx0SKpjjOhfZ67AD4ypTIX8+v5QAw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G3H1EJR9Iu02nPf9zRID8JFBelUjTeu5AX6SkZDItpRVJ9yJa0hltA74ckMtOkhco n6gmhTooeVRLY/qhsKu0KVlcn+FTzFz6LG5yVd2riSeofwjY5ek2QHo6llcmtW9Iy/ sqc0vuY6c0ORZKI5MzsiD49W2eftERFN2ffukLoIcndgQsEH4wFOhFXX1PFGV2ioW5 wx7ta9MOnwYoDYiyzHK/sxljgYeuU/l3NE7jM0bBoBQOpv+OFBU0DLbd1pHl6p5Lbt FwI9EnsHCrf2pu9/y+BC3Y63qQEt7yZiVakiRRa1KxYwc+fIiXTPiKd5FVAtoP1Y/8 W3VwrncZypJPg== Date: Fri, 23 Sep 2022 13:33:31 +0100 From: Will Deacon To: "Sudip Mukherjee (Codethink)" Cc: James Clark , Mark Brown , Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Subject: Re: build failure of next-20220923 due to cbb0c02caf4b ("perf: arm64: Add SVE vector granule register to user regs") Message-ID: <20220923123329.GA13942@willie-the-truck> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220923_053342_344216_F835FF05 X-CRM114-Status: GOOD ( 14.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Sep 23, 2022 at 12:42:37PM +0100, Sudip Mukherjee (Codethink) wrote: > Hi All, > > A native build of next-20220923 on arm64 host has failed with the error: > > ./usr/include/asm/perf_regs.h:42:26: error: C++ style comments are not allowed in ISO C90 > 42 | PERF_REG_ARM64_VG = 46, // SVE Vector Granule > | ^ > ./usr/include/asm/perf_regs.h:42:26: note: (this will be reported only once per input file) > > I have not bisected but I think it will be from cbb0c02caf4b ("perf: arm64: Add SVE vector granule register to user regs"). > > I will be happy to test any patch or provide any extra log if needed. I had a crack at fixing this last night when it was first reported, so hopefully the next -next will be alright. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel