From owner-cvs-all@FreeBSD.ORG Fri May 16 05:11:10 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC210106564A for ; Fri, 16 May 2008 05:11:10 +0000 (UTC) (envelope-from jos@catnook.com) Received: from lizzy.dyndns.org (209-204-188-132.dsl.static.sonic.net [209.204.188.132]) by mx1.freebsd.org (Postfix) with SMTP id 732868FC13 for ; Fri, 16 May 2008 05:11:10 +0000 (UTC) (envelope-from jos@catnook.com) Received: (qmail 2786 invoked by uid 1000); 16 May 2008 04:44:50 -0000 Date: Thu, 15 May 2008 21:44:50 -0700 From: Jos Backus To: cvs-all@freebsd.org Message-ID: <20080516044450.GB1858@lizzy.catnook.local> Mail-Followup-To: cvs-all@freebsd.org References: <200805151852.m4FIqVTq093601@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200805151852.m4FIqVTq093601@repoman.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jos@catnook.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 05:11:10 -0000 On Thu, May 15, 2008 at 06:52:31PM +0000, Alan Cox wrote: > Modified files: > sys/vm vm_page.c > Log: > Don't call vm_reserv_alloc_page() on device-backed objects. Otherwise, the > system may panic because there is no reservation structure corresponding to > the physical address of the device memory. > > Reported by: Giorgos Keramidas I was seeing this crash, too. Thanks for the fix, Alan. -- Jos Backus jos at catnook.com