From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 85250201B01 for ; Sun, 11 Mar 2012 21:43:20 -0700 (PDT) Received: by wibhn6 with SMTP id hn6so2799092wib.10 for ; Sun, 11 Mar 2012 21:43:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=EtFOBTGM+VAcD/qw4c5gTgpPG60xO0Yv5uoQeAu+r1s=; b=oOkm8cakmTVlZSJ/reHPi7Y8VHrWYd6hEQf4ef2/soSkb7jqh6AYHAPPyNjuKJOqv+ Hv5BeJUSCgTm8u67rxg+u5R5C+2hshaK4+I01dkhC4wzShjV9fgilWnG3JlWUg9udwi4 RRWwAPCGLK3NZtAAZUi1y4H4GpQP7S72FwfccFhyk3WXlC80r/lPytcE8p3ie14vaFbN +BFAaGbT5J4oscQ/sqNZyQtTSGAwgEWHm2Url9I2tmhnfcgwuAbnWi2fYf0TF/yNO3mk 6aejVniZwLam+NRToIvjvEzNwlzNOM5lbVN2pCgssQC8JIOOYbLjZIhCJq7i4DnkOrIO cypg== MIME-Version: 1.0 Received: by 10.180.103.97 with SMTP id fv1mr23971906wib.17.1331527398060; Sun, 11 Mar 2012 21:43:18 -0700 (PDT) Received: by 10.223.151.8 with HTTP; Sun, 11 Mar 2012 21:43:18 -0700 (PDT) Date: Sun, 11 Mar 2012 21:43:18 -0700 Message-ID: From: Dave Taht To: cerowrt-devel@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Cerowrt-devel] freezing cerowrt for 3.3 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2012 04:43:21 -0000 Linux 3.3 looks like it may go final sometime next week, and it should take about a month for the first stable sets of patches to appear after wider testing. My intent has been to have a 'worthy' release cerowrt sometime after 3.3.1 appears. I've had a string of successful tests starting with rc6 (rc4 was good, rc5 was not so good), and 3.3rc7-1 is up on the website, and I've been testing it all day. One of the mistakes I'd made in my last release attempt was in trying to track openwrt head too closely, for too long, after I'd got a release date in mind (nov 15th that time). I managed to hit a window of high flux in the openwrt packages and toolchain at just the wrong time. So this time I'm going to be a LOT more conservative about making any decisions to pull stuff from openwrt head, starting, now. There's still plenty to do (many man-years of work!), but at some point you have to draw a line, build up some tests, make stuff run for weeks under heavy abuse, and that time is now, too. (I'm very glad to be back in the lab) Basic foci for the next 6 weeks are making the AQM stuff 'just work', getting the ipv6 stuff in shape for ipv6 day, doing some performance tests and fixes, multiple gui and glue cleanups, pushing out what works back to openwrt, and whatever else can be fit in. I have a vendetta with ntp + dnssec to settle, too. I'm going to spend some time next week sorting out the roadmap and bug list, if there are any pieces anyone wants to take on, please let me know. If there is anything major coming down the pike coming down archwise for openwrt, I DO intend to keep pulling from openwrt but nowhere near as often, for at least the next two weeks, but do let me know... --=20 Dave T=E4ht SKYPE: davetaht US Tel: 1-239-829-5608 http://www.bufferbloat.net PS What triggered this decision was today's pull of e2fsprogs breaking arbitrarily - as sort of a warning from the git gods... make[6]: Entering directory `/home/cero1/src/cerowrt-3.3/build_dir/target-mips_r2_uClibc-0.9.33/e2fspro= gs-1.42/misc' LD blkid ../lib/libext2fs.so: undefined reference to `_et_list' collect2: ld returned 1 exit status It's probably trivial but I lack the brain cells to take it on.