From owner-svn-src-stable-10@freebsd.org Tue May 30 13:35:56 2017 Return-Path: Delivered-To: svn-src-stable-10@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 A3966B7D1A8; Tue, 30 May 2017 13:35:56 +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 643E61CE8; Tue, 30 May 2017 13:35:56 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1dFhJL-000NxN-N6; Tue, 30 May 2017 16:35:47 +0300 Date: Tue, 30 May 2017 16:35:47 +0300 From: Slawa Olhovchenkov To: Eric Badger Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r317529 - in stable: 10/sys/sys 11/sys/sys Message-ID: <20170530133547.GB3182@zxy.spb.ru> References: <201704272228.v3RMSoIg000680@repo.freebsd.org> <20170509203244.GA3182@zxy.spb.ru> <6dc19869-1d5e-cd7d-9dca-64379c482f3f@FreeBSD.org> <20170510125721.GE3165@zxy.spb.ru> <7b33f65d-380a-bb0e-032f-d84253871536@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7b33f65d-380a-bb0e-032f-d84253871536@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: 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-stable-10@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 13:35:56 -0000 On Tue, May 23, 2017 at 07:43:43AM -0500, Eric Badger wrote: > On 05/10/2017 07:57 AM, Slawa Olhovchenkov wrote: > > On Tue, May 09, 2017 at 09:14:20PM -0500, Eric Badger wrote: > > > >> On 05/09/2017 03:32 PM, Slawa Olhovchenkov wrote: > >>> 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. > >>> > >> > >> Yes, this was intended to address nvidia driver crashes. Is the virtual > >> box problem the same as the one described here? > >> > >> https://lists.freebsd.org/pipermail/freebsd-stable/2017-March/087028.html > > > > I am use GENERIC and GENERIC kernel just reboot, w/o create crush > > dump. > > I mean need to add DDB and KDB to kernel config? > > > > This should be fixed as of r318743. Work for me, 10x!