Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1296555 > unrolled thread

linux-next: build failure after merge of the gpio tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2015-12-22 06:50 +0100
Last post2015-12-23 01:30 +0100
Articles 6 — 3 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-12-22 06:50 +0100
    Re: linux-next: build failure after merge of the gpio tree Robert Jarzmik <robert.jarzmik@free.fr> - 2015-12-22 08:00 +0100
      Re: linux-next: build failure after merge of the gpio tree Linus Walleij <linus.walleij@linaro.org> - 2015-12-22 10:10 +0100
        Re: linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-12-22 21:20 +0100
          Re: linux-next: build failure after merge of the gpio tree Linus Walleij <linus.walleij@linaro.org> - 2015-12-23 01:00 +0100
            Re: linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-12-23 01:30 +0100

#1296555 — linux-next: build failure after merge of the gpio tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2015-12-22 06:50 +0100
Subjectlinux-next: build failure after merge of the gpio tree
Message-ID<qInZE-8gJ-11@gated-at.bofh.it>
Hi Linus,

After merging the gpio tree, today's linux-next build (lots without
CONFIG_OF) failed like this:

drivers/gpio/gpio-pxa.c: In function 'pxa_gpio_probe':
drivers/gpio/gpio-pxa.c:648:12: error: 'pxa_irq_domain_ops' undeclared (first use in this function)

Caused by commit

  384ca3c6a28d ("gpio: pxa: change the interrupt management")

The reference to pxa_irq_domain_ops was moved out of the protection of
CONFIG_OF ...

Discovered after the release.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1296577

FromRobert Jarzmik <robert.jarzmik@free.fr>
Date2015-12-22 08:00 +0100
Message-ID<qIp5o-ty-19@gated-at.bofh.it>
In reply to#1296555
Stephen Rothwell <sfr@canb.auug.org.au> writes:

> Hi Linus,
>
> After merging the gpio tree, today's linux-next build (lots without
> CONFIG_OF) failed like this:
>
> drivers/gpio/gpio-pxa.c: In function 'pxa_gpio_probe':
> drivers/gpio/gpio-pxa.c:648:12: error: 'pxa_irq_domain_ops' undeclared (first use in this function)
>
> Caused by commit
>
>   384ca3c6a28d ("gpio: pxa: change the interrupt management")
>
> The reference to pxa_irq_domain_ops was moved out of the protection of
> CONFIG_OF ...
>
> Discovered after the release.

Hi Stephen,

The fix has been sent in http://www.spinics.net/lists/kernel/msg2147774.html but
did not reach Linus's next tree yet probably.

Cheers.

-- 
Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1296630

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-12-22 10:10 +0100
Message-ID<qIr7d-1XX-21@gated-at.bofh.it>
In reply to#1296577
On Tue, Dec 22, 2015 at 7:57 AM, Robert Jarzmik <robert.jarzmik@free.fr> wrote:
> Stephen Rothwell <sfr@canb.auug.org.au> writes:
>
>> Hi Linus,
>>
>> After merging the gpio tree, today's linux-next build (lots without
>> CONFIG_OF) failed like this:
>>
>> drivers/gpio/gpio-pxa.c: In function 'pxa_gpio_probe':
>> drivers/gpio/gpio-pxa.c:648:12: error: 'pxa_irq_domain_ops' undeclared (first use in this function)
>>
>> Caused by commit
>>
>>   384ca3c6a28d ("gpio: pxa: change the interrupt management")
>>
>> The reference to pxa_irq_domain_ops was moved out of the protection of
>> CONFIG_OF ...
>>
>> Discovered after the release.
>
> Hi Stephen,
>
> The fix has been sent in http://www.spinics.net/lists/kernel/msg2147774.html but
> did not reach Linus's next tree yet probably.

Sorry, I'll pick it now-ish...

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1297050

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2015-12-22 21:20 +0100
Message-ID<qIBzA-7r-23@gated-at.bofh.it>
In reply to#1296630
Hi Linus,

On Tue, 22 Dec 2015 10:08:58 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Tue, Dec 22, 2015 at 7:57 AM, Robert Jarzmik <robert.jarzmik@free.fr> wrote:
> > Stephen Rothwell <sfr@canb.auug.org.au> writes:
> >  
> >> After merging the gpio tree, today's linux-next build (lots without
> >> CONFIG_OF) failed like this:
> >>
> >> drivers/gpio/gpio-pxa.c: In function 'pxa_gpio_probe':
> >> drivers/gpio/gpio-pxa.c:648:12: error: 'pxa_irq_domain_ops' undeclared (first use in this function)
> >>
> >> Caused by commit
> >>
> >>   384ca3c6a28d ("gpio: pxa: change the interrupt management")
> >>
> >> The reference to pxa_irq_domain_ops was moved out of the protection of
> >> CONFIG_OF ...
> >>
> >> Discovered after the release.  
> >
> > Hi Stephen,
> >
> > The fix has been sent in http://www.spinics.net/lists/kernel/msg2147774.html but
> > did not reach Linus's next tree yet probably.  
> 
> Sorry, I'll pick it now-ish...

Not in the published gpio tree, yet?

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1297153

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-12-23 01:00 +0100
Message-ID<qIF0u-29Z-9@gated-at.bofh.it>
In reply to#1297050
On Tue, Dec 22, 2015 at 9:10 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> On Tue, 22 Dec 2015 10:08:58 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
>>
>> On Tue, Dec 22, 2015 at 7:57 AM, Robert Jarzmik <robert.jarzmik@free.fr> wrote:
>> > Stephen Rothwell <sfr@canb.auug.org.au> writes:
>> >
>> >> After merging the gpio tree, today's linux-next build (lots without
>> >> CONFIG_OF) failed like this:
>> >>
>> >> drivers/gpio/gpio-pxa.c: In function 'pxa_gpio_probe':
>> >> drivers/gpio/gpio-pxa.c:648:12: error: 'pxa_irq_domain_ops' undeclared (first use in this function)
>> >>
>> >> Caused by commit
>> >>
>> >>   384ca3c6a28d ("gpio: pxa: change the interrupt management")
>> >>
>> >> The reference to pxa_irq_domain_ops was moved out of the protection of
>> >> CONFIG_OF ...
>> >>
>> >> Discovered after the release.
>> >
>> > Hi Stephen,
>> >
>> > The fix has been sent in http://www.spinics.net/lists/kernel/msg2147774.html but
>> > did not reach Linus's next tree yet probably.
>>
>> Sorry, I'll pick it now-ish...
>
> Not in the published gpio tree, yet?

Pushed now, I was waiting for the autobuilders to munch it first.
Sorry for the delay :(

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1297171

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2015-12-23 01:30 +0100
Message-ID<qIFtw-2z9-3@gated-at.bofh.it>
In reply to#1297153
Hi Linus,

On Wed, 23 Dec 2015 00:58:34 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
>
> Pushed now, I was waiting for the autobuilders to munch it first.
> Sorry for the delay :(

No worries, I have refetched it.

BTW, its good that the autobuilders have had a go at it :-)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web