* master build: 2 failures 4 warnings (v4.8-11811-g35ff96d) [not found] <E1btqa6-0001tx-HV@optimist> @ 2016-10-11 10:16 ` Mark Brown 2016-10-14 10:33 ` Lee Jones 0 siblings, 1 reply; 5+ messages in thread From: Mark Brown @ 2016-10-11 10:16 UTC (permalink / raw) To: linux-arm-kernel On Tue, Oct 11, 2016 at 07:30:35AM +0100, Build bot for Mark Brown wrote: Linus' tree is currently failing to build arm and arm64 allmodconfigs with: > arm64-allmodconfig > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > arm-allmodconfig > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! due to 6556bdacf646fc (mfd: tps65217: Add support for IRQs) since irq_set_parent() isn't exported. This has been present in -next for getting on for a month, a patch was proposed adding the relevant export but that isn't present in -next yet. The function is being used in order to enable lazy IRQ disabling for threaded interrupts: https://www.spinics.net/lists/arm-kernel/msg532864.html What's the plan for getting this fixed in Linus' tree? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 455 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20161011/37a83c95/attachment.sig> ^ permalink raw reply [flat|nested] 5+ messages in thread
* master build: 2 failures 4 warnings (v4.8-11811-g35ff96d) 2016-10-11 10:16 ` master build: 2 failures 4 warnings (v4.8-11811-g35ff96d) Mark Brown @ 2016-10-14 10:33 ` Lee Jones 2016-10-14 20:12 ` Arnd Bergmann 2016-10-17 16:50 ` Thomas Gleixner 0 siblings, 2 replies; 5+ messages in thread From: Lee Jones @ 2016-10-14 10:33 UTC (permalink / raw) To: linux-arm-kernel On Tue, 11 Oct 2016, Mark Brown wrote: > On Tue, Oct 11, 2016 at 07:30:35AM +0100, Build bot for Mark Brown wrote: > > Linus' tree is currently failing to build arm and arm64 allmodconfigs > with: > > > arm64-allmodconfig > > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > arm-allmodconfig > > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > due to 6556bdacf646fc (mfd: tps65217: Add support for IRQs) since > irq_set_parent() isn't exported. This has been present in -next > for getting on for a month, a patch was proposed adding the relevant > export but that isn't present in -next yet. > > The function is being used in order to enable lazy IRQ disabling for > threaded interrupts: > > https://www.spinics.net/lists/arm-kernel/msg532864.html > > What's the plan for getting this fixed in Linus' tree? Here's the conversation: https://www.spinics.net/lists/arm-kernel/msg531850.html I'm waiting on a firm answer from Arnd and Thomas before applying anything. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog ^ permalink raw reply [flat|nested] 5+ messages in thread
* master build: 2 failures 4 warnings (v4.8-11811-g35ff96d) 2016-10-14 10:33 ` Lee Jones @ 2016-10-14 20:12 ` Arnd Bergmann 2016-10-17 10:49 ` Mark Brown 2016-10-17 16:50 ` Thomas Gleixner 1 sibling, 1 reply; 5+ messages in thread From: Arnd Bergmann @ 2016-10-14 20:12 UTC (permalink / raw) To: linux-arm-kernel On Friday, October 14, 2016 11:33:44 AM CEST Lee Jones wrote: > On Tue, 11 Oct 2016, Mark Brown wrote: > > > On Tue, Oct 11, 2016 at 07:30:35AM +0100, Build bot for Mark Brown wrote: > > > > Linus' tree is currently failing to build arm and arm64 allmodconfigs > > with: > > > > > arm64-allmodconfig > > > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > > > arm-allmodconfig > > > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > > due to 6556bdacf646fc (mfd: tps65217: Add support for IRQs) since > > irq_set_parent() isn't exported. This has been present in -next > > for getting on for a month, a patch was proposed adding the relevant > > export but that isn't present in -next yet. > > > > The function is being used in order to enable lazy IRQ disabling for > > threaded interrupts: > > > > https://www.spinics.net/lists/arm-kernel/msg532864.html > > > > What's the plan for getting this fixed in Linus' tree? > > Here's the conversation: > > https://www.spinics.net/lists/arm-kernel/msg531850.html > > I'm waiting on a firm answer from Arnd and Thomas before applying > anything. I don't understand what the hardware does, so I'm not really able to answer this. Maybe just mark the driver as 'depends on BROKEN' for now? Arnd ^ permalink raw reply [flat|nested] 5+ messages in thread
* master build: 2 failures 4 warnings (v4.8-11811-g35ff96d) 2016-10-14 20:12 ` Arnd Bergmann @ 2016-10-17 10:49 ` Mark Brown 0 siblings, 0 replies; 5+ messages in thread From: Mark Brown @ 2016-10-17 10:49 UTC (permalink / raw) To: linux-arm-kernel On Fri, Oct 14, 2016 at 10:12:04PM +0200, Arnd Bergmann wrote: > On Friday, October 14, 2016 11:33:44 AM CEST Lee Jones wrote: > > I'm waiting on a firm answer from Arnd and Thomas before applying > > anything. > I don't understand what the hardware does, so I'm not really > able to answer this. Maybe just mark the driver as 'depends on > BROKEN' for now? There are a few boards using it, we should probably revert the broken patches rather than just completely disable the driver. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20161017/3b8b7d09/attachment-0001.sig> ^ permalink raw reply [flat|nested] 5+ messages in thread
* master build: 2 failures 4 warnings (v4.8-11811-g35ff96d) 2016-10-14 10:33 ` Lee Jones 2016-10-14 20:12 ` Arnd Bergmann @ 2016-10-17 16:50 ` Thomas Gleixner 1 sibling, 0 replies; 5+ messages in thread From: Thomas Gleixner @ 2016-10-17 16:50 UTC (permalink / raw) To: linux-arm-kernel On Fri, 14 Oct 2016, Lee Jones wrote: > On Tue, 11 Oct 2016, Mark Brown wrote: > > > On Tue, Oct 11, 2016 at 07:30:35AM +0100, Build bot for Mark Brown wrote: > > > > Linus' tree is currently failing to build arm and arm64 allmodconfigs > > with: > > > > > arm64-allmodconfig > > > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > > > arm-allmodconfig > > > ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > > due to 6556bdacf646fc (mfd: tps65217: Add support for IRQs) since > > irq_set_parent() isn't exported. This has been present in -next > > for getting on for a month, a patch was proposed adding the relevant > > export but that isn't present in -next yet. > > > > The function is being used in order to enable lazy IRQ disabling for > > threaded interrupts: > > > > https://www.spinics.net/lists/arm-kernel/msg532864.html > > > > What's the plan for getting this fixed in Linus' tree? > > Here's the conversation: > > https://www.spinics.net/lists/arm-kernel/msg531850.html > > I'm waiting on a firm answer from Arnd and Thomas before applying > anything. As I said, we can export it, if it's needed to make the driver modular. But we definitely don't want to export it just to make the build happy. Grigoryi has an excellent answer here: https://www.spinics.net/lists/arm-kernel/msg532864.html Only the driver authors/maintainers can decide whether this is the case or not. Thanks, tglx ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-10-17 16:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1btqa6-0001tx-HV@optimist>
2016-10-11 10:16 ` master build: 2 failures 4 warnings (v4.8-11811-g35ff96d) Mark Brown
2016-10-14 10:33 ` Lee Jones
2016-10-14 20:12 ` Arnd Bergmann
2016-10-17 10:49 ` Mark Brown
2016-10-17 16:50 ` Thomas Gleixner
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox