From owner-svn-src-stable-11@freebsd.org Wed Oct 25 08:13:42 2017 Return-Path: Delivered-To: svn-src-stable-11@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 0E7A1E427B2; Wed, 25 Oct 2017 08:13:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC92728C4; Wed, 25 Oct 2017 08:13:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from dhcp-10-248-123-243.eduroam.wireless.private.cam.ac.uk (global-5-144.nat-2.net.cam.ac.uk [131.111.5.144]) by mail.baldwin.cx (Postfix) with ESMTPSA id 0FE3A10A7DB; Wed, 25 Oct 2017 04:13:33 -0400 (EDT) Subject: Re: svn commit: r324932 - in stable/11: lib/libprocstat sys/kern sys/sys usr.bin/gcore usr.bin/procstat To: Bryan Drewery , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org References: <201710231825.v9NIPLlE090194@repo.freebsd.org> From: John Baldwin Message-ID: <91d26f70-8189-a090-45c4-5a532575867a@FreeBSD.org> Date: Wed, 25 Oct 2017 09:13:32 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <201710231825.v9NIPLlE090194@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Wed, 25 Oct 2017 04:13:34 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 08:13:42 -0000 On 10/23/17 7:25 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Mon Oct 23 18:25:21 2017 > New Revision: 324932 > URL: https://svnweb.freebsd.org/changeset/base/324932 > > Log: > MFC r316286: > > Add support for capturing 'struct ptrace_lwpinfo' for signals resulting in a > process dumping core in the corefile. > > Direct stable changed: Padding added to struct thread and td_si added to end > with explicit bzeroing when forking/initializing a thread to preserve KBI. Please merge r320481 as it was a followup fix to this change in HEAD. -- John Baldwin