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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 83489C433DB for ; Mon, 15 Mar 2021 11:14:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 531F864E81 for ; Mon, 15 Mar 2021 11:14:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229510AbhCOLOB (ORCPT ); Mon, 15 Mar 2021 07:14:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:46354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229524AbhCOLNd (ORCPT ); Mon, 15 Mar 2021 07:13:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DD17B64E10; Mon, 15 Mar 2021 11:13:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615806813; bh=AKWEmaPrXELQ9DKAd3z+F/HAa98wqlzzQo22o8VET5M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WH1N3ebsm/ySCkEuFvZxrL/3DmCubqqojHr9iDI7dhIVMy+u0gqmc0K0JHVfTud/f pGm+wZ+kGT7lIdxoMMDKx23w9nJVlJxAsYhGh66Fl2yi1eOgWvQxD6r1cbZUuLOxM1 wBPs63P5428VmaZ1rD4c7yqsILTc/S0Ze7RxAwZY= Date: Mon, 15 Mar 2021 12:13:30 +0100 From: Greg KH To: hulkrobot@huawei.com Cc: stable@vger.kernel.org Subject: Re: [linux-stable-rc CI] Test report for 5.10.24-rc1/x86 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 15, 2021 at 12:10:16PM +0100, Greg KH wrote: > On Mon, Mar 15, 2021 at 06:44:43PM +0800, hulkrobot@huawei.com wrote: > > Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > Branch: linux-5.10.y > > Arch: x86 > > Version: 5.10.24-rc1 > > Commit: 5b0ddd114df102f34c83b8cd4ce4a03397ab7aa9 > > Compiler: gcc version 7.3.0 (GCC) > > -------------------------------------------------------------------- > > Kernel build failed, error log: > > arch/x86/kernel/sev-es.c:1275:14: error: implicit declaration of function ‘irqentry_nmi_enter’; did you mean ‘irqentry_enter’? [-Werror=implicit-function-declaration] > > irq_state = irqentry_nmi_enter(regs); > > ^~~~~~~~~~~~~~~~~~ > > irqentry_enter > > arch/x86/kernel/sev-es.c:1275:12: error: incompatible types when assigning to type ‘irqentry_state_t {aka struct irqentry_state}’ from type ‘int’ > > irq_state = irqentry_nmi_enter(regs); > > ^ > > arch/x86/kernel/sev-es.c:1339:2: error: implicit declaration of function ‘irqentry_nmi_exit’; did you mean ‘irqentry_exit’? [-Werror=implicit-function-declaration] > > irqentry_nmi_exit(regs, irq_state); > > ^~~~~~~~~~~~~~~~~ > > irqentry_exit > > cc1: some warnings being treated as errors > > make[2]: *** [scripts/Makefile.build:279: arch/x86/kernel/sev-es.o] Error 1 > > make[2]: *** Waiting for unfinished jobs.... > > I do not see irqentry_nmi_enter() in this tree at all, where did that > come from? Ah, nevermind, I was looking at the 5.4.y queue/tree, this is now showing up in my builds as well, will go fix it up, thanks... greg k-h