From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id F1EEB62134 for ; Wed, 13 Dec 2017 12:34:55 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id vBDCYoTj000828 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 13 Dec 2017 12:34:51 GMT Message-ID: <1513168490.19417.183.camel@linuxfoundation.org> From: Richard Purdie To: "Ashfield, Bruce" Date: Wed, 13 Dec 2017 12:34:50 +0000 X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Cc: "Lock, Joshua" , openembedded-core Subject: Fix for the APIC hangs in qemux86-64 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 12:34:56 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Hi Bruce, https://bugzilla.yoctoproject.org/show_bug.cgi?id=12301 We've root caused the hangs we're seeing in qemux86-64 on our autobuilder workers. We've identified a commit on 4.15-rc3 which fixes the issue but backporting it to the autobuilder's host kernels will be a pain. As a workaround I'd like to enable x2apic on qemux86-64. Since that works via MSRs it avoids the problem.  Would it be a big issue to set CONFIG_X86_X2APIC=y for qemux86-64? Cheers, Richard