From owner-freebsd-net@freebsd.org Sat Jul 22 22:35:21 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E4B4DAEF31 for ; Sat, 22 Jul 2017 22:35:21 +0000 (UTC) (envelope-from fenyo@virt.fenyo.net) Received: from virt.fenyo.net (unknown [IPv6:2a01:e35:8aae:bc60:222:15ff:fe3b:59a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fbsd", Issuer "fbsd" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F172C67C40 for ; Sat, 22 Jul 2017 22:35:20 +0000 (UTC) (envelope-from fenyo@virt.fenyo.net) Received: from virt.fenyo.net (localhost [127.0.0.1]) by virt.fenyo.net (8.15.2/8.15.2) with ESMTPS id v6MMZHSv052950 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 23 Jul 2017 00:35:17 +0200 (CEST) (envelope-from fenyo@virt.fenyo.net) Received: (from fenyo@localhost) by virt.fenyo.net (8.15.2/8.15.2/Submit) id v6MMZHED052949; Sun, 23 Jul 2017 00:35:17 +0200 (CEST) (envelope-from fenyo) Date: Sun, 23 Jul 2017 00:35:17 +0200 From: Alexandre Fenyo To: freebsd-net@freebsd.org Subject: mbuf clusters leak in netinet6 Message-ID: <20170722223517.GA44772@virt.fenyo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2017 22:35:21 -0000 The pull request has been merged on GitHub. For information, I've submitted this kernel module to the ports tree in this request: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219622 I'm currently testing the port with poudriere. I will soon make some minor updates due to new warnings (-Waddress-of-packed-member) that appeared with the change from clang 3.8.0 to clang 4.0.0 that occurred between FreeBSD 11.0 and 11.1-RC3. Thanks for these bug reports and patches. Sincerely, Alexandre Fenyo