From owner-svn-src-all@FreeBSD.ORG Wed Feb 19 10:17:44 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D61F5FF; Wed, 19 Feb 2014 10:17:44 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9971113CF; Wed, 19 Feb 2014 10:17:42 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.8/8.14.8) with ESMTP id s1JAHaCf074822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 19 Feb 2014 14:17:36 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.8/8.14.8/Submit) id s1JAHacb074821; Wed, 19 Feb 2014 14:17:36 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 19 Feb 2014 14:17:36 +0400 From: Gleb Smirnoff To: Martin Matuska Subject: Re: svn commit: r262196 - head/sys/netpfil/pf Message-ID: <20140219101736.GX63039@glebius.int.ru> References: <201402182217.s1IMHCeM077356@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201402182217.s1IMHCeM077356@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Nikos Vassiliadis , src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 10:17:44 -0000 Martin, On Tue, Feb 18, 2014 at 10:17:12PM +0000, Martin Matuska wrote: M> Author: mm M> Date: Tue Feb 18 22:17:12 2014 M> New Revision: 262196 M> URL: http://svnweb.freebsd.org/changeset/base/262196 M> M> Log: M> De-virtualize pf_mtag_z [1] M> Process V_pf_overloadqueue in vnet context [2] M> M> This fixes two VIMAGE kernel panics and allows to simultaneously run host-pf M> and vnet jails. pf inside jails remains broken. M> M> PR: kern/182964 M> Submitted by: glebius@FreeBSD.org [2], myself [1] M> Tested by: rodrigc@FreeBSD.org, myself M> MFC after: 2 weeks I've sent your patch to Nikos, who is working on pf+vimage. He also accumulates his work on pf+vimage in projects/pf branch, planning to do it properly and then merge to head in one go. I was waiting for his review. Yes, he is slow with reviews, but that's not a reason to commit w/o review. -- Totus tuus, Glebius.