From owner-freebsd-current@FreeBSD.ORG Tue Jul 24 17:16:58 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 7FAC916A421 for ; Tue, 24 Jul 2007 17:16:58 +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 3884A13C4CB for ; Tue, 24 Jul 2007 17:16:58 +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 79E2DEB279A; Wed, 25 Jul 2007 01:16:57 +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 uSz7FbfFC+Lf; Wed, 25 Jul 2007 01:16:53 +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 A215AEB2797; Wed, 25 Jul 2007 01:16:53 +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:subject: references:in-reply-to:content-type:content-transfer-encoding; b=IKw4pKTJ4Pk2U3HxvBotcSkQ7Ywuz7lEW7CsDEQ4MvjuMUqkte11M60ZozvhtnTm2 IRQA97IDdQ9Yv146odPCQ== Message-ID: <46A63405.8010605@delphij.net> Date: Wed, 25 Jul 2007 01:16:53 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: Craig Boston , Xin LI , freebsd-current@freebsd.org References: <46A625FB.5050105@delphij.net> <20070724164215.GA3329@nowhere> In-Reply-To: <20070724164215.GA3329@nowhere> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Tue, 24 Jul 2007 17:16:58 -0000 Craig Boston wrote: > On Wed, Jul 25, 2007 at 12:16:59AM +0800, 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, so I will be able to determine if it is appropriate to >> connect it to build on these architectures (and perhaps pick out more >> bugs :) > > Hi, funny you should post just now. It's for i386 but I just submitted > a PR about tmpfs :-) > > Details are in kern/114870, but basically there's an overflow problem on > 32-bit systems with a large amount of swap. > > Here's the quick fix that I attached to the PR: Ah... Ok I have checked in a similar patch that applies to the -HEAD code, thanks! Cheers,