From owner-freebsd-arm@FreeBSD.ORG Fri Dec 27 15:43:53 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86B9EF46 for ; Fri, 27 Dec 2013 15:43:53 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45B0A18AC for ; Fri, 27 Dec 2013 15:43:52 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id k19so30152409igc.3 for ; Fri, 27 Dec 2013 07:43:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=Z2SlFgv2BSWObRbpnXb4DnV517nOs7dycjBQP090p9k=; b=RSL6Dr+DAi90A6pRf119I4d22F/MwhS1sdJYB0VpqV4IXdcoapgOvCG5bPKMiQqrev YgQJmA95son+9ANPtm+bEo0V/MbAClUkmLz0VtpLUqoAvj9moRU6hKGU/YjXqyVeS1mw k9jPYc6UyZ130Aa019iNgxiaG98DQ93EPLnxt8iBvJK1ZnMPNd6g6YeVAqmyKsMUGRXW y9vVYqtFS9EuWxwDbO9XYaMV8OO9l/SHoHvUN4926oVar1UjQkFQihlQmINu7/LBjDHc sylcy6w/NVfMAAsPEHiqDE0YuwPMf+ClOaaGoP8yj3AtWbTPvbjLpuXjNZyJUT6g0J9f RHvA== X-Gm-Message-State: ALoCoQlSVRL5CQ7GRuua2fe7Oc9Tuyo85NbBTEs2o85JnjSOR7E/NG/ENskRJwYVWSFBklf7fD6N X-Received: by 10.50.21.2 with SMTP id r2mr34751125ige.13.1388159032149; Fri, 27 Dec 2013 07:43:52 -0800 (PST) Received: from fusion-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id w4sm45261635igb.5.2013.12.27.07.43.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Dec 2013 07:43:51 -0800 (PST) Sender: Warner Losh Subject: Re: R-PI fixes for dhclient/sshd? Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 27 Dec 2013 08:43:49 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <4E48512F-EC8D-41F2-A933-6D8C538763DA@bsdimp.com> References: <05740C4C-4B02-4567-9E46-E739ECEDA797@bsdimp.com> <20131220040429.3452e8df4d3c03046c3ac1d6@FreeBSD.org> <8012AB59-1ECB-45E4-9274-013393E6E8CE@bsdimp.com> To: Adrian Chadd X-Mailer: Apple Mail (2.1085) Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 15:43:53 -0000 On Dec 26, 2013, at 10:02 PM, Adrian Chadd wrote: > hi, >=20 > I've just committed the fix to HEAD (r259936.) >=20 > Thanks to everyone for helping get this debug, Ian for figuring out > what the offending commit was, and zbb for the reverted patch. > (And Michael for testing it.) >=20 > I'll MFC it to 10 in a few days. I'll then ask gjb to MFC it to the > releng branch. Might want to accelerate that after successful testing since the = timelines for 10.0R are so short. Warner