From owner-freebsd-arm@FreeBSD.ORG Tue Aug 27 07:21:47 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 ESMTP id 0835B7F9; Tue, 27 Aug 2013 07:21:47 +0000 (UTC) (envelope-from iz-rpi03@hs-karlsruhe.de) Received: from smtp.hs-karlsruhe.de (smtp.HS-Karlsruhe.DE [193.196.64.25]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF929218E; Tue, 27 Aug 2013 07:21:46 +0000 (UTC) Received: from iz-wera01.hs-karlsruhe.de ([193.196.65.46]) by smtp.hs-karlsruhe.de with esmtp (Exim 4.80.1) (envelope-from ) id 1VEDay-004wtS-OQ; Tue, 27 Aug 2013 09:21:44 +0200 X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.5 From: Ralf Wenk To: Adrian Chadd Subject: Re: Pretty good RPi version? In-reply-to: References: <5218FBE2.2000907@m5p.com> <20130825.195532.59669686.shigeru@os-hackers.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Aug 2013 08:50:39 +0200 Message-Id: Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 07:21:47 -0000 On 2013-Aug-25 05:07:37 -0700, Adrian Chadd wrote: >All - if it's unstable, please complain loudly on -arm and -current and >file PRs. If you have the time, please help figure out which commit(s) >broke things. There is a bug preventing mount_smbfs to work on arm. Details and a patch are in the bug report http://www.freebsd.org/cgi/query-pr.cgi?pr=180438 I am sorry, it only got to -fs. After learning that ist is caused by assumption when doing casting to a different type I am a little bit worried if this could be the cause of other bugs/problems, e.g. the newfs problem on arm pr=177538, as well. Ralf