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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A05BAC47082 for ; Mon, 31 May 2021 11:47:49 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 61550611CA for ; Mon, 31 May 2021 11:47:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 61550611CA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=uqNKlpQyQ37dBw8t8UbdVyd8zWqVAmfC54daaAKt3S4=; b=iO9XXNi6UIAbyy eq97+5LJlIfkz80ZY8hTCNcxVUygzlrYYJVu6Xv+oUH24HEtNF6/cI8XcBRdxnlfckopGsHio9O5H oICEa2My/eQRugjRaeASOC0211qpHA+YgrEV+qF2aZfLUSwSUB7UE+BDg/llCZGQ9uOaxPgbN1/iX hw9U1E897efe1C0/R65vWX7wsNJ3yiUVaGR18tHWztp+FAH5pz9TDT+fMNQUACw6amEvGIRPQ62IG 9+N47olbkobVvZ4nL4COUEUfwO82bMm7kja3qbMAYhu2brXRKExbE4/pgZe+ft+cs4Z3kheQEsviO SPM1FlmpJ6tXwzXEY+tg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lngN3-00C2GF-Nh; Mon, 31 May 2021 11:46:13 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lngMy-00C2FH-L3 for linux-arm-kernel@lists.infradead.org; Mon, 31 May 2021 11:46:11 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 92AB7610A6; Mon, 31 May 2021 11:46:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622461566; bh=g5oty2gYfesCWaDdgy+XYzkAsq7/CBguYDeSUuMewns=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OLnYchXLNVWgmYYNxGjf9iA0AR/VwiC+taYYPCUxlTbnosN9qYOvrLBDX7GdwRev1 sXS+oBM8FB8m3wgBz13gT/W+sTY8E3RvAOv5faU1GnNB5E3eGybhKc82qXjU/pZCeW EZXVYR/3e3cBvYMQlaxyzSwJT0eZikAQXDrcu10o= Date: Mon, 31 May 2021 13:46:03 +0200 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: Sasha Levin , linux-stable , Marc Zyngier , James Morse , Alexandru Elisei , Suzuki K Poulose , Catalin Marinas , Will Deacon , Linux ARM , kvmarm@lists.cs.columbia.edu, open list , lkft-triage@lists.linaro.org Subject: Re: [stable-rc] 5.12 arch/arm64/kvm/arm.c:722:8: error: use of undeclared label 'out' Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210531_044608_737485_4B391BE9 X-CRM114-Status: UNSURE ( 6.68 ) X-CRM114-Notice: Please train this message. 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 Mon, May 31, 2021 at 04:43:52PM +0530, Naresh Kamboju wrote: > The Linux stable-rc 5.12 arm64 builds failed due to these warnings / errors. > > make --silent --keep-going --jobs=8 > O=/home/tuxbuild/.cache/tuxmake/builds/current ARCH=arm64 > CROSS_COMPILE=aarch64-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache > clang' > arch/arm64/kvm/arm.c:722:8: error: use of undeclared label 'out' > goto out; > ^ > arch/arm64/kvm/arm.c:918:1: warning: unused label 'out' [-Wunused-label] > out: > ^~~~ > 1 warning and 1 error generated. > > Reported-by: Naresh Kamboju This will be fixed in a few minutes, it was reported right before you: https://lore.kernel.org/r/0d9f123c-e9f7-7481-143d-efd488873082@huawei.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel