From owner-svn-src-all@freebsd.org Tue May 23 12:44:25 2017 Return-Path: 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 4ACB9D79AC2; Tue, 23 May 2017 12:44:25 +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 2376F1E9D; Tue, 23 May 2017 12:44:24 +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 634857005E; Tue, 23 May 2017 08:43:47 -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=DFoPeyG9Pxp9 mDDGMSp8ux0mDlY=; b=wA5bMA+mQXT2jAkLLPH9hqr+5TE9pVYTVJSzUMKfpI6B 0Koh04dZq3iv//YG8sd5NYyare0fiNagJGi85+kA6GU5Eo1SkooCtePdA8eLS1mN 4cT7Wq984Pjvzv2nVTE47olIRnFqoOTkPxj5Y3WUeZOVxwkupOYFAOMF/8IuU+8= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 5CD697005D; Tue, 23 May 2017 08:43:47 -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 0F9017005C; Tue, 23 May 2017 08:43:45 -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> <6dc19869-1d5e-cd7d-9dca-64379c482f3f@FreeBSD.org> <20170510125721.GE3165@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: <7b33f65d-380a-bb0e-032f-d84253871536@FreeBSD.org> Date: Tue, 23 May 2017 07:43:43 -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: <20170510125721.GE3165@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 759EB9AE-3FB5-11E7-8FED-61520C78B957-46178211!pb-smtp2.pobox.com 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 " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 12:44:25 -0000 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. Eric