From owner-svn-src-head@freebsd.org Tue Oct 8 15:29:29 2019 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1294812D718; Tue, 8 Oct 2019 15:29:29 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46nh945yVLz46yB; Tue, 8 Oct 2019 15:29:28 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id x98FTIxE000818 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 8 Oct 2019 08:29:18 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id x98FTIxB000817; Tue, 8 Oct 2019 08:29:18 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Tue, 8 Oct 2019 08:29:18 -0700 From: Gleb Smirnoff To: Peter Holm Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r353292 - in head/sys: contrib/ipfilter/netinet dev/firewire dev/iicbus dev/usb/net kern net netgraph netinet netinet6 netipsec netpfil/ipfw netpfil/pf ofed/drivers/infiniband/ulp/ipoib Message-ID: <20191008152918.GE1249@FreeBSD.org> References: <201910072240.x97Me60x065650@repo.freebsd.org> <20191008065634.GA64200@x8.osted.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191008065634.GA64200@x8.osted.lan> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 46nh945yVLz46yB X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2019 15:29:29 -0000 On Tue, Oct 08, 2019 at 08:56:34AM +0200, Peter Holm wrote: P> On Mon, Oct 07, 2019 at 10:40:06PM +0000, Gleb Smirnoff wrote: P> > Author: glebius P> > Date: Mon Oct 7 22:40:05 2019 P> > New Revision: 353292 P> > URL: https://svnweb.freebsd.org/changeset/base/353292 P> > P> > Log: P> > Widen NET_EPOCH coverage. P> > P> P> This seems to trigger this: Ack. Will fix all regressions ASAP. -- Gleb Smirnoff