From owner-freebsd-bugs@FreeBSD.ORG Wed May 27 18:50:03 2009 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 9DE91106567B for ; Wed, 27 May 2009 18:50:03 +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 8BC6D8FC23 for ; Wed, 27 May 2009 18:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4RIo3mn081658 for ; Wed, 27 May 2009 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4RIo34w081657; Wed, 27 May 2009 18:50:03 GMT (envelope-from gnats) Date: Wed, 27 May 2009 18:50:03 GMT Message-Id: <200905271850.n4RIo34w081657@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Steven G. Kargl" Cc: Subject: Re: kern/132827: [vm] [panic] vm_page_free_toq: freeing mapped page X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Steven G. Kargl" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 18:50:03 -0000 The following reply was made to PR kern/132827; it has been noted by GNATS. From: "Steven G. Kargl" To: Alan Cox Cc: bug-followup@FreeBSD.org Subject: Re: kern/132827: [vm] [panic] vm_page_free_toq: freeing mapped page Date: Wed, 27 May 2009 11:43:46 -0700 (PDT) Alan Cox wrote: > Steven G. Kargl wrote: > > Alan Cox wrote: > > > >> There has been no reported re-occurrence of this assertion failure since > >> the submitter removed ZERO_COPY_SOCKETS from his kernel configuration. > >> > > > > Yes, that is correct. The panics stopped after removal of > > ZERO_COPY_SOCKETS. I'd suggest adding a big warning in > > the various NOTES files that ZERO_COPY_SOCKETS is broken. > > > > > > I will gladly commit appropriately frightening language. Send me a > patch. :-) > Index: NOTES =================================================================== --- NOTES (revision 191256) +++ NOTES (working copy) @@ -930,7 +930,9 @@ # receiving data via a socket. The send side works for any type of NIC, # the receive side only works for NICs that support MTUs greater than the # page size of your architecture and that support header splitting. See -# zero_copy(9) for more details. +# zero_copy(9) for more details. This option is assocated with a rare, +# but possible, kernel panic in vm_page_free_toq(). See kern/132827 for +# additional details. options ZERO_COPY_SOCKETS -- Steve http://troutmask.apl.washington.edu/~kargl/