linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the final tree (wireless-next tree related)
@ 2012-06-21  5:59 Stephen Rothwell
  2012-06-21  6:04 ` Arend van Spriel
  2012-06-21  8:59 ` Arend van Spriel
  0 siblings, 2 replies; 9+ messages in thread
From: Stephen Rothwell @ 2012-06-21  5:59 UTC (permalink / raw)
  To: John W. Linville
  Cc: linux-next, linux-kernel, Arend van Spriel,
	Pieter-Paul Giesberts, Franky (Zhenhui) Lin

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c: In function 'brcmf_sdio_dump_console':
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3085:3: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration]
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3085:10: warning: assignment makes pointer from integer without a cast [enabled by default]
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3113:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]

Caused by commit 4fc0d0160d59 ("brcmfmac: introduce checkdied debugfs
functionality") from the wireless-next tree. Forgot to include vmalloc.h ?

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: build failure after merge of the final tree (wireless-next tree related)
  2012-06-21  5:59 linux-next: build failure after merge of the final tree (wireless-next tree related) Stephen Rothwell
@ 2012-06-21  6:04 ` Arend van Spriel
  2012-06-21  8:59 ` Arend van Spriel
  1 sibling, 0 replies; 9+ messages in thread
From: Arend van Spriel @ 2012-06-21  6:04 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: John W. Linville, linux-next, linux-kernel,
	Pieter-Paul Giesberts, Franky (Zhenhui) Lin

On 06/21/2012 07:59 AM, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the final tree, today's linux-next build (powerpc 
> allyesconfig) failed like this:
> 
> drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c: In function
> 'brcmf_sdio_dump_console': 
> drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3085:3: error:
> implicit declaration of function 'vzalloc'
> [-Werror=implicit-function-declaration] 
> drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3085:10:
> warning: assignment makes pointer from integer without a cast
> [enabled by default] 
> drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3113:2: error:
> implicit declaration of function 'vfree'
> [-Werror=implicit-function-declaration]
> 
> Caused by commit 4fc0d0160d59 ("brcmfmac: introduce checkdied
> debugfs functionality") from the wireless-next tree. Forgot to
> include vmalloc.h ?

That seems the likely problem.

> I have reverted that commit for today.

I will fix it today.

Gr. AvS

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

* Re: linux-next: build failure after merge of the final tree (wireless-next tree related)
  2012-06-21  5:59 linux-next: build failure after merge of the final tree (wireless-next tree related) Stephen Rothwell
  2012-06-21  6:04 ` Arend van Spriel
@ 2012-06-21  8:59 ` Arend van Spriel
  1 sibling, 0 replies; 9+ messages in thread
From: Arend van Spriel @ 2012-06-21  8:59 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: John W. Linville, linux-next, linux-kernel,
	Pieter-Paul Giesberts, Franky (Zhenhui) Lin

On 06/21/2012 07:59 AM, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the final tree, today's linux-next build (powerpc 
> allyesconfig) failed like this:
> 
> drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c: In function
> 'brcmf_sdio_dump_console': 
> drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3085:3: error:
> implicit declaration of function 'vzalloc'
> [-Werror=implicit-function-declaration] 
> drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3085:10:
> warning: assignment makes pointer from integer without a cast
> [enabled by default] 
> drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3113:2: error:
> implicit declaration of function 'vfree'
> [-Werror=implicit-function-declaration]
> 
> Caused by commit 4fc0d0160d59 ("brcmfmac: introduce checkdied
> debugfs functionality") from the wireless-next tree. Forgot to
> include vmalloc.h ?
> 
> I have reverted that commit for today.

Hi Stephen,

We have setup a mailing list brcm80211-dev-list@broadcom.com for
reporting driver issues to make sure the right people are informed
regardless organizational changes. Feel free to use that as needed.

Gr. AvS

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

* Re: linux-next: build failure after merge of the final tree (wireless-next tree related)
  2014-03-19  6:20 Stephen Rothwell
  2014-03-19  6:23 ` Grumbach, Emmanuel
@ 2014-03-19 19:14 ` John W. Linville
  1 sibling, 0 replies; 9+ messages in thread
From: John W. Linville @ 2014-03-19 19:14 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Emmanuel Grumbach

On Wed, Mar 19, 2014 at 05:20:35PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the final tree, today's linux-next build (powerpc allyesconfig)
> failed like this:
> 
> drivers/net/wireless/iwlwifi/mvm/debugfs.c: In function 'iwl_dbgfs_fw_error_dump_release':
> drivers/net/wireless/iwlwifi/mvm/debugfs.c:161:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
>   vfree(file->private_data);
>   ^
> 
> Caused by commit 1bd3cbc1a0e9 ("iwlwifi: mvm: send udev event upon
> firmware error to dump logs") from the wireless-next tree.  See Rule 1
> from Documentation/SubmitChecklist.
> 
> I have reverted that commit (and commit cdb00563fe2c ("iwlwifi: mvm: BT
> Coex - add debugfs hook to set BT Tx priority") that may depend on it)
> for today.
> -- 
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au

Clearly I need to beg someone for a powerpc box, so that I can find
more of these build failures... :-)

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

* RE: linux-next: build failure after merge of the final tree (wireless-next tree related)
  2014-03-19  6:20 Stephen Rothwell
@ 2014-03-19  6:23 ` Grumbach, Emmanuel
  2014-03-19 19:14 ` John W. Linville
  1 sibling, 0 replies; 9+ messages in thread
From: Grumbach, Emmanuel @ 2014-03-19  6:23 UTC (permalink / raw)
  To: Stephen Rothwell, John W. Linville; +Cc: linux-next, linux-kernel

> 
> Hi all,
> 
> After merging the final tree, today's linux-next build (powerpc allyesconfig)
> failed like this:
> 
> drivers/net/wireless/iwlwifi/mvm/debugfs.c: In function
> 'iwl_dbgfs_fw_error_dump_release':
> drivers/net/wireless/iwlwifi/mvm/debugfs.c:161:2: error: implicit declaration
> of function 'vfree' [-Werror=implicit-function-declaration]
>   vfree(file->private_data);
>   ^

Sorry for that - patch on the way.

> 
> Caused by commit 1bd3cbc1a0e9 ("iwlwifi: mvm: send udev event upon
> firmware error to dump logs") from the wireless-next tree.  See Rule 1
> from Documentation/SubmitChecklist.
> 
> I have reverted that commit (and commit cdb00563fe2c ("iwlwifi: mvm: BT
> Coex - add debugfs hook to set BT Tx priority") that may depend on it)
> for today.
> --
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au

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

* linux-next: build failure after merge of the final tree (wireless-next tree related)
@ 2014-03-19  6:20 Stephen Rothwell
  2014-03-19  6:23 ` Grumbach, Emmanuel
  2014-03-19 19:14 ` John W. Linville
  0 siblings, 2 replies; 9+ messages in thread
From: Stephen Rothwell @ 2014-03-19  6:20 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-next, linux-kernel, Emmanuel Grumbach

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

Hi all,

After merging the final tree, today's linux-next build (powerpc allyesconfig)
failed like this:

drivers/net/wireless/iwlwifi/mvm/debugfs.c: In function 'iwl_dbgfs_fw_error_dump_release':
drivers/net/wireless/iwlwifi/mvm/debugfs.c:161:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
  vfree(file->private_data);
  ^

Caused by commit 1bd3cbc1a0e9 ("iwlwifi: mvm: send udev event upon
firmware error to dump logs") from the wireless-next tree.  See Rule 1
from Documentation/SubmitChecklist.

I have reverted that commit (and commit cdb00563fe2c ("iwlwifi: mvm: BT
Coex - add debugfs hook to set BT Tx priority") that may depend on it)
for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* linux-next: build failure after merge of the final tree (wireless-next tree related)
@ 2014-03-18  7:41 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2014-03-18  7:41 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-next, linux-kernel, Fariya Fatima

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

In file included from drivers/net/wireless/rsi/rsi_mgmt.h:22:0,
                 from drivers/net/wireless/rsi/rsi_91x_core.c:17:
drivers/net/wireless/rsi/rsi_91x_core.c: In function 'rsi_dbg':
drivers/net/wireless/rsi/rsi_main.h:44:20: error: function 'rsi_dbg' can never be inlined because it uses variable argument lists
 static inline void rsi_dbg(u32 zone, const char *fmt, ...)
                    ^

I got quite a few of these.  I am using gcc version 4.8.1 if that matters.

Caused by commit dad0d04fa7ba ("rsi: Add RS9113 wireless driver") from
the wireless-next tree.

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: build failure after merge of the final tree (wireless-next tree related)
  2013-04-04  7:10 Stephen Rothwell
@ 2013-04-04 19:43 ` Larry Finger
  0 siblings, 0 replies; 9+ messages in thread
From: Larry Finger @ 2013-04-04 19:43 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: John W. Linville, linux-next, linux-kernel

On 04/04/2013 02:10 AM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> drivers/net/wireless/rtlwifi/rtl8188ee/built-in.o: In function `.rtl92c_phy_ap_calibrate':
> (.text+0x21d14): multiple definition of `.rtl92c_phy_ap_calibrate'
> drivers/net/wireless/rtlwifi/rtl8192c/built-in.o:(.text+0xb1e8): first defined here
> drivers/net/wireless/rtlwifi/rtl8188ee/built-in.o: In function `rtl_hal_pwrseqcmdparsing':
> (.opd+0xed0): multiple definition of `rtl_hal_pwrseqcmdparsing'
> drivers/net/wireless/rtlwifi/rtl8723ae/built-in.o:(.opd+0x11a0): first defined here
> drivers/net/wireless/rtlwifi/rtl8188ee/built-in.o: In function `rtl92c_phy_ap_calibrate':
> (.opd+0xe58): multiple definition of `rtl92c_phy_ap_calibrate'
> drivers/net/wireless/rtlwifi/rtl8192c/built-in.o:(.opd+0x570): first defined here
> drivers/net/wireless/rtlwifi/rtl8188ee/built-in.o: In function `.rtl_hal_pwrseqcmdparsing':
> (.text+0x22164): multiple definition of `.rtl_hal_pwrseqcmdparsing'
> drivers/net/wireless/rtlwifi/rtl8723ae/built-in.o:(.text+0x297a8): first defined here
>
> Caused by commit f0eb856e0b6c ("rtlwifi: rtl8188ee: Add new driver").
>
> I reverted commit 8b138d4898a0 ("rtlwifi: rtl8188ee: Enable build of new
> driver") for today.

I don't know why it is so hard to remember to do an allyesconfig build, but I 
seem to forget. The 2.5 hours it takes on my box does not help.

As you have probably seen, I just submitted a patch to fix the problem.

Thanks for the report,

Larry

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

* linux-next: build failure after merge of the final tree (wireless-next tree related)
@ 2013-04-04  7:10 Stephen Rothwell
  2013-04-04 19:43 ` Larry Finger
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2013-04-04  7:10 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-next, linux-kernel, Larry Finger

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

drivers/net/wireless/rtlwifi/rtl8188ee/built-in.o: In function `.rtl92c_phy_ap_calibrate':
(.text+0x21d14): multiple definition of `.rtl92c_phy_ap_calibrate'
drivers/net/wireless/rtlwifi/rtl8192c/built-in.o:(.text+0xb1e8): first defined here
drivers/net/wireless/rtlwifi/rtl8188ee/built-in.o: In function `rtl_hal_pwrseqcmdparsing':
(.opd+0xed0): multiple definition of `rtl_hal_pwrseqcmdparsing'
drivers/net/wireless/rtlwifi/rtl8723ae/built-in.o:(.opd+0x11a0): first defined here
drivers/net/wireless/rtlwifi/rtl8188ee/built-in.o: In function `rtl92c_phy_ap_calibrate':
(.opd+0xe58): multiple definition of `rtl92c_phy_ap_calibrate'
drivers/net/wireless/rtlwifi/rtl8192c/built-in.o:(.opd+0x570): first defined here
drivers/net/wireless/rtlwifi/rtl8188ee/built-in.o: In function `.rtl_hal_pwrseqcmdparsing':
(.text+0x22164): multiple definition of `.rtl_hal_pwrseqcmdparsing'
drivers/net/wireless/rtlwifi/rtl8723ae/built-in.o:(.text+0x297a8): first defined here

Caused by commit f0eb856e0b6c ("rtlwifi: rtl8188ee: Add new driver").

I reverted commit 8b138d4898a0 ("rtlwifi: rtl8188ee: Enable build of new
driver") for today.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2014-03-19 19:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21  5:59 linux-next: build failure after merge of the final tree (wireless-next tree related) Stephen Rothwell
2012-06-21  6:04 ` Arend van Spriel
2012-06-21  8:59 ` Arend van Spriel
2013-04-04  7:10 Stephen Rothwell
2013-04-04 19:43 ` Larry Finger
2014-03-18  7:41 Stephen Rothwell
2014-03-19  6:20 Stephen Rothwell
2014-03-19  6:23 ` Grumbach, Emmanuel
2014-03-19 19:14 ` John W. Linville

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).