* [linux-stable-rc CI] Test report for 5.10.24-rc1/x86
@ 2021-03-15 10:44 hulkrobot
2021-03-15 11:10 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: hulkrobot @ 2021-03-15 10:44 UTC (permalink / raw)
To: stable; +Cc: gregkh
[-- Attachment #1: Type: text/plain, Size: 1577 bytes --]
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....
--
mm/page_alloc.c:3275:2: error: implicit declaration of function ‘split_page_memcg’; did you mean ‘split_page_owner’? [-Werror=implicit-function-declaration]
split_page_memcg(page, 1 << order);
^~~~~~~~~~~~~~~~
split_page_owner
--------------------------------------------------------------------
Tested-by: Hulk Robot <hulkrobot@huawei.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-stable-rc CI] Test report for 5.10.24-rc1/x86
2021-03-15 10:44 [linux-stable-rc CI] Test report for 5.10.24-rc1/x86 hulkrobot
@ 2021-03-15 11:10 ` Greg KH
2021-03-15 11:13 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2021-03-15 11:10 UTC (permalink / raw)
To: hulkrobot; +Cc: stable
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?
> --
> mm/page_alloc.c:3275:2: error: implicit declaration of function ‘split_page_memcg’; did you mean ‘split_page_owner’? [-Werror=implicit-function-declaration]
> split_page_memcg(page, 1 << order);
> ^~~~~~~~~~~~~~~~
> split_page_owner
This is now fixed.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-stable-rc CI] Test report for 5.10.24-rc1/x86
2021-03-15 11:10 ` Greg KH
@ 2021-03-15 11:13 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2021-03-15 11:13 UTC (permalink / raw)
To: hulkrobot; +Cc: stable
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-15 11:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15 10:44 [linux-stable-rc CI] Test report for 5.10.24-rc1/x86 hulkrobot
2021-03-15 11:10 ` Greg KH
2021-03-15 11:13 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox