**** BEGIN LOGGING AT Thu Aug 04 02:59:57 2011 Aug 04 07:49:40 Hello,nbd.Are you around? Aug 04 07:50:24 mac80211 is not compiling in latest trunk. Aug 04 07:50:58 I found the same issue as Ticket #9886. Aug 04 08:29:17 build #45 of ep93xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/45 Aug 04 09:24:53 nbd * r27891 /trunk/package/mac80211/patches/571-ath9k_send_bar_fix.patch: ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error) Aug 04 09:26:05 gzanan: fixed Aug 04 10:13:17 ., Aug 04 10:47:17 florian * r27892 /packages/libs/elfutils/Makefile: [package] elfutils: mark as broken for now Aug 04 11:07:40 florian * r27893 /branches/packages_10.03.1/libs/elfutils/Makefile: backport r27866, r27892 Aug 04 11:22:35 luka12345|wiik: ping Aug 04 15:16:04 KanjiMonster: pong Aug 04 15:17:01 luka12345|wiik: you can revert the at patch, the offending elfutils is marked as broken for now Aug 04 15:20:54 KanjiMonster: ok, i'll do it when i get home... Aug 04 15:21:17 if you have commit rights you can do it to Aug 04 15:54:19 jow_laptop: ping... got a firewall question... Aug 04 15:54:42 ph: moo Aug 04 15:54:56 philipp64|laptop: how about just asking the question so others have a chance to answer it ;p Aug 04 15:56:07 ok, so it's inbound port-forwarding... tcp traffic to destination port [p] gets rewritten as [p'], and the destination IP address becomes [h']... but only for traffic coming from host [s] Aug 04 15:56:42 and it's not clear what 'src_ip' or 'src_dip' would mean in the case of a redirect using dnat. Aug 04 15:57:17 ph: you wanted to know more about eglibc. I don't know if you saw my various stuff on it Aug 04 15:58:06 Chocky: haven't looked too closely at the list since Sunday... if you want to Cc me go ahead. Aug 04 15:58:39 I'm on the list. my sub request never returned. it's forum posts and tickets, mainly Aug 04 15:58:45 sorry, I meant, I'm not on the list Aug 04 15:59:31 however, 2.13 is the only one that builds right now. And performance and size is near identical to glibc, at least for me. Aug 04 15:59:52 symbol stripping does break on eglibc, but not glibc. Aug 04 16:00:03 and: https://forum.openwrt.org/viewtopic.php?id=31174 Aug 04 16:00:28 I have the trunk build failure somewhere if you want it Aug 04 16:11:31 KanjiMonster: and that's why I was asking Jo directly. :-) Aug 04 16:15:26 philipp64|laptop: well, src_ip/src_dip is the original packets src and dst Aug 04 16:17:08 so you want to set src_ip = s, src_dport = p, dest_ip = h' and dest_port = p' Aug 04 16:27:01 philipp64|laptop: also there's a wiki entry that (IMHO) explains it quite clearly -> http://wiki.openwrt.org/doc/uci/firewall#redirects Aug 04 16:38:03 the redirects example didn't make it clear if the src_ip field was effective during redirects or just rules. Aug 04 17:37:20 nbd * r27894 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_main.c: ar71xx: fix MAC/MDIO reset mask handling Aug 04 17:37:25 nbd * r27895 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ (ag71xx.h ag71xx_main.c): (log message trimmed) Aug 04 17:37:25 ag71xx: fix memory corruption issues on ar7240 on ethernet start/stop Aug 04 17:37:25 When the DMA engine state gets corrupted due to a hardware issues, it Aug 04 17:37:25 often won't stop rx until a full reset is issued. In that case the hardware Aug 04 17:37:25 must keep a valid descriptor, otherwise it will write to random places in Aug 04 17:37:25 system RAM, triggering random crashes. To fix this, keep a dummy descriptor Aug 04 17:37:26 without a buffer that keeps the DMA engine in a sane state until the reset Aug 04 17:37:29 nbd * r27896 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ (ag71xx.h ag71xx_main.c): Aug 04 17:37:29 ar71xx: fix ethernet FIFO state corruption on ar7240 Aug 04 17:37:29 When starting/stopping DMA sometimes the FIFO state gets corrupted, Aug 04 17:37:29 leading to wildly fluctuating latencies or packet data corruption. Aug 04 17:37:29 Fix this by issuing a fast MAC reset as soon as the link is detected Aug 04 17:37:29 as up. Fixes #9689, #9405 Aug 04 18:02:41 nbd * r27897 /branches/backfire/target/linux/ar71xx/files/drivers/net/ag71xx/ (ag71xx.h ag71xx_main.c): ar71xx: merge ethernet fixes from r27894-r27896 Aug 04 18:48:48 build #46 of etrax is complete: Failure [failed compile_7] Build details are at http://buildbot.openwrt.org:8010/builders/etrax/builds/46 Aug 04 18:52:38 jogo * r27898 /packages/utils/at/Makefile: [packages] at: revert r27801 Aug 04 19:11:55 ok, if I have a kernel config from someone and I want to reduce it to only what's not the default for OpenWRT how do I do that? Aug 04 19:12:19 automagically I mean (like ./scripts/diffconfig.sh for menuconfig) Aug 04 19:12:28 make kernel_menuconfig Aug 04 19:13:28 Chocky: Does that reduce the config to what's not default? Aug 04 19:14:26 Chocky: I'm looking for diffconfig.sh / make defconfig type magic Aug 04 19:14:29 how would it know how to "reduce" it? Reduce it to what? It lets you change the kernel ptions Aug 04 19:15:28 Chocky: in other words no, and Felix did some magic with menuconfig to do it, so I was wondering if he had for the kernel stuff as well Aug 04 19:16:36 I think I misread, sorry. You can do some magic with sed/grep, I'd think Aug 04 19:22:36 there must be something in OpenWrt already for this. It already deals with partial kernel .config files Aug 04 19:42:13 juhosg * r27899 /trunk/target/linux/ar71xx/image/Makefile: ar71xx: cleanup image generation Makefile Aug 04 19:42:15 juhosg * r27900 /trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh: ar71xx: use the same test for AP121 and Zcomax sysupgrade images Aug 04 19:42:16 juhosg * r27901 /trunk/target/linux/ar71xx/base-files/lib/upgrade/platform.sh: ar71xx: enable sysupgrade on the AP96 and DB120 boards Aug 04 20:00:29 build #43 of rdc is complete: Failure [failed compile_7] Build details are at http://buildbot.openwrt.org:8010/builders/rdc/builds/43 Aug 04 20:05:53 hauke * r27902 /trunk/ (42 files in 3 dirs): Aug 04 20:05:53 brcm47xx: update patches Aug 04 20:05:53 * this adds sflash support for ssb devices Aug 04 20:05:53 * the flash is now a platform device Aug 04 20:05:53 * minor updates Aug 04 20:07:15 hauke * r27903 /trunk/package/rtc-rv5c386a/src/ (gpio.h rtc.c): Aug 04 20:07:15 rtc-rv5c386a: add support for kernel 3.0 Aug 04 20:07:15 remove BKL and adds support for changes in bcm47xx code Aug 04 20:08:56 hauke * r27904 /trunk/package/switch/ (7 files in 2 dirs): Aug 04 20:08:56 switch: update for brcm47xx target Aug 04 20:08:56 * remove suport for 2.4 kernel Aug 04 20:08:56 * add support for bcma bus Aug 04 20:09:55 hauke * r27905 /trunk/package/broadcom-diag/src/ (diag.c gpio.h): broadcom-diag: add support for bcma Aug 04 20:11:22 hauke * r27906 /trunk/target/linux/brcm47xx/Makefile: Aug 04 20:11:22 brcm47xx: use kernel 3.0 Aug 04 20:11:22 As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported. Aug 04 23:08:03 build #43 of mpc52xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/43 **** ENDING LOGGING AT Fri Aug 05 02:59:56 2011