From owner-svn-src-all@freebsd.org  Tue May  9 20:32:53 2017
Return-Path: <owner-svn-src-all@freebsd.org>
Delivered-To: svn-src-all@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 B8851D6547E;
 Tue,  9 May 2017 20:32:53 +0000 (UTC) (envelope-from slw@zxy.spb.ru)
Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7983F1D8F;
 Tue,  9 May 2017 20:32:53 +0000 (UTC) (envelope-from slw@zxy.spb.ru)
Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD))
 (envelope-from <slw@zxy.spb.ru>)
 id 1d8BoK-000O1o-Gn; Tue, 09 May 2017 23:32:44 +0300
Date: Tue, 9 May 2017 23:32:44 +0300
From: Slawa Olhovchenkov <slw@zxy.spb.ru>
To: Eric Badger <badger@FreeBSD.org>
Cc: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject: Re: svn commit: r317529 - in stable: 10/sys/sys 11/sys/sys
Message-ID: <20170509203244.GA3182@zxy.spb.ru>
References: <201704272228.v3RMSoIg000680@repo.freebsd.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <201704272228.v3RMSoIg000680@repo.freebsd.org>
User-Agent: Mutt/1.5.24 (2015-08-30)
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: slw@zxy.spb.ru
X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false
X-BeenThere: svn-src-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all/>
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 09 May 2017 20:32:53 -0000

On Thu, Apr 27, 2017 at 10:28:50PM +0000, Eric Badger wrote:

> Author: badger
> Date: Thu Apr 27 22:28:49 2017
> New Revision: 317529
> URL: https://svnweb.freebsd.org/changeset/base/317529
> 
> Log:
>   Move td_sigqueue to the end of struct thread
>   
>   In order to preserve KBI in stable branches, replace the existing
>   td_sigqueue slot with padding and move the expanded (as of r315949)
>   td_sigqueue to the end of the struct.
>   
>   Reported by:	jhb
>   Suggested by:	kib
>   Reviewed by:	jhb, kib, vangyzen
>   Sponsored by:	Dell EMC
>   Differential Revision:	https://reviews.freebsd.org/D10515
> 
> Modified:
>   stable/10/sys/sys/proc.h

Is this resolve only crash related to nvidia-driver?
Like virtualbox related crash still occur.