**** BEGIN LOGGING AT Fri Dec 06 02:59:58 2013 Dec 06 03:33:46 build #464 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/464 Dec 06 03:51:53 build #480 of at91 is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/480 Dec 06 03:54:40 build #396 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/396 Dec 06 05:51:55 build #406 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/406 Dec 06 07:07:53 build #462 of atheros is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/462 Dec 06 07:21:20 build #450 of ppc40x is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/450 Dec 06 08:44:59 build #344 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/344 Dec 06 08:53:58 build #440 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/440 Dec 06 09:37:52 build #27 of mvebu is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/27 Dec 06 10:10:13 build #26 of mxs is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/26 Dec 06 14:07:56 /win 2 Dec 06 14:09:23 kaloz r38997 trunk/package/kernel/mac80211/Makefile * [mac80211]: add support for the wl18xx, split wlcore from wl12xx Dec 06 14:11:59 ? Dec 06 14:37:06 build #395 of xburst is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/395 Dec 06 15:40:03 jow r38998 trunk/target/linux/generic/patches-3.10/205-fix-headers_install.patch Dec 06 15:40:03 generic: fix occasional "execvp: /bin/sh: Argument list too long" is kernel header install phase (#12907) Dec 06 15:44:43 jow r38999 trunk/target/linux/generic/patches-3.10/614-netfilter_arpt_arp_padding_fix.patch * generic: workaround arptables arpt_arp structure padding issue (#14577) Dec 06 16:25:26 build #374 of ar71xx is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/374 Dec 06 16:57:38 build #390 of ixp4xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/390 Dec 06 21:30:04 build #336 of mcs814x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/336 Dec 06 21:37:25 Hauke: ping? Dec 06 21:37:42 [ 5.492000] WARNING: at drivers/net/ethernet/broadcom/bgmac.c:610 0x833dd670() Dec 06 21:37:57 can someone tell me, why OpenWrt doesn't know funtion name for 0x833dd670 Dec 06 21:38:02 I guess sth was stripped... Dec 06 21:38:07 how I can disable such stripping? Dec 06 21:38:23 KERNEL_KALLSYMS [=y] Dec 06 21:40:23 zajec_: I had this problem when the function was called by a function pointer Dec 06 21:41:31 Hauke: it's bgmac_phy_read Dec 06 21:41:36 bgmac_phy_read is never called by a pointer Dec 06 21:45:46 is there any skb_put near that function? Dec 06 21:48:22 no Dec 06 21:48:45 http://pastebin.com/1eCZRecV Dec 06 21:48:56 it's my own debugging WARN_ON(regnum == 0x04); Dec 06 21:49:14 sorrt, it's WARN_ON(reg == 0x04); Dec 06 21:49:17 but the same meaning Dec 06 21:49:37 but.... this is weird Dec 06 21:50:03 I've added pr_into info bgmac_phy_read and into bgmac_mii_read Dec 06 21:50:16 i can see pr_info from bgmac_phy_read *only* Dec 06 21:50:25 it seems bgmac_phy_read is called without bgmac_mii_read call Dec 06 21:50:26 I thought you were talking about the issue from the ticket Dec 06 21:50:31 but that's... basically impossible :| Dec 06 21:50:52 the compiler sometimes inlines functions Dec 06 21:51:41 you have to look into the asm to check what the compiler did to your code Dec 06 21:51:46 :| Dec 06 21:51:53 everything, but not thhis... :p Dec 06 21:53:40 ok, i'm sorry.... it was bgmac_phy_advertise that was calling bgmac_phy_read Dec 06 21:53:50 but the lack of call trace is still weird Dec 06 21:57:20 you could try to remove the static infront of the functions that should help Dec 06 21:58:35 I didn't know that trick, thanks! Dec 06 22:06:59 Hauke: i think we do wrong PHY stuff in bgmac Dec 06 22:08:55 i'll propose a patch Dec 06 22:09:00 give me some time Dec 06 22:09:43 ok Dec 06 22:29:25 wow, pcengines gave me delivery from CH->US in two days, that was ... unexpected. Dec 06 23:32:35 build #304 of octeon is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/304 Dec 06 23:34:51 build #428 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/428 Dec 06 23:36:54 build #428 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/428 Dec 06 23:57:32 zajec_: thanks for the patch it is similar to this one: target/linux/generic/patches-3.10/771-bgmac-phylib.patch **** ENDING LOGGING AT Sat Dec 07 02:59:58 2013