Re: linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom'

2014-09-06 Thread Geert Uytterhoeven
On Sat, Sep 6, 2014 at 5:32 PM, Guenter Roeck  wrote:
> I see the following build error on linux-next-20140905.
>
> Guenter
>
> ---
>
> Building alpha:allmodconfig ... failed
> Building sparc64:allmodconfig ... failed
>
> drivers/net/wireless/ath/ath5k/debug.c: In function 'open_file_eeprom':
> drivers/net/wireless/ath/ath5k/debug.c:933:2: error:
> implicit declaration of function 'vmalloc' 
> [-Werror=implicit-function-declaration]
> drivers/net/wireless/ath/ath5k/debug.c:933:6: warning:
> assignment makes pointer from integer without a cast [enabled by 
> default]
> drivers/net/wireless/ath/ath5k/debug.c:960:2: error:
> implicit declaration of function 'vfree' 
> [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors

Missing #include ?

> make[5]: *** [drivers/net/wireless/ath/ath5k/debug.o] Error 1
> make[4]: *** [drivers/net/wireless/ath/ath5k] Error 2
> make[3]: *** [drivers/net/wireless/ath] Error 2
>
> Bisect results:
>
> db906eb2101b0564b0c65edf4a8647395196342e is the first bad commit
> commit db906eb2101b0564b0c65edf4a8647395196342e
> Author: Jade Bilkey 
> Date:   Sat Aug 30 15:14:14 2014 -0400
>
> ath5k: added debugfs file for dumping eeprom
>
> Signed-off-by: Jade Bilkey 
> Signed-off-by: John W. Linville 




-- 
Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom'

2014-09-06 Thread Guenter Roeck
I see the following build error on linux-next-20140905.

Guenter

---

Building alpha:allmodconfig ... failed
Building sparc64:allmodconfig ... failed

drivers/net/wireless/ath/ath5k/debug.c: In function 'open_file_eeprom':
drivers/net/wireless/ath/ath5k/debug.c:933:2: error:
implicit declaration of function 'vmalloc' 
[-Werror=implicit-function-declaration]
drivers/net/wireless/ath/ath5k/debug.c:933:6: warning:
assignment makes pointer from integer without a cast [enabled by 
default]
drivers/net/wireless/ath/ath5k/debug.c:960:2: error:
implicit declaration of function 'vfree' 
[-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[5]: *** [drivers/net/wireless/ath/ath5k/debug.o] Error 1
make[4]: *** [drivers/net/wireless/ath/ath5k] Error 2
make[3]: *** [drivers/net/wireless/ath] Error 2

Bisect results:

db906eb2101b0564b0c65edf4a8647395196342e is the first bad commit
commit db906eb2101b0564b0c65edf4a8647395196342e
Author: Jade Bilkey 
Date:   Sat Aug 30 15:14:14 2014 -0400

ath5k: added debugfs file for dumping eeprom

Signed-off-by: Jade Bilkey 
Signed-off-by: John W. Linville 

Bisect log:

# bad: [92d88cb068a5dc66d53ef017999b2419b125f764] Add linux-next specific files 
for 20140905
# good: [69e273c0b0a3c337a521d083374c918dc52c666f] Linux 3.17-rc3
git bisect start 'HEAD' 'v3.17-rc3'
# bad: [9ecc6d43871f92e01c8aafa9563538ed92825778] Merge remote-tracking branch 
'drm/drm-next'
git bisect bad 9ecc6d43871f92e01c8aafa9563538ed92825778
# good: [43b1c66453f3f04c5faa271c9918aa9764e04f98] Merge remote-tracking branch 
'hwmon-staging/hwmon-next'
git bisect good 43b1c66453f3f04c5faa271c9918aa9764e04f98
# good: [92bfbb73a8714144c5d74bf886b3b8b6b93a29dc] Merge remote-tracking branch 
'ipsec-next/master'
git bisect good 92bfbb73a8714144c5d74bf886b3b8b6b93a29dc
# bad: [15f51956b321a1ddf683c2b151aa85e84fbc3c4d] Merge remote-tracking branch 
'l2-mtd/master'
git bisect bad 15f51956b321a1ddf683c2b151aa85e84fbc3c4d
# good: [705d0bf83dbef34d49927d3bf05c6d497f42e8b0] ath9k: Add a routine for 
initializing channel contexts
git bisect good 705d0bf83dbef34d49927d3bf05c6d497f42e8b0
# good: [d17ec4d55223d9487df195012762da6f85862d4c] Merge branch 'for-john' of 
git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
git bisect good d17ec4d55223d9487df195012762da6f85862d4c
# bad: [d377921ed031588e1a39e4be730033d962b2c456] Merge remote-tracking branch 
'mtd/master'
git bisect bad d377921ed031588e1a39e4be730033d962b2c456
# good: [15c9ec43b0948940926ce4c063b5d78a28511771] Bluetooth: Remove 
hci_conn_hold/drop from hci_chan
git bisect good 15c9ec43b0948940926ce4c063b5d78a28511771
# good: [cf0ba860a91ed2f912f5598a331e3fbd40688f8d] Bluetooth: Move clock offset 
reading into hci_disconnect()
git bisect good cf0ba860a91ed2f912f5598a331e3fbd40688f8d
# bad: [c728ab656f738adfd5da968b5039789edad1ebc3] Merge remote-tracking branch 
'wireless-next/master'
git bisect bad c728ab656f738adfd5da968b5039789edad1ebc3
# bad: [db906eb2101b0564b0c65edf4a8647395196342e] ath5k: added debugfs file for 
dumping eeprom
git bisect bad db906eb2101b0564b0c65edf4a8647395196342e
# good: [87fed556d08d21dd7dd3e0222c94c187e4c2d5e2] bcma: get info about flash 
type SoC booted from
git bisect good 87fed556d08d21dd7dd3e0222c94c187e4c2d5e2
# first bad commit: [db906eb2101b0564b0c65edf4a8647395196342e] ath5k: added 
debugfs file for dumping eeprom
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom'

2014-09-06 Thread Guenter Roeck
I see the following build error on linux-next-20140905.

Guenter

---

Building alpha:allmodconfig ... failed
Building sparc64:allmodconfig ... failed

drivers/net/wireless/ath/ath5k/debug.c: In function 'open_file_eeprom':
drivers/net/wireless/ath/ath5k/debug.c:933:2: error:
implicit declaration of function 'vmalloc' 
[-Werror=implicit-function-declaration]
drivers/net/wireless/ath/ath5k/debug.c:933:6: warning:
assignment makes pointer from integer without a cast [enabled by 
default]
drivers/net/wireless/ath/ath5k/debug.c:960:2: error:
implicit declaration of function 'vfree' 
[-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[5]: *** [drivers/net/wireless/ath/ath5k/debug.o] Error 1
make[4]: *** [drivers/net/wireless/ath/ath5k] Error 2
make[3]: *** [drivers/net/wireless/ath] Error 2

Bisect results:

db906eb2101b0564b0c65edf4a8647395196342e is the first bad commit
commit db906eb2101b0564b0c65edf4a8647395196342e
Author: Jade Bilkey hers...@thefumon.com
Date:   Sat Aug 30 15:14:14 2014 -0400

ath5k: added debugfs file for dumping eeprom

Signed-off-by: Jade Bilkey hers...@thefumon.com
Signed-off-by: John W. Linville linvi...@tuxdriver.com

Bisect log:

# bad: [92d88cb068a5dc66d53ef017999b2419b125f764] Add linux-next specific files 
for 20140905
# good: [69e273c0b0a3c337a521d083374c918dc52c666f] Linux 3.17-rc3
git bisect start 'HEAD' 'v3.17-rc3'
# bad: [9ecc6d43871f92e01c8aafa9563538ed92825778] Merge remote-tracking branch 
'drm/drm-next'
git bisect bad 9ecc6d43871f92e01c8aafa9563538ed92825778
# good: [43b1c66453f3f04c5faa271c9918aa9764e04f98] Merge remote-tracking branch 
'hwmon-staging/hwmon-next'
git bisect good 43b1c66453f3f04c5faa271c9918aa9764e04f98
# good: [92bfbb73a8714144c5d74bf886b3b8b6b93a29dc] Merge remote-tracking branch 
'ipsec-next/master'
git bisect good 92bfbb73a8714144c5d74bf886b3b8b6b93a29dc
# bad: [15f51956b321a1ddf683c2b151aa85e84fbc3c4d] Merge remote-tracking branch 
'l2-mtd/master'
git bisect bad 15f51956b321a1ddf683c2b151aa85e84fbc3c4d
# good: [705d0bf83dbef34d49927d3bf05c6d497f42e8b0] ath9k: Add a routine for 
initializing channel contexts
git bisect good 705d0bf83dbef34d49927d3bf05c6d497f42e8b0
# good: [d17ec4d55223d9487df195012762da6f85862d4c] Merge branch 'for-john' of 
git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
git bisect good d17ec4d55223d9487df195012762da6f85862d4c
# bad: [d377921ed031588e1a39e4be730033d962b2c456] Merge remote-tracking branch 
'mtd/master'
git bisect bad d377921ed031588e1a39e4be730033d962b2c456
# good: [15c9ec43b0948940926ce4c063b5d78a28511771] Bluetooth: Remove 
hci_conn_hold/drop from hci_chan
git bisect good 15c9ec43b0948940926ce4c063b5d78a28511771
# good: [cf0ba860a91ed2f912f5598a331e3fbd40688f8d] Bluetooth: Move clock offset 
reading into hci_disconnect()
git bisect good cf0ba860a91ed2f912f5598a331e3fbd40688f8d
# bad: [c728ab656f738adfd5da968b5039789edad1ebc3] Merge remote-tracking branch 
'wireless-next/master'
git bisect bad c728ab656f738adfd5da968b5039789edad1ebc3
# bad: [db906eb2101b0564b0c65edf4a8647395196342e] ath5k: added debugfs file for 
dumping eeprom
git bisect bad db906eb2101b0564b0c65edf4a8647395196342e
# good: [87fed556d08d21dd7dd3e0222c94c187e4c2d5e2] bcma: get info about flash 
type SoC booted from
git bisect good 87fed556d08d21dd7dd3e0222c94c187e4c2d5e2
# first bad commit: [db906eb2101b0564b0c65edf4a8647395196342e] ath5k: added 
debugfs file for dumping eeprom
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: Tree for Sep 5: build error due to 'ath5k: added debugfs file for dumping eeprom'

2014-09-06 Thread Geert Uytterhoeven
On Sat, Sep 6, 2014 at 5:32 PM, Guenter Roeck li...@roeck-us.net wrote:
 I see the following build error on linux-next-20140905.

 Guenter

 ---

 Building alpha:allmodconfig ... failed
 Building sparc64:allmodconfig ... failed

 drivers/net/wireless/ath/ath5k/debug.c: In function 'open_file_eeprom':
 drivers/net/wireless/ath/ath5k/debug.c:933:2: error:
 implicit declaration of function 'vmalloc' 
 [-Werror=implicit-function-declaration]
 drivers/net/wireless/ath/ath5k/debug.c:933:6: warning:
 assignment makes pointer from integer without a cast [enabled by 
 default]
 drivers/net/wireless/ath/ath5k/debug.c:960:2: error:
 implicit declaration of function 'vfree' 
 [-Werror=implicit-function-declaration]
 cc1: some warnings being treated as errors

Missing #include linux/vmalloc.h?

 make[5]: *** [drivers/net/wireless/ath/ath5k/debug.o] Error 1
 make[4]: *** [drivers/net/wireless/ath/ath5k] Error 2
 make[3]: *** [drivers/net/wireless/ath] Error 2

 Bisect results:

 db906eb2101b0564b0c65edf4a8647395196342e is the first bad commit
 commit db906eb2101b0564b0c65edf4a8647395196342e
 Author: Jade Bilkey hers...@thefumon.com
 Date:   Sat Aug 30 15:14:14 2014 -0400

 ath5k: added debugfs file for dumping eeprom

 Signed-off-by: Jade Bilkey hers...@thefumon.com
 Signed-off-by: John W. Linville linvi...@tuxdriver.com




-- 
Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say programmer or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/