From owner-svn-src-stable@freebsd.org Wed May 10 04:48:29 2017 Return-Path: Delivered-To: svn-src-stable@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 B2A1ED64BD8; Wed, 10 May 2017 04:48:29 +0000 (UTC) (envelope-from badger@FreeBSD.org) Received: from sasl.smtp.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) (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 8B065CA6; Wed, 10 May 2017 04:48:28 +0000 (UTC) (envelope-from badger@FreeBSD.org) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 6F05C792F6; Wed, 10 May 2017 00:48:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=v651Vwp/CI68 +TslRpupSTywUx0=; b=pVLKIHWiTAQIUxNNRTNTKRlBQXNp+vJrBrsenOBte30j nMYRAWdQb0K2TeUkDvoLv+qPlTiF2v9sSPZenX12SU6Yt0JJucYLcYe2RlkLNRxX E+aw6ikYcAEDV++P+/rCmxA9dUUphlxyvBBnbNrKyXglZMIfIeV4KmYu4IT2wX4= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 67346792F5; Wed, 10 May 2017 00:48:11 -0400 (EDT) Received: from [192.168.1.103] (unknown [24.7.205.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 9DC20771DC; Tue, 9 May 2017 22:14:25 -0400 (EDT) Subject: Re: svn commit: r317529 - in stable: 10/sys/sys 11/sys/sys To: Slawa Olhovchenkov References: <201704272228.v3RMSoIg000680@repo.freebsd.org> <20170509203244.GA3182@zxy.spb.ru> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org From: Eric Badger Message-ID: <6dc19869-1d5e-cd7d-9dca-64379c482f3f@FreeBSD.org> Date: Tue, 9 May 2017 21:14:20 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170509203244.GA3182@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 6514F1AA-3526-11E7-9A36-61520C78B957-46178211!pb-smtp2.pobox.com X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 04:48:29 -0000 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