From owner-svn-src-head@freebsd.org Mon Aug 6 18:48:11 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 A70A81061BAB; Mon, 6 Aug 2018 18:48:11 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23B8B8419F; Mon, 6 Aug 2018 18:48:11 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: by mail-ed1-f42.google.com with SMTP id f23-v6so5642454edr.11; Mon, 06 Aug 2018 11:48:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9g7gSz6iMVGEn+dNkNW9SVXETryFQ6G2gxJuN71zIQE=; b=jS40T4UZ6UOFVSJzfUVobrgLxp3JnDkG+u4skIKsUrnvh1q1Obdn+a8X42OryrCue7 tB3R8lgh2oMZsnl3aYhsVtzmzf15rurlUWBbUpsh5o+aNZsJ/y9Wl+VE0++Cs3qyNrXp 5ruoVqPionAAIWdf4D0Wxc8HoWrGpYn/5YjRq53phF4RaF5dtyQZ4HOhgO3EHrr8VSYp ztcWzbZoPbesRNdOfNbSqHjOXKOKpKHDjBpcFIot31yRTkVsv6VAaf9p9KvXDB+X8cgX M20GX9ZdSi2ti5EHpXrVhgc5h1Kw6R0ObH/yluWRXnM477AhaKgo/DlIwxPlMgX1Vhex KCIw== X-Gm-Message-State: AOUpUlEzUGex2F9ogxGTED7dq59+aMo5zsm+h/RoVvAhmti9q9J2zQuD THrAaVHKcJu+uJKS9RhC+VNjPjxOYI4= X-Google-Smtp-Source: AAOMgpczy7nAj0h9iQ7LD+Yt2T0hYAlHByZBrwNifiRaoDWoJVRPhujCcce/XjeLPDeYWgYYKSYfBg== X-Received: by 2002:a50:c201:: with SMTP id n1-v6mr19345584edf.11.1533581284548; Mon, 06 Aug 2018 11:48:04 -0700 (PDT) Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com. [74.125.82.51]) by smtp.gmail.com with ESMTPSA id t44-v6sm7335903edb.79.2018.08.06.11.48.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Aug 2018 11:48:04 -0700 (PDT) Received: by mail-wm0-f51.google.com with SMTP id y9-v6so15454540wma.5; Mon, 06 Aug 2018 11:48:03 -0700 (PDT) X-Received: by 2002:a1c:1182:: with SMTP id 124-v6mr12665924wmr.75.1533581283797; Mon, 06 Aug 2018 11:48:03 -0700 (PDT) MIME-Version: 1.0 References: <201808061736.w76Hawt5009582@repo.freebsd.org> <5A14A68E-CF0D-45DB-82DD-0AD32B388152@lists.zabbadoz.net> In-Reply-To: <5A14A68E-CF0D-45DB-82DD-0AD32B388152@lists.zabbadoz.net> From: "Jonathan T. Looney" Date: Mon, 6 Aug 2018 14:47:52 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337384 - in head: share/man/man4 sys/netinet To: "Bjoern A. Zeeb" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 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:48:11 -0000 On Mon, Aug 6, 2018 at 2:16 PM Bjoern A. Zeeb < bzeeb-lists@lists.zabbadoz.net> wrote: > > 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. > =E2=80=A6 > > > > 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 > > > Would you mind bumping .Dd as well please? Done for head and the stable branches. I'll ask so@ about the releng branches. Jonathan