From owner-freebsd-stable@freebsd.org Thu Sep 1 11:27:26 2016 Return-Path: Delivered-To: freebsd-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 E5061BCB2A6 for ; Thu, 1 Sep 2016 11:27:26 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D38C0EFF for ; Thu, 1 Sep 2016 11:27:26 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: by mailman.ysv.freebsd.org (Postfix) id D2E2DBCB2A5; Thu, 1 Sep 2016 11:27:26 +0000 (UTC) Delivered-To: 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 D28AFBCB2A4 for ; Thu, 1 Sep 2016 11:27:26 +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 95F5BEFD for ; Thu, 1 Sep 2016 11:27:26 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1bfQ9U-0004KT-Bn; Thu, 01 Sep 2016 14:27:24 +0300 Date: Thu, 1 Sep 2016 14:27:24 +0300 From: Slawa Olhovchenkov To: Konstantin Belousov Cc: stable@freebsd.org Subject: Re: X2APIC support Message-ID: <20160901112724.GX88122@zxy.spb.ru> References: <20151212130615.GE70867@zxy.spb.ru> <20151212133513.GL82577@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151212133513.GL82577@kib.kiev.ua> 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: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 11:27:27 -0000 On Sat, Dec 12, 2015 at 03:35:13PM +0200, Konstantin Belousov wrote: > On Sat, Dec 12, 2015 at 04:06:15PM +0300, Slawa Olhovchenkov wrote: > > Does STABLE support X2APIC? > > I see X2APIC related commits in CURRENT, what is status for STABLE? > > I am try to enable X2APIC support on X10DRi and see kernel trap on > > boot. > > x2APIC is only supported in HEAD. The code to parse processor x2APIC > structures in MADT was committed, but AFAIK never tested on real hardware. > > There are no plans to merge this to stable/10. I am try now on real hardware and got kernel fault at boot when set in BIOS X2APIC_OPT_OUT Flag to [Enable]. https://s9.postimg.org/6mt8bu21b/fault2.jpg 0xffffffff80537e74 is /usr/src/sys/kern/subr_smp.c:959 Boot success if X2APIC_OPT_OUT Flag set to [Disable] Supermicro X10DRi, dual E5-2650v4 PS: addr2line don't support debug symbol location at /usr/lib/debug