From owner-svn-src-head@freebsd.org Sat Mar 31 09:35:40 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDD3FF728D2; Sat, 31 Mar 2018 09:35:40 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 507887AE91; Sat, 31 Mar 2018 09:35:40 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id w2V9Zdqb012493; Sat, 31 Mar 2018 11:35:39 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 1782BF74; Sat, 31 Mar 2018 11:35:39 +0200 (CEST) Message-ID: <5ABF566A.2050907@omnilan.de> Date: Sat, 31 Mar 2018 11:35:38 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: src-committers@freebsd.org CC: svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r317567 - head/sys/x86/x86 References: <201704281825.v3SIPAnU089576@repo.freebsd.org> In-Reply-To: <201704281825.v3SIPAnU089576@repo.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: ACL 130 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Sat, 31 Mar 2018 11:35:39 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2018 09:35:41 -0000 Bezüglich Conrad Meyer's Nachricht vom 28.04.2017 20:25 (localtime): > Author: cem > Date: Fri Apr 28 18:25:10 2017 > New Revision: 317567 > URL: https://svnweb.freebsd.org/changeset/base/317567 > > Log: > x86 MCA: Fix a deadlock in MCA exception processing > > In exceptional circumstances, an MCA exception will trigger when the > freelist is exhausted. In such a case, no error will be logged on the list > and 'mca_count' will not be incremented. > > Prior to this patch, all CPUs that received the exception would spin > forever. > > With this change, the CPU that detects the error but finds the freelist > empty will proceed to panic the machine, ending the deadlock. > > A follow-up to r260457. > > Reported by: Ryan Libby > Reviewed by: jhb@ > Sponsored by: Dell EMC Isilon > Differential Revision: https://reviews.freebsd.org/D10536 > > Modified: > head/sys/x86/x86/mca.c Does anybody want to MFC this one before 11.2? Thanks, -harry