* linux-next: build failure after merge of the tip tree
@ 2015-07-28 2:43 Stephen Rothwell
2015-07-28 8:41 ` Sudeep Holla
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2015-07-28 2:43 UTC (permalink / raw)
To: linux-arm-kernel
Hi all,
After merging the tip tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
arch/arm/mach-mvebu/board-v7.c: In function 'mvebu_init_irq':
arch/arm/mach-mvebu/board-v7.c:138:3: error: implicit declaration of function 'gic_set_irqchip_flags' [-Werror=implicit-function-declaration]
gic_set_irqchip_flags(IRQCHIP_SKIP_SET_WAKE |
^
Caused by commit
e6f134f8e30e ("ARM: mvebu: Allow using the GIC for wakeup in standby mode")
from the mvebu tree interacting with commit
0d3f2c92e004 ("irqchip/gic: Remove redundant gic_set_irqchip_flags")
from the tip tree.
I have applied the following merge fix patch for today:
From: Stephen Rothwell <sfr@canb•auug.org.au>
Date: Tue, 28 Jul 2015 12:26:21 +1000
Subject: [PATCH] irqchip/gic: merge fix for "Remove redundant gic_set_irqchip_flags"
Signed-off-by: Stephen Rothwell <sfr@canb•auug.org.au>
---
arch/arm/mach-mvebu/board-v7.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/arch/arm/mach-mvebu/board-v7.c b/arch/arm/mach-mvebu/board-v7.c
index a6d2b4d6701a..b5ef80f369e7 100644
--- a/arch/arm/mach-mvebu/board-v7.c
+++ b/arch/arm/mach-mvebu/board-v7.c
@@ -131,13 +131,6 @@ static int armada_375_external_abort_wa(unsigned long addr, unsigned int fsr,
static void __init mvebu_init_irq(void)
{
- struct device_node *np;
-
- np = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-gic");
- if (np)
- gic_set_irqchip_flags(IRQCHIP_SKIP_SET_WAKE |
- IRQCHIP_MASK_ON_SUSPEND);
- of_node_put(np);
irqchip_init();
mvebu_scu_enable();
coherency_init();
--
2.4.6
--
Cheers,
Stephen Rothwell sfr at canb.auug.org.au
^ permalink raw reply related [flat|nested] 4+ messages in thread
* linux-next: build failure after merge of the tip tree
2015-07-28 2:43 linux-next: build failure after merge of the tip tree Stephen Rothwell
@ 2015-07-28 8:41 ` Sudeep Holla
2015-07-28 9:43 ` Gregory CLEMENT
0 siblings, 1 reply; 4+ messages in thread
From: Sudeep Holla @ 2015-07-28 8:41 UTC (permalink / raw)
To: linux-arm-kernel
Hi Stephen,
On 28/07/15 03:43, Stephen Rothwell wrote:
> Hi all,
>
> After merging the tip tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arch/arm/mach-mvebu/board-v7.c: In function 'mvebu_init_irq':
> arch/arm/mach-mvebu/board-v7.c:138:3: error: implicit declaration of function 'gic_set_irqchip_flags' [-Werror=implicit-function-declaration]
> gic_set_irqchip_flags(IRQCHIP_SKIP_SET_WAKE |
> ^
>
> Caused by commit
>
> e6f134f8e30e ("ARM: mvebu: Allow using the GIC for wakeup in standby mode")
>
> from the mvebu tree interacting with commit
>
> 0d3f2c92e004 ("irqchip/gic: Remove redundant gic_set_irqchip_flags")
>
> from the tip tree.
>
> I have applied the following merge fix patch for today:
>
Thanks for the fix, I was aware of this and asked Thomas Petazzoni
and Gregory CLEMENT to revert the commit e6f134f8e30e if possible
yesterday [1]
Regards,
Sudeep
[1]
http://lists.infradead.org/pipermail/linux-arm-kernel/2015-July/359585.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* linux-next: build failure after merge of the tip tree
2015-07-28 8:41 ` Sudeep Holla
@ 2015-07-28 9:43 ` Gregory CLEMENT
0 siblings, 0 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2015-07-28 9:43 UTC (permalink / raw)
To: linux-arm-kernel
Hi Sudeep, Stephen,
On 28/07/2015 10:41, Sudeep Holla wrote:
> Hi Stephen,
>
> On 28/07/15 03:43, Stephen Rothwell wrote:
>> Hi all,
>>
>> After merging the tip tree, today's linux-next build (arm
>> multi_v7_defconfig) failed like this:
>>
>> arch/arm/mach-mvebu/board-v7.c: In function 'mvebu_init_irq':
>> arch/arm/mach-mvebu/board-v7.c:138:3: error: implicit declaration of function 'gic_set_irqchip_flags' [-Werror=implicit-function-declaration]
>> gic_set_irqchip_flags(IRQCHIP_SKIP_SET_WAKE |
>> ^
>>
>> Caused by commit
>>
>> e6f134f8e30e ("ARM: mvebu: Allow using the GIC for wakeup in standby mode")
>>
>> from the mvebu tree interacting with commit
>>
>> 0d3f2c92e004 ("irqchip/gic: Remove redundant gic_set_irqchip_flags")
>>
>> from the tip tree.
>>
>> I have applied the following merge fix patch for today:
>>
>
> Thanks for the fix, I was aware of this and asked Thomas Petazzoni
> and Gregory CLEMENT to revert the commit e6f134f8e30e if possible
> yesterday [1]
>
I've just remove the commit from my branches, it should be OK now.
Thanks,
Gregory
> Regards,
> Sudeep
>
> [1]
> http://lists.infradead.org/pipermail/linux-arm-kernel/2015-July/359585.html
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* linux-next: build failure after merge of the tip tree
@ 2023-04-21 16:03 broonie
0 siblings, 0 replies; 4+ messages in thread
From: broonie @ 2023-04-21 16:03 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H . Peter Anvin, Peter Zijlstra
Cc: stable, Marco Elver, Sebastian Andrzej Siewior, linux-arm-kernel,
Linux Kernel Mailing List, Linux Next Mailing List
Hi all,
After merging the tip tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
/tmp/next/build/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_wait_running_nsleep':
/tmp/next/build/kernel/time/posix-cpu-timers.c:1310:30: error: 'timr' is a pointer; did you mean to use '->'?
1310 | spin_unlock_irq(&timr.it_lock);
| ^
| ->
/tmp/next/build/kernel/time/posix-cpu-timers.c:1312:28: error: 'timr' is a pointer; did you mean to use '->'?
1312 | spin_lock_irq(&timr.it_lock);
| ^
| ->
Caused by commit
2aaae4bf41b101f7e ("posix-cpu-timers: Implement the missing timer_wait_running callback")
The !POSIX_CPU_TIMERS_TASK_WORK case wasn't fully updated. I've used
the version of the tip tree from next-20230420 instead.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-04-21 16:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 2:43 linux-next: build failure after merge of the tip tree Stephen Rothwell
2015-07-28 8:41 ` Sudeep Holla
2015-07-28 9:43 ` Gregory CLEMENT
-- strict thread matches above, loose matches on Subject: below --
2023-04-21 16:03 broonie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox