From owner-freebsd-current@FreeBSD.ORG Tue Jul 11 18:51:25 2006 Return-Path: X-Original-To: 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 C557716A4DD for ; Tue, 11 Jul 2006 18:51:25 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DC343D66 for ; Tue, 11 Jul 2006 18:51:24 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6BIpN5l076348 for ; Tue, 11 Jul 2006 14:51:23 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: current@freebsd.org Date: Tue, 11 Jul 2006 14:51:22 -0400 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607111451.22749.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 11 Jul 2006 14:51:23 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1591/Mon Jul 10 15:41:02 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Mailman-Approved-At: Tue, 11 Jul 2006 18:54:24 +0000 Cc: Subject: [PATCH] amr(4) testers needed... 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, 11 Jul 2006 18:51:25 -0000 I have a patch for amr(4) that is a forward-port of a Scott Long patch for 4.x that fixes some severe data corruption with amr(4) + PAE on 4.x with > 4GB of RAM. I need the patch tested on current though so I can get it into HEAD and eventually into 4.x. The patch for head is at http://www.freebsd.org/~jhb/patches/amr_head.patch It shouldn't break anything and should basically be a nop. I think the patch will apply to 6.x (and possibly 5.x) as well. Thanks! -- John Baldwin