[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Znv9PgzW8b7rd-Ia@xhacker>
Date: Wed, 26 Jun 2024 19:36:30 +0800
From: Jisheng Zhang <jszhang@...nel.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Mark Brown <broonie@...nel.org>, Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
Peter Zijlstra <peterz@...radead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the tip tree
On Tue, Jun 25, 2024 at 08:19:08PM +0200, Thomas Gleixner wrote:
> On Tue, Jun 25 2024 at 15:42, Mark Brown wrote:
>
> > Hi all,
> >
> > After merging the tip tree, today's linux-next build (x86_64
> > allmodconfig) failed like this:
> >
> > /tmp/next/build/drivers/irqchip/irq-dw-apb-ictl.c:33:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'dw_apb_ictl_handle_irq'
> > 33 | static void __irq_entry dw_apb_ictl_handle_irq(struct pt_regs *regs)
I will try to fix it. I tested arm/arm64, but didn't try x86 :(
Thanks for the information.
> > | ^~~~~~~~~~~~~~~~~~~~~~
> > In file included from /tmp/next/build/drivers/irqchip/irq-dw-apb-ictl.c:15:
> > /tmp/next/build/drivers/irqchip/irq-dw-apb-ictl.c: In function 'dw_apb_ictl_init':
> > /tmp/next/build/drivers/irqchip/irq-dw-apb-ictl.c:206:32: error: 'dw_apb_ictl_handle_irq' undeclared (first use in this function); did you mean 'dw_apb_ictl_init'?
> > 206 | set_handle_irq(dw_apb_ictl_handle_irq);
> > | ^~~~~~~~~~~~~~~~~~~~~~
> > /tmp/next/build/include/linux/irq.h:1331:23: note: in definition of macro 'set_handle_irq'
> > 1331 | (void)handle_irq; \
> > | ^~~~~~~~~~
> > /tmp/next/build/drivers/irqchip/irq-dw-apb-ictl.c:206:32: note: each undeclared identifier is reported only once for each function it appears in
> > 206 | set_handle_irq(dw_apb_ictl_handle_irq);
> > | ^~~~~~~~~~~~~~~~~~~~~~
> > /tmp/next/build/include/linux/irq.h:1331:23: note: in definition of macro 'set_handle_irq'
> > 1331 | (void)handle_irq; \
> > | ^~~~~~~~~~
> >
> >
> > Caused by commit
> >
> > 7cc4f309c933ec5d ("irqchip/dw-apb-ictl: Support building as module")
> >
> > (I think, I didn't specifically verify.) I have used the tree from
> > 20240624 instead.
>
> It comes from irq/core. It'll be gone tomorrow.
Powered by blists - more mailing lists