From owner-freebsd-current@FreeBSD.ORG Fri Aug 12 21:31:41 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C64E16A41F; Fri, 12 Aug 2005 21:31:41 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF3943D46; Fri, 12 Aug 2005 21:31:40 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice3.sentex.ca (pumice3.sentex.ca [64.7.153.26]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j7CLUdad055379; Fri, 12 Aug 2005 17:30:39 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice3.sentex.ca (8.13.3/8.13.3) with ESMTP id j7CLVcsO067159; Fri, 12 Aug 2005 17:31:39 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j7CLVbOK042579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Aug 2005 17:31:37 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20050812172926.05662550@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Fri, 12 Aug 2005 17:31:02 -0400 To: Pawel Jakub Dawidek From: Mike Tancsa In-Reply-To: <20050812182032.GB27996@garage.freebsd.pl> References: <20050812134511.GE25162@garage.freebsd.pl> <6.2.3.4.0.20050812130608.07aaf5f8@64.7.153.2> <20050812181802.GA27996@garage.freebsd.pl> <20050812182032.GB27996@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.51 on 64.7.153.26 Cc: FreeBSD-current Subject: Re: VIA/ACE PadLock integration with crypto(9). 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: Fri, 12 Aug 2005 21:31:41 -0000 At 02:20 PM 12/08/2005, Pawel Jakub Dawidek wrote: >On Fri, Aug 12, 2005 at 08:18:02PM +0200, Pawel Jakub Dawidek wrote: >+> This is known problem iv pagedaemon. >+> You need sys/vm/vm_pageout.c rev1.269. It should work also in RELENG_6. >+> Could you try again with this fix? > >It was just MFCed, so for RELENG_6 you need sys/vm/vm_pageout.c >rev. 1.268.2.1. FYI, Just tried with the latest CURRENT, including which was checked in a few hrs ago, but I can reproduce the problem every time with bonnie src/sys/vm/vm_contig.c ---Mike