* linux-next: usb tree build failure
@ 2010-02-02 6:10 Stephen Rothwell
2010-02-02 13:53 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2010-02-02 6:10 UTC (permalink / raw)
To: Greg KH; +Cc: linux-next, linux-kernel, Catalin Marinas
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
Hi Greg,
Today's linux-next build (x86_64 allmodconfig) failed like this:
drivers/usb/host/isp1760-hcd.c:22:24: error: asm/memory.h: No such file or directory
Caused by commit 571da0df39107568bb137d928862121ddae6aad1 ("isp1760:
Flush the D-cache for the pipe-in transfer buffers").
Only arm has an asm/memory.h ... so I guess it was only tested there?
I reverted that patch for today ...
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: usb tree build failure
2010-02-02 6:10 linux-next: usb tree build failure Stephen Rothwell
@ 2010-02-02 13:53 ` Greg KH
2010-02-02 22:33 ` Stephen Rothwell
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2010-02-02 13:53 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Catalin Marinas
On Tue, Feb 02, 2010 at 05:10:54PM +1100, Stephen Rothwell wrote:
> Hi Greg,
>
> Today's linux-next build (x86_64 allmodconfig) failed like this:
>
> drivers/usb/host/isp1760-hcd.c:22:24: error: asm/memory.h: No such file or directory
>
> Caused by commit 571da0df39107568bb137d928862121ddae6aad1 ("isp1760:
> Flush the D-cache for the pipe-in transfer buffers").
>
> Only arm has an asm/memory.h ... so I guess it was only tested there?
>
> I reverted that patch for today ...
I have already removed this patch, you are correct, it looks like this
was only tested on ARM :(
sorry for the problem, my tree is now updated.
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: usb tree build failure
2010-02-02 13:53 ` Greg KH
@ 2010-02-02 22:33 ` Stephen Rothwell
0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2010-02-02 22:33 UTC (permalink / raw)
To: Greg KH; +Cc: linux-next, linux-kernel, Catalin Marinas
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
Hi Greg,
On Tue, 2 Feb 2010 05:53:39 -0800 Greg KH <greg@kroah.com> wrote:
>
> I have already removed this patch, you are correct, it looks like this
> was only tested on ARM :(
>
> sorry for the problem, my tree is now updated.
OK, thanks. I see there has been some discussion of this on LKML as well.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: usb tree build failure
2009-08-19 23:45 ` Greg KH
@ 2009-08-19 23:58 ` Stephen Rothwell
0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2009-08-19 23:58 UTC (permalink / raw)
To: Greg KH; +Cc: linux-next, linux-kernel, Jason Wessel
[-- Attachment #1: Type: text/plain, Size: 428 bytes --]
Hi Greg,
On Wed, 19 Aug 2009 16:45:18 -0700 Greg KH <greg@kroah.com> wrote:
>
> Ok, I've dropped all of these now. Jason, care to respin them and
> resend them?
>
> Stephen, the usb tree should be now fixed up for linux-next, thanks for
> the notices.
Thanks. I'll refetch it and start again for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: usb tree build failure
2009-08-19 13:52 ` Greg KH
@ 2009-08-19 23:45 ` Greg KH
2009-08-19 23:58 ` Stephen Rothwell
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2009-08-19 23:45 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Jason Wessel
On Wed, Aug 19, 2009 at 06:52:39AM -0700, Greg KH wrote:
> On Wed, Aug 19, 2009 at 06:34:02PM +1000, Stephen Rothwell wrote:
> > Hi Greg,
> >
> > Today's linux-next build (x86_64 allmodconfig) failed like this:
> >
> > arch/x86/built-in.o: In function `setup_early_printk':
> > early_printk.c:(.init.text+0x159de): undefined reference to `early_dbgp_init'
> > early_printk.c:(.init.text+0x159f9): undefined reference to `early_dbgp_console'
> >
> > Caused by commit 77f162cc16ff4bff1adefe47dbe48ab6b2d9247b ("USB: ehci
> > early_printk: split ehci debug driver from early_printk.c").
> >
> > I have reverted that commit for today (along with commits
> > 37e541af790703d66ba88cf3a71b5ae97654b753 ("USB: early_printk: insert cr
> > prior to nl as needed"), 71c0553ae63d2738a126d4f5b37730dfaa7a2fd7 ("USB:
> > ehci-dbgp: Execute early BIOS hand off"),
> > 3f038d06f259fd02142aaaaa47addfb4934d4faa ("USB: early_printk: EHCI debug
> > controller initialization delays") and
> > f6ee359e79de27b46213f8b5293251a26bc22b1e ("USB: ehci-dbgp: stability
> > improvements and external re-init") that depended on it).
>
> Ick. Jason, what happened here? It builds on i386 :)
Ok, I've dropped all of these now. Jason, care to respin them and
resend them?
Stephen, the usb tree should be now fixed up for linux-next, thanks for
the notices.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: linux-next: usb tree build failure
2009-08-19 8:34 Stephen Rothwell
@ 2009-08-19 13:52 ` Greg KH
2009-08-19 23:45 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2009-08-19 13:52 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Jason Wessel
On Wed, Aug 19, 2009 at 06:34:02PM +1000, Stephen Rothwell wrote:
> Hi Greg,
>
> Today's linux-next build (x86_64 allmodconfig) failed like this:
>
> arch/x86/built-in.o: In function `setup_early_printk':
> early_printk.c:(.init.text+0x159de): undefined reference to `early_dbgp_init'
> early_printk.c:(.init.text+0x159f9): undefined reference to `early_dbgp_console'
>
> Caused by commit 77f162cc16ff4bff1adefe47dbe48ab6b2d9247b ("USB: ehci
> early_printk: split ehci debug driver from early_printk.c").
>
> I have reverted that commit for today (along with commits
> 37e541af790703d66ba88cf3a71b5ae97654b753 ("USB: early_printk: insert cr
> prior to nl as needed"), 71c0553ae63d2738a126d4f5b37730dfaa7a2fd7 ("USB:
> ehci-dbgp: Execute early BIOS hand off"),
> 3f038d06f259fd02142aaaaa47addfb4934d4faa ("USB: early_printk: EHCI debug
> controller initialization delays") and
> f6ee359e79de27b46213f8b5293251a26bc22b1e ("USB: ehci-dbgp: stability
> improvements and external re-init") that depended on it).
Ick. Jason, what happened here? It builds on i386 :)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* linux-next: usb tree build failure
@ 2009-08-19 8:34 Stephen Rothwell
2009-08-19 13:52 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2009-08-19 8:34 UTC (permalink / raw)
To: Greg KH; +Cc: linux-next, linux-kernel, Jason Wessel
[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]
Hi Greg,
Today's linux-next build (x86_64 allmodconfig) failed like this:
arch/x86/built-in.o: In function `setup_early_printk':
early_printk.c:(.init.text+0x159de): undefined reference to `early_dbgp_init'
early_printk.c:(.init.text+0x159f9): undefined reference to `early_dbgp_console'
Caused by commit 77f162cc16ff4bff1adefe47dbe48ab6b2d9247b ("USB: ehci
early_printk: split ehci debug driver from early_printk.c").
I have reverted that commit for today (along with commits
37e541af790703d66ba88cf3a71b5ae97654b753 ("USB: early_printk: insert cr
prior to nl as needed"), 71c0553ae63d2738a126d4f5b37730dfaa7a2fd7 ("USB:
ehci-dbgp: Execute early BIOS hand off"),
3f038d06f259fd02142aaaaa47addfb4934d4faa ("USB: early_printk: EHCI debug
controller initialization delays") and
f6ee359e79de27b46213f8b5293251a26bc22b1e ("USB: ehci-dbgp: stability
improvements and external re-init") that depended on it).
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-02-02 22:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-02 6:10 linux-next: usb tree build failure Stephen Rothwell
2010-02-02 13:53 ` Greg KH
2010-02-02 22:33 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2009-08-19 8:34 Stephen Rothwell
2009-08-19 13:52 ` Greg KH
2009-08-19 23:45 ` Greg KH
2009-08-19 23:58 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome