linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: staging tree build failure
@ 2008-12-08  9:43 Stephen Rothwell
  2008-12-08 10:34 ` Dmitry Baryshkov
  2008-12-11  8:37 ` linux-next: staging tree build failure Stephen Rothwell
  0 siblings, 2 replies; 17+ messages in thread
From: Stephen Rothwell @ 2008-12-08  9:43 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, Dmitry Baryshkov

[-- Attachment #1: Type: text/plain, Size: 3766 bytes --]

Hi Greg,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/staging/agnx/xmit.c: In function 'fill_agnx_hdr':
drivers/staging/agnx/xmit.c:629: error: 'struct <anonymous>' has no member named 'retry_limit'
drivers/staging/agnx/xmit.c:630: error: 'struct <anonymous>' has no member named 'retry_limit'
drivers/staging/agnx/xmit.c: In function 'txm_power_set':
drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no member named 'tx_rate_idx'
drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no member named 'tx_rate_idx'
drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no member named 'tx_rate_idx'
drivers/staging/agnx/pci.c: In function 'agnx_config_interface':
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid'
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid'
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid'
drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c:329: error: 'struct ieee80211_if_conf' has no member named 'ssid'
drivers/staging/agnx/pci.c:329: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c:330: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c:331: error: 'struct ieee80211_if_conf' has no member named 'ssid'
drivers/staging/agnx/pci.c:331: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
drivers/staging/agnx/pci.c: At top level:
drivers/staging/agnx/pci.c:432: warning: initialization from incompatible pointer type
drivers/staging/altpciechdma/altpciechdma.c: In function 'ape_sg_to_chdma_table':
drivers/staging/altpciechdma/altpciechdma.c:430: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
drivers/staging/altpciechdma/altpciechdma.c:434: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
drivers/staging/altpciechdma/altpciechdma.c:450: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
drivers/staging/altpciechdma/altpciechdma.c:451: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
drivers/staging/altpciechdma/altpciechdma.c: In function 'dma_test':
drivers/staging/altpciechdma/altpciechdma.c:548: warning: assignment makes integer from pointer without a cast
drivers/staging/altpciechdma/altpciechdma.c: In function 'probe':
drivers/staging/altpciechdma/altpciechdma.c:931: warning: label 'err_rev' defined but not used
drivers/staging/altpciechdma/altpciechdma.c:914: warning: label 'err_cdev' defined but not used
drivers/staging/altpciechdma/altpciechdma.c: At top level:
drivers/staging/altpciechdma/altpciechdma.c:416: warning: 'ape_sg_to_chdma_table' defined but not used

Commit "STAGING: Move staging drivers back to staging-specific menu"
allowed them to build in the allmodconfig again.  I have dropped the
staging tree 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] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2008-12-08  9:43 linux-next: staging tree build failure Stephen Rothwell
@ 2008-12-08 10:34 ` Dmitry Baryshkov
  2008-12-08 15:08   ` Greg KH
  2008-12-11  8:37 ` linux-next: staging tree build failure Stephen Rothwell
  1 sibling, 1 reply; 17+ messages in thread
From: Dmitry Baryshkov @ 2008-12-08 10:34 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Greg KH, linux-next

Stephen Rothwell пишет:
> Hi Greg,
> 
> Today's linux-next build (x86_64 allmodconfig) failed like this:
> 
> drivers/staging/agnx/xmit.c: In function 'fill_agnx_hdr':
> drivers/staging/agnx/xmit.c:629: error: 'struct <anonymous>' has no member named 'retry_limit'
> drivers/staging/agnx/xmit.c:630: error: 'struct <anonymous>' has no member named 'retry_limit'
> drivers/staging/agnx/xmit.c: In function 'txm_power_set':
> drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no member named 'tx_rate_idx'
> drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no member named 'tx_rate_idx'
> drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no member named 'tx_rate_idx'
> drivers/staging/agnx/pci.c: In function 'agnx_config_interface':
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid'
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid'
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid'
> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c:329: error: 'struct ieee80211_if_conf' has no member named 'ssid'
> drivers/staging/agnx/pci.c:329: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c:330: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c:331: error: 'struct ieee80211_if_conf' has no member named 'ssid'
> drivers/staging/agnx/pci.c:331: error: 'struct ieee80211_if_conf' has no member named 'ssid_len'
> drivers/staging/agnx/pci.c: At top level:
> drivers/staging/agnx/pci.c:432: warning: initialization from incompatible pointer type
> drivers/staging/altpciechdma/altpciechdma.c: In function 'ape_sg_to_chdma_table':
> drivers/staging/altpciechdma/altpciechdma.c:430: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
> drivers/staging/altpciechdma/altpciechdma.c:434: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
> drivers/staging/altpciechdma/altpciechdma.c:450: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
> drivers/staging/altpciechdma/altpciechdma.c:451: warning: format '%08x' expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
> drivers/staging/altpciechdma/altpciechdma.c: In function 'dma_test':
> drivers/staging/altpciechdma/altpciechdma.c:548: warning: assignment makes integer from pointer without a cast
> drivers/staging/altpciechdma/altpciechdma.c: In function 'probe':
> drivers/staging/altpciechdma/altpciechdma.c:931: warning: label 'err_rev' defined but not used
> drivers/staging/altpciechdma/altpciechdma.c:914: warning: label 'err_cdev' defined but not used
> drivers/staging/altpciechdma/altpciechdma.c: At top level:
> drivers/staging/altpciechdma/altpciechdma.c:416: warning: 'ape_sg_to_chdma_table' defined but not used
> 
> Commit "STAGING: Move staging drivers back to staging-specific menu"
> allowed them to build in the allmodconfig again.  I have dropped the
> staging tree for today.
> 

Damn. And w/o that commit staging drivers pollute the main drivers menu.

-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2008-12-08 10:34 ` Dmitry Baryshkov
@ 2008-12-08 15:08   ` Greg KH
  2008-12-09  1:10     ` [PATCH] staging: really fix up Kconfig automatic deselction Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 17+ messages in thread
From: Greg KH @ 2008-12-08 15:08 UTC (permalink / raw)
  To: Dmitry Baryshkov; +Cc: Stephen Rothwell, linux-next

On Mon, Dec 08, 2008 at 01:34:34PM +0300, Dmitry Baryshkov wrote:
> Stephen Rothwell пишет:
>> Hi Greg,
>> Today's linux-next build (x86_64 allmodconfig) failed like this:
>> drivers/staging/agnx/xmit.c: In function 'fill_agnx_hdr':
>> drivers/staging/agnx/xmit.c:629: error: 'struct <anonymous>' has no member 
>> named 'retry_limit'
>> drivers/staging/agnx/xmit.c:630: error: 'struct <anonymous>' has no member 
>> named 'retry_limit'
>> drivers/staging/agnx/xmit.c: In function 'txm_power_set':
>> drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no 
>> member named 'tx_rate_idx'
>> drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no 
>> member named 'tx_rate_idx'
>> drivers/staging/agnx/xmit.c:652: error: 'struct ieee80211_tx_info' has no 
>> member named 'tx_rate_idx'
>> drivers/staging/agnx/pci.c: In function 'agnx_config_interface':
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid'
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid'
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid'
>> drivers/staging/agnx/pci.c:327: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c:329: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid'
>> drivers/staging/agnx/pci.c:329: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c:330: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c:331: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid'
>> drivers/staging/agnx/pci.c:331: error: 'struct ieee80211_if_conf' has no 
>> member named 'ssid_len'
>> drivers/staging/agnx/pci.c: At top level:
>> drivers/staging/agnx/pci.c:432: warning: initialization from incompatible 
>> pointer type
>> drivers/staging/altpciechdma/altpciechdma.c: In function 
>> 'ape_sg_to_chdma_table':
>> drivers/staging/altpciechdma/altpciechdma.c:430: warning: format '%08x' 
>> expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
>> drivers/staging/altpciechdma/altpciechdma.c:434: warning: format '%08x' 
>> expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
>> drivers/staging/altpciechdma/altpciechdma.c:450: warning: format '%08x' 
>> expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
>> drivers/staging/altpciechdma/altpciechdma.c:451: warning: format '%08x' 
>> expects type 'unsigned int', but argument 3 has type 'dma_addr_t'
>> drivers/staging/altpciechdma/altpciechdma.c: In function 'dma_test':
>> drivers/staging/altpciechdma/altpciechdma.c:548: warning: assignment makes 
>> integer from pointer without a cast
>> drivers/staging/altpciechdma/altpciechdma.c: In function 'probe':
>> drivers/staging/altpciechdma/altpciechdma.c:931: warning: label 'err_rev' 
>> defined but not used
>> drivers/staging/altpciechdma/altpciechdma.c:914: warning: label 'err_cdev' 
>> defined but not used
>> drivers/staging/altpciechdma/altpciechdma.c: At top level:
>> drivers/staging/altpciechdma/altpciechdma.c:416: warning: 
>> 'ape_sg_to_chdma_table' defined but not used
>> Commit "STAGING: Move staging drivers back to staging-specific menu"
>> allowed them to build in the allmodconfig again.  I have dropped the
>> staging tree for today.
>
> Damn. And w/o that commit staging drivers pollute the main drivers menu.

Very wierd.  Dmitry, care to look into this today?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH] staging: really fix up Kconfig automatic deselction
  2008-12-08 15:08   ` Greg KH
@ 2008-12-09  1:10     ` Dmitry Eremin-Solenikov
  2008-12-09  3:54       ` Greg KH
  0 siblings, 1 reply; 17+ messages in thread
From: Dmitry Eremin-Solenikov @ 2008-12-09  1:10 UTC (permalink / raw)
  To: linux-next; +Cc: Greg Kroah-Hartman, Stephen Rothwell, Dmitry Eremin-Solenikov

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
 drivers/staging/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 4089f14..1905919 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -39,6 +39,8 @@ config STAGING_EXCLUDE_BUILD
 	  when selecting 'make allyesconfg' and 'make allmodconfig' so
 	  don't be all that put off, your dog will be just fine.
 
+if !STAGING_EXCLUDE_BUILD
+
 source "drivers/staging/et131x/Kconfig"
 
 source "drivers/staging/slicoss/Kconfig"
@@ -62,3 +64,5 @@ source "drivers/staging/at76_usb/Kconfig"
 source "drivers/staging/poch/Kconfig"
 
 endif # !STAGING_EXCLUDE_BUILD
+
+endif # STAGING
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH] staging: really fix up Kconfig automatic deselction
  2008-12-09  1:10     ` [PATCH] staging: really fix up Kconfig automatic deselction Dmitry Eremin-Solenikov
@ 2008-12-09  3:54       ` Greg KH
  2008-12-09  4:32         ` Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 17+ messages in thread
From: Greg KH @ 2008-12-09  3:54 UTC (permalink / raw)
  To: Dmitry Eremin-Solenikov; +Cc: linux-next, Stephen Rothwell

On Tue, Dec 09, 2008 at 04:10:51AM +0300, Dmitry Eremin-Solenikov wrote:
> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>

This patch should be used instead of your current one in my tree, right?
Or apply it on top of your current one?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH] staging: really fix up Kconfig automatic deselction
  2008-12-09  3:54       ` Greg KH
@ 2008-12-09  4:32         ` Dmitry Eremin-Solenikov
  2008-12-12 18:55           ` Greg KH
  0 siblings, 1 reply; 17+ messages in thread
From: Dmitry Eremin-Solenikov @ 2008-12-09  4:32 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, Stephen Rothwell

Greg KH wrote:
> On Tue, Dec 09, 2008 at 04:10:51AM +0300, Dmitry Eremin-Solenikov wrote:
>> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> 
> This patch should be used instead of your current one in my tree, right?
> Or apply it on top of your current one?

On top of the previous one. If you want, you can squash them into one 
commit, of course.

-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2008-12-08  9:43 linux-next: staging tree build failure Stephen Rothwell
  2008-12-08 10:34 ` Dmitry Baryshkov
@ 2008-12-11  8:37 ` Stephen Rothwell
  2008-12-12 18:55   ` Greg KH
  1 sibling, 1 reply; 17+ messages in thread
From: Stephen Rothwell @ 2008-12-11  8:37 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, Dmitry Baryshkov

[-- Attachment #1: Type: text/plain, Size: 756 bytes --]

Hi Greg,

On Mon, 8 Dec 2008 20:43:03 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next build (x86_64 allmodconfig) failed like this:
> 
> drivers/staging/agnx/xmit.c: In function 'fill_agnx_hdr':
> drivers/staging/agnx/xmit.c:629: error: 'struct <anonymous>' has no member named 'retry_limit'
> drivers/staging/agnx/xmit.c:630: error: 'struct <anonymous>' has no member named 'retry_limit'
	.
	.
	.
> 
> Commit "STAGING: Move staging drivers back to staging-specific menu"
> allowed them to build in the allmodconfig again.  I have dropped the
> staging tree for today.

This failure is still happening.
-- 
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] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2008-12-11  8:37 ` linux-next: staging tree build failure Stephen Rothwell
@ 2008-12-12 18:55   ` Greg KH
  0 siblings, 0 replies; 17+ messages in thread
From: Greg KH @ 2008-12-12 18:55 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, Dmitry Baryshkov

On Thu, Dec 11, 2008 at 07:37:39PM +1100, Stephen Rothwell wrote:
> Hi Greg,
> 
> On Mon, 8 Dec 2008 20:43:03 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Today's linux-next build (x86_64 allmodconfig) failed like this:
> > 
> > drivers/staging/agnx/xmit.c: In function 'fill_agnx_hdr':
> > drivers/staging/agnx/xmit.c:629: error: 'struct <anonymous>' has no member named 'retry_limit'
> > drivers/staging/agnx/xmit.c:630: error: 'struct <anonymous>' has no member named 'retry_limit'
> 	.
> 	.
> 	.
> > 
> > Commit "STAGING: Move staging drivers back to staging-specific menu"
> > allowed them to build in the allmodconfig again.  I have dropped the
> > staging tree for today.
> 
> This failure is still happening.

Ick, sorry about that, this should now be fixed.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH] staging: really fix up Kconfig automatic deselction
  2008-12-09  4:32         ` Dmitry Eremin-Solenikov
@ 2008-12-12 18:55           ` Greg KH
  0 siblings, 0 replies; 17+ messages in thread
From: Greg KH @ 2008-12-12 18:55 UTC (permalink / raw)
  To: Dmitry Eremin-Solenikov; +Cc: Greg KH, linux-next, Stephen Rothwell

On Tue, Dec 09, 2008 at 07:32:44AM +0300, Dmitry Eremin-Solenikov wrote:
> Greg KH wrote:
>> On Tue, Dec 09, 2008 at 04:10:51AM +0300, Dmitry Eremin-Solenikov wrote:
>>> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
>> This patch should be used instead of your current one in my tree, right?
>> Or apply it on top of your current one?
>
> On top of the previous one. If you want, you can squash them into one 
> commit, of course.

I've merged them together now, thanks for the fix.

greg k-h

^ permalink raw reply	[flat|nested] 17+ messages in thread

* linux-next: staging tree build failure
@ 2009-10-13  4:07 Stephen Rothwell
  2009-10-13  4:21 ` Stephen Rothwell
  2009-10-14 23:54 ` Greg KH
  0 siblings, 2 replies; 17+ messages in thread
From: Stephen Rothwell @ 2009-10-13  4:07 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Cox

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

Hi Greg,

Today's linux-next build (x86_64 allmodconfig) failed like this:

make[4]: *** No rule to make target `include/linux/hayesesp.h', needed by `usr/include/linux/.install'.  Stop.

Caused by commit a724aa0a5ad2b3c6b5ee48e79a09e9fbc5cf3ec9 ("tty: esp:
remove broken driver") which I have reverted 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] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2009-10-13  4:07 Stephen Rothwell
@ 2009-10-13  4:21 ` Stephen Rothwell
  2009-10-14 23:54 ` Greg KH
  1 sibling, 0 replies; 17+ messages in thread
From: Stephen Rothwell @ 2009-10-13  4:21 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Cox

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Actually the tty tree ...

-- 
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] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2009-10-13  4:07 Stephen Rothwell
  2009-10-13  4:21 ` Stephen Rothwell
@ 2009-10-14 23:54 ` Greg KH
  2009-10-15  0:13   ` Stephen Rothwell
  1 sibling, 1 reply; 17+ messages in thread
From: Greg KH @ 2009-10-14 23:54 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Alan Cox

On Tue, Oct 13, 2009 at 03:07:53PM +1100, Stephen Rothwell wrote:
> Hi Greg,
> 
> Today's linux-next build (x86_64 allmodconfig) failed like this:
> 
> make[4]: *** No rule to make target `include/linux/hayesesp.h', needed by `usr/include/linux/.install'.  Stop.
> 
> Caused by commit a724aa0a5ad2b3c6b5ee48e79a09e9fbc5cf3ec9 ("tty: esp:
> remove broken driver") which I have reverted for today.

I've now fixed this up, it needed to be removed from
include/linux/Kbuild file.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2009-10-14 23:54 ` Greg KH
@ 2009-10-15  0:13   ` Stephen Rothwell
  0 siblings, 0 replies; 17+ messages in thread
From: Stephen Rothwell @ 2009-10-15  0:13 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Cox

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

Hi Greg,

On Wed, 14 Oct 2009 16:54:49 -0700 Greg KH <greg@kroah.com> wrote:
>
> I've now fixed this up, it needed to be removed from
> include/linux/Kbuild file.

Thanks.

-- 
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] 17+ messages in thread

* linux-next: staging tree build failure
@ 2009-12-09  5:56 Stephen Rothwell
  2009-12-09  6:03 ` Stephen Rothwell
  2009-12-09 15:29 ` Alan Stern
  0 siblings, 2 replies; 17+ messages in thread
From: Stephen Rothwell @ 2009-12-09  5:56 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Stern

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

Hi Greg,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/net/usb/kaweth.c: In function 'kaweth_open':
drivers/net/usb/kaweth.c:719: error: implicit declaration of function 'usb_autopm_enable'

Caused by commit b3f937e6ddf3e60ed9b4c26349b7b171dffdd010 ("USB: prepare
for changover to Runtime PM framework").

I have reverted that commit 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] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2009-12-09  5:56 Stephen Rothwell
@ 2009-12-09  6:03 ` Stephen Rothwell
  2009-12-09 15:29 ` Alan Stern
  1 sibling, 0 replies; 17+ messages in thread
From: Stephen Rothwell @ 2009-12-09  6:03 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Stern

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

Hi Greg,

That should have said usb tree, of course.

-- 
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] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2009-12-09  5:56 Stephen Rothwell
  2009-12-09  6:03 ` Stephen Rothwell
@ 2009-12-09 15:29 ` Alan Stern
  2009-12-09 20:30   ` Greg KH
  1 sibling, 1 reply; 17+ messages in thread
From: Alan Stern @ 2009-12-09 15:29 UTC (permalink / raw)
  To: Stephen Rothwell, David S. Miller
  Cc: Greg KH, linux-next, Kernel development list

On Wed, 9 Dec 2009, Stephen Rothwell wrote:

> Hi Greg,
> 
> Today's linux-next build (x86_64 allmodconfig) failed like this:
> 
> drivers/net/usb/kaweth.c: In function 'kaweth_open':
> drivers/net/usb/kaweth.c:719: error: implicit declaration of function 'usb_autopm_enable'
> 
> Caused by commit b3f937e6ddf3e60ed9b4c26349b7b171dffdd010 ("USB: prepare
> for changover to Runtime PM framework").
> 
> I have reverted that commit for today.

This should have been okay because of Oliver's patch:

	http://marc.info/?l=linux-netdev&m=125071045301270&w=2

which removed the offending reference.  Hasn't it been merged yet?  
It was submitted back in August.

Alan Stern

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: linux-next: staging tree build failure
  2009-12-09 15:29 ` Alan Stern
@ 2009-12-09 20:30   ` Greg KH
  0 siblings, 0 replies; 17+ messages in thread
From: Greg KH @ 2009-12-09 20:30 UTC (permalink / raw)
  To: Alan Stern
  Cc: Stephen Rothwell, David S. Miller, linux-next,
	Kernel development list

On Wed, Dec 09, 2009 at 10:29:22AM -0500, Alan Stern wrote:
> On Wed, 9 Dec 2009, Stephen Rothwell wrote:
> 
> > Hi Greg,
> > 
> > Today's linux-next build (x86_64 allmodconfig) failed like this:
> > 
> > drivers/net/usb/kaweth.c: In function 'kaweth_open':
> > drivers/net/usb/kaweth.c:719: error: implicit declaration of function 'usb_autopm_enable'
> > 
> > Caused by commit b3f937e6ddf3e60ed9b4c26349b7b171dffdd010 ("USB: prepare
> > for changover to Runtime PM framework").
> > 
> > I have reverted that commit for today.
> 
> This should have been okay because of Oliver's patch:
> 
> 	http://marc.info/?l=linux-netdev&m=125071045301270&w=2
> 
> which removed the offending reference.  Hasn't it been merged yet?  
> It was submitted back in August.

Hm, I thought I saw this in David's network tree in linux-next, but
perhaps that was the wifi and one other patch, I didn't look for the
kaweth patch.

David, any ideas if the patch above was just dropped for some reason.
If it was just overlooked, I can take it through my tree, as I depend on
it to not break the build.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-12-09 20:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08  9:43 linux-next: staging tree build failure Stephen Rothwell
2008-12-08 10:34 ` Dmitry Baryshkov
2008-12-08 15:08   ` Greg KH
2008-12-09  1:10     ` [PATCH] staging: really fix up Kconfig automatic deselction Dmitry Eremin-Solenikov
2008-12-09  3:54       ` Greg KH
2008-12-09  4:32         ` Dmitry Eremin-Solenikov
2008-12-12 18:55           ` Greg KH
2008-12-11  8:37 ` linux-next: staging tree build failure Stephen Rothwell
2008-12-12 18:55   ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2009-10-13  4:07 Stephen Rothwell
2009-10-13  4:21 ` Stephen Rothwell
2009-10-14 23:54 ` Greg KH
2009-10-15  0:13   ` Stephen Rothwell
2009-12-09  5:56 Stephen Rothwell
2009-12-09  6:03 ` Stephen Rothwell
2009-12-09 15:29 ` Alan Stern
2009-12-09 20:30   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).