From owner-freebsd-current@FreeBSD.ORG Wed Jul 25 15:26:18 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F23D16A419 for ; Wed, 25 Jul 2007 15:26:18 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 22EBA13C4A7 for ; Wed, 25 Jul 2007 15:26:18 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 439F5EB7BC1; Wed, 25 Jul 2007 23:26:17 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id MXHW+tX4DqPo; Wed, 25 Jul 2007 23:26:15 +0800 (CST) Received: from charlie.delphij.net (unknown [61.49.186.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 190B8EB7BB9; Wed, 25 Jul 2007 23:26:15 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=tSVc1/RiECMVCalgd8eCYlBeTlAw9n6iQbTcnj85Eq16Q36xRCt40PQm0iMN6fNRj mWF3Htf9sOikXBFiQNnqQ== Message-ID: <46A76B96.4080507@delphij.net> Date: Wed, 25 Jul 2007 23:26:14 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= References: <46A625FB.5050105@delphij.net> <50002.2001:6f8:101e:0:20e:cff:fe6d:6adb.1185310553.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <50002.2001:6f8:101e:0:20e:cff:fe6d:6adb.1185310553.squirrel@webmail.alpha-tierchen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org Subject: Re: Call for non i386/amd64 testers for tmpfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2007 15:26:18 -0000 Björn König wrote: > Xin LI wrote: > >> I'd like to request that some owners of non-i386/amd64 boxes to test >> sys/modules/tmpfs and report if it would work correctly on other >> architectures, [...] > > I built and used the module on arm architecture without problems. The > board has 64 MB RAM and 512 MB swap via NFS. I ran the bonnie benchmark on > that filesystem with a 256 MB test file successfully. Thanks! > Do you want a certain scenario to be tested? More comprehensive testing would be appreciated, but I think I have a good reason enabling the module build on arm :-) Cheers,