From owner-svn-src-head@freebsd.org Mon Aug 6 18:16:00 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CCF41060E3E; Mon, 6 Aug 2018 18:16:00 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C26A982C8F; Mon, 6 Aug 2018 18:15:59 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id EB3B825D3A0E; Mon, 6 Aug 2018 18:15:51 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 0F0A1D1F947; Mon, 6 Aug 2018 18:15:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 6AsbP9pLYR3s; Mon, 6 Aug 2018 18:15:49 +0000 (UTC) Received: from [192.168.124.1] (unknown [IPv6:fde9:577b:c1a9:31:2ef0:eeff:fe03:ee34]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id D19EDD1F917; Mon, 6 Aug 2018 18:15:48 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Jonathan T. Looney" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r337384 - in head: share/man/man4 sys/netinet Date: Mon, 06 Aug 2018 18:15:48 +0000 X-Mailer: MailMate (2.0BETAr6116) Message-ID: <5A14A68E-CF0D-45DB-82DD-0AD32B388152@lists.zabbadoz.net> In-Reply-To: <201808061736.w76Hawt5009582@repo.freebsd.org> References: <201808061736.w76Hawt5009582@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 06 Aug 2018 18:16:00 -0000 On 6 Aug 2018, at 17:36, Jonathan T. Looney wrote: > Author: jtl > Date: Mon Aug 6 17:36:57 2018 > New Revision: 337384 > URL: https://svnweb.freebsd.org/changeset/base/337384 > > Log: > Address concerns about CPU usage while doing TCP reassembly. … > > Reviewed by: jhb > Approved by: so > Security: FreeBSD-SA-18:08.tcp > Security: CVE-2018-6922 > > Modified: > head/share/man/man4/tcp.4 > head/sys/netinet/tcp_reass.c > > Modified: head/share/man/man4/tcp.4 > ============================================================================== > --- head/share/man/man4/tcp.4 Mon Aug 6 17:21:20 2018 (r337383) > +++ head/share/man/man4/tcp.4 Mon Aug 6 17:36:57 2018 (r337384) > @@ -445,6 +445,20 @@ no reseeding will occur. > Reseeding should not be necessary, and will break > .Dv TIME_WAIT > recycling for a few minutes. > +.It Va reass.cursegments Would you mind bumping .Dd as well please? Thanks, /bz