**** BEGIN LOGGING AT Fri Jan 01 02:59:59 2016 Jan 01 04:13:37 build #190 of ramips.rt3883 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.rt3883/builds/190 Jan 01 05:51:55 build #137 of mpc52xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/137 Jan 01 10:48:36 build #195 of ramips is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/195 Jan 01 12:26:44 nbd r48018 trunk/package/kernel/linux/modules/netsupport.mk * kernel: fix duplication of sch_netem in multiple packages (#21479) Jan 01 12:26:53 nbd r48019 trunk/target/linux/ramips/dts/RE6500.dts * ramips: fix memory size for RE6500 Jan 01 12:26:59 nbd r48020 trunk/target/linux/ramips/dts/RE6500.dts * ramips: fix firmware partition size Jan 01 12:27:05 nbd r48021 trunk/target/linux/ramips/dts/RE6500.dts * ramips: add mac address assignment for eth0 on RE6500 Jan 01 12:28:15 nbd r48022 trunk/target/linux/ramips/dts/RE6500.dts * ramips: fix inverted LEDs for RE6500 Jan 01 12:30:06 nbd r48023 branches/chaos_calmer/package/kernel/linux/modules/netsupport.mk * kernel: fix duplication of sch_netem in multiple packages (#21479) Jan 01 14:02:34 build #192 of ramips.mt7628 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7628/builds/192 Jan 01 14:05:24 build #191 of cobalt is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/191 Jan 01 14:08:10 build #191 of cns21xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/191 Jan 01 14:11:07 build #191 of orion is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/191 Jan 01 14:33:37 nbd r48024 trunk/target/linux/ramips/patches-4.3/0064-add_clk_round_rate.patch * ramips: add missing clk_round_rate function to fix buildbot errors Jan 01 15:21:05 nbd r48025 trunk/target/linux/ramips/mt7628/config-4.3 * ramips: fix kernel configuration for mt7628 Jan 01 15:56:21 nbd: did you abandon/reconfigure your openwrt submit workflow ? your mirror isnt updated anymore (since ~8days) Jan 01 16:05:03 plntyk: migrated my server, it might be failing the ssh host key check now Jan 01 16:05:06 will fix that Jan 01 16:06:38 fixed now Jan 01 16:28:32 build #188 of pxa is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/188 Jan 01 17:21:22 build #173 of brcm2708 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/173 Jan 01 18:57:58 nbd r48026 trunk/target/linux/ generic/patches-4.3/681-NET-add-of_get_mac_address_mtd.patch ramips/patches-4.3/0600-net-mediatek-add-of_get_mac_address_mtd-support.patch generic/patches-4.4/681-NET-add-of_get_mac_address_mtd.patch * kernel: fold of_get_mac_address_mtd into of_get_mac_address Jan 01 18:58:08 nbd r48027 trunk/target/linux/ ramips/base-files/sbin/fixup-mac-address ramips/dts/WITI.dts ramips/base-files/sbin * ramips: add a script to fix up the broken mac address on the witi board Jan 01 18:58:22 nbd r48028 trunk/package/kernel/mt76/Makefile Jan 01 18:58:22 mt76: update to the latest version from the mt7603 branch, adds support for overriding the mac address via OF Jan 01 18:58:33 nbd r48029 trunk/target/linux/ramips/dts/WITI.dts * ramips: set the wifi mac address to the same as LAN on witi Jan 01 19:03:07 build #182 of ppc40x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/182 Jan 01 19:04:56 is anybody here subscribed in linux-netdev? Jan 01 19:05:06 * nbd is Jan 01 19:06:39 are the guys there friendly with newbies? I'm trying to fix a driver that is giving me "tx busy" when I run iperf as client, resulting in poor performance Jan 01 19:07:13 is the driver one that is already upstream? Jan 01 19:07:49 it is Jan 01 19:08:20 but the code wasn't much altered since it was mainlined in kernel 2.6.21 Jan 01 19:08:44 i think they're probably going to be friendly Jan 01 19:08:46 what driver is it? Jan 01 19:10:33 nbd drivers/net/ethernet/atheros/atlx/atl1.c Jan 01 19:11:13 tested about 4 kernels now including latest stable and the issue is there Jan 01 19:11:20 played with tx ring buffer, no change Jan 01 19:16:00 it's one of those things, the chip itself was attansic which was later bought by atheros.. this driver is half based in "attansic" linux driver and intel's e1000 linux driver, I don't have the knowledge to judge code quality, but doesn't seem good.. Jan 01 19:16:32 yeah, looks crappy to me too Jan 01 19:16:34 better ask on the list Jan 01 19:18:39 I will, I just asked for permission of the maintainers, because I reported to them first and they asked for a git bisect, but I couldn't run a git bisect without having a start point Jan 01 19:20:02 you, that write drivers constantly, is it common to find hardware design flaws? Jan 01 19:39:57 depends on what you consider a design flaw Jan 01 19:40:12 many different devices have various small quirks that need to be dealt with by the driver Jan 01 19:40:24 usually it's just unexpected behavior, or some conditions need to be checked Jan 01 19:40:34 or sometimes hw needs to be monitored and reset if it acts up Jan 01 19:41:05 however, usually software bugs are more frequent than hardware bugs Jan 01 19:41:33 nbd look at the KNOWN BUGS/ISSUES section here, doesn't seem much fun heh http://atl1.sourceforge.net/ Jan 01 21:17:49 blogic r48030 trunk/target/linux/ramips/patches-4.3/0506-net-next-mediatek-add-support-for-rt3050.patch * ralink: fix rt3050/5350 ethernet switch support Jan 01 21:17:54 blogic r48031 trunk/target/linux/ lantiq/dts/P2812HNUF3.dts lantiq/dts/P2812HNUF1.dts lantiq/dts/P2812HNUFX.dtsi * lantiq: P2812HNUFX - move leds to dtsi Jan 01 21:18:02 blogic r48032 trunk/target/linux/lantiq/base-files/etc/board.d/01_leds * lantiq: BTHOMEHUBV2B - remove missing usb led workaround Jan 01 21:18:09 blogic r48033 trunk/target/linux/ lantiq/dts/ARV4518PWR01A.dts lantiq/dts/ARV4518PWR01.dtsi lantiq/dts/ARV4518PWR01.dts * lantiq: ARV4518PWR01* move redundant parts to dtsi Jan 01 21:18:18 blogic r48034 trunk/target/linux/lantiq/dts/DGN1000B.dts * lantiq: DGN1000B - fix typo in dts file Jan 01 21:18:23 blogic r48035 trunk/target/linux/lantiq/dts/ARV752DPW22.dts * lantiq: ARV752DPW22 - fix dts file Jan 01 21:18:28 blogic r48036 trunk/target/linux/lantiq/dts/ARV752DPW.dts * lantiq: ARV752DPW - fix dts file Jan 01 21:18:37 blogic r48037 trunk/target/linux/ (31 files) * lantiq: define default leds in dts files Jan 01 21:18:48 blogic r48038 trunk/target/linux/ lantiq/base-files/lib/functions/lantiq.sh lantiq/base-files/etc/board.d/01_leds * lantiq: use default leds defined in DTS Jan 01 21:18:59 blogic r48039 trunk/target/linux/lantiq/base-files/etc/diag.sh * lantiq: use power leds defined in DTS Jan 01 21:19:05 blogic r48040 trunk/target/linux/ lantiq/dts/VG3503J.dtsi lantiq/base-files/sbin/dsl_notify.sh lantiq/base-files/etc/board.d/01_leds lantiq/dts/ARV452CQW.dts * lantiq: use dsl led defined in DTS Jan 01 21:19:14 blogic r48041 trunk/target/linux/ (33 files in 3 dirs) * lantiq: add support for indicating the boot state using three leds Jan 01 21:19:21 blogic r48042 trunk/target/linux/ (30 files in 2 dirs) * lantiq: use devicename:colour:function led naming scheme Jan 01 21:19:33 blogic r48043 trunk/target/linux/ lantiq/dts/P2812HNUF1.dts lantiq/dts/P2812HNUFX.dtsi * lantiq: P2812HNUFX - move usb leds to P2812HNU-F1 Jan 01 21:19:41 blogic r48044 trunk/target/linux/lantiq/dts/TDW8980.dts * lantiq: TDW8980 - use devicename:colour:function led naming scheme Jan 01 21:19:49 blogic r48045 trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh * lantiq: add the current profile to the stats output Jan 01 21:19:55 blogic r48046 trunk/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh * lantiq: convert vendorid into human readable form Jan 01 21:20:00 blogic r48047 trunk/target/linux/lantiq/base-files/etc/board.d/02_network * lantiq: match default xdsl mode and default wan interface Jan 01 21:20:10 blogic r48048 trunk/target/linux/generic/files/drivers/leds/ledtrig-netdev.c * ledtrig-netdev: add support for renamed devices Jan 01 21:20:17 blogic r48049 trunk/target/linux/ (8 files in 6 dirs) * ralink: add WRTnode2 platform and led support Jan 01 21:20:23 blogic r48050 trunk/package/network/config/ltq-vdsl-app/files/dsl_control * ltq-vdsl-app: use the final xtse format Jan 01 21:20:31 blogic r48051 trunk/package/network/config/ltq-vdsl-app/files/dsl_control * ltq-vdsl-app: add/enable missing G.993.2 XTSE bits Jan 01 21:20:36 blogic r48052 trunk/package/network/config/ltq-vdsl-app/files/dsl_control * ltq-vdsl-app: let the driver/app probe the xtse on missing annex Jan 01 21:20:43 blogic r48053 trunk/package/network/config/ltq-vdsl-app/files/dsl_control * ltq-vdsl-app: enable G.993.5 XTSE bit by default Jan 01 21:21:10 blogic r48054 trunk/package/network/config/ltq-vdsl-app/files/dsl_control * ltq-vdsl-app: re-add lowlevel settings Jan 01 21:21:23 blogic r48055 trunk/target/linux/ramips/dts/WITI.dts * ramips: Remove LED GPIO definitions in MQmaker WiTi device tree Jan 01 21:21:27 blogic r48056 trunk/target/linux/lantiq/dts/vr9.dtsi * lantiq: Add the xbar to vr9.dts Jan 01 21:21:33 blogic r48057 trunk/package/kernel/ lantiq/ltq-vmmc/patches/100-target.patch lantiq/ltq-vmmc/patches/400-falcon.patch * lantiq: ltq-vmmc: Fix compilation with linux 4.4 Jan 01 21:21:41 blogic r48058 trunk/target/linux/ (12 files in 8 dirs) * V2 ar71xx : Add Support for the Bitmain Antrouter R1 Jan 01 22:03:16 kaloz r48059 trunk/ (6 files in 2 dirs) * generic/4.4: update to 4.4-rc7 Jan 02 00:33:59 rmilecki r48060 trunk/target/linux/ (9 files in 5 dirs) * kernel: drop bcm47xxpart patch for Xiaomi Jan 02 00:34:15 rmilecki r48061 trunk/target/linux/ (9 files in 5 dirs) * kernel: make bcm47xxpart work with TRX flashed at bad block(s) Jan 02 02:24:06 build #136 of octeon is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/136 **** ENDING LOGGING AT Sat Jan 02 02:59:59 2016