From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 2 09:50:09 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2122D1065676 for ; Wed, 2 Nov 2011 09:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 61C318FC15 for ; Wed, 2 Nov 2011 09:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA29o6WL036981 for ; Wed, 2 Nov 2011 09:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA29o6Px036979; Wed, 2 Nov 2011 09:50:06 GMT (envelope-from gnats) Date: Wed, 2 Nov 2011 09:50:06 GMT Message-Id: <201111020950.pA29o6Px036979@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/161887: [vm] [panic] panic at vm_page_wire with FreeBSD 9.0 Beta 3 [regression] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2011 09:50:09 -0000 The following reply was made to PR kern/161887; it has been noted by GNATS. From: Andriy Gapon To: Penta Upa Cc: bug-followup@FreeBSD.org Subject: Re: kern/161887: [vm] [panic] panic at vm_page_wire with FreeBSD 9.0 Beta 3 [regression] Date: Wed, 02 Nov 2011 11:42:59 +0200 on 30/10/2011 19:11 Penta Upa said the following: > Ok :-) Would including any specific header, tweaks to the Makefile make it work > it for me. My target environment will be release version of FreeBSD on amd64. > For example 9.0 release and it would never be a custom built kernel. > > Or moving the module to /usr/src/sys/modules and building from there be the > safest way. Unfortunately I do not have a good answer for you. Ideally, this issue should be fixed somewhere on vm_page.h side. Merely moving your module sources into /usr/src/sys/modules won't change anything. The only workaround I know at the moment is to build the module as a part of kernel build (make buildkernel). -- Andriy Gapon