From owner-freebsd-arm@FreeBSD.ORG Sun May 18 03:24:39 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2061C69 for ; Sun, 18 May 2014 03:24:39 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86F0A22E6 for ; Sun, 18 May 2014 03:24:38 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WlriB-0008A6-Cu for freebsd-arm@FreeBSD.org; Sun, 18 May 2014 03:24:31 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s4I3OTaR041110 for ; Sat, 17 May 2014 21:24:29 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+7Nsr+pm6kirmXvpDNh65U Subject: Re: Heads-up: massive MFC from 11->10-stable for (mostly) ARM stuff From: Ian Lepore To: freebsd-arm In-Reply-To: <1399992596.56626.14.camel@revolution.hippie.lan> References: <1399992596.56626.14.camel@revolution.hippie.lan> Content-Type: text/plain; charset="us-ascii" Date: Sat, 17 May 2014 21:24:28 -0600 Message-ID: <1400383468.1152.19.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 03:24:39 -0000 On Tue, 2014-05-13 at 08:49 -0600, Ian Lepore wrote: > This is just an fyi that I'm going to spend the new few days doing a > massive merge of ARM-related work from -current to 10-stable. This is > merging pretty much all the ARM development that has happened since the > end of November, so that at the end of it we'll have SMP and hardware > floating point and all the bugfixes we've done recently for ARM in 10. > All in all I've identified about 450 changesets to merge. > > In some cases this will touch things outside of sys/arm, mostly powerpc > and mips stuff as some FDT/OFW changes come along for the ride. I'm > going to do my best to not have any checkins that cause even temporary > build breakage, but... you know... it's going to happen. If you run > into breakage and it isn't fixed within a few minutes, feel free to let > me know and I'll get right on it. > > -- Ian Just a followup to let everyone know that this is now done. There may be a few changesets I missed or followups to fix any fallout from the mega-merge, but in theory the state of 10-stable for ARM should now be almost the same as -current except for changes made in the past few days. I've been compile-testing as I go; I'll start run-testing on various boards tomorrow morning. -- Ian