Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966102AbcJ1SxM convert rfc822-to-8bit (ORCPT ); Fri, 28 Oct 2016 14:53:12 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:39890 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964950AbcJ1SxK (ORCPT ); Fri, 28 Oct 2016 14:53:10 -0400 MIME-Version: 1.0 Message-ID: <6f385a6a-1f22-4be7-8005-28b714ca271a@default> Date: Fri, 28 Oct 2016 11:52:56 -0700 (PDT) From: Michal Necasek To: Cc: , , , , , Subject: Re: 4.8.2 not booting in 32-bit VM without I/O-APIC X-Mailer: Zimbra on Oracle Beehive Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Content-Disposition: inline X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1295 Lines: 32 Hi Thomas, Sorry if I wasn't clear. No, it doesn't work for us. The ff8560512b8d commit fixes the APIC poking on machines where there is no local APIC available (and thus fixes the committer's machine), but it doesn't work in our case, where there is a local APIC but no I/O APIC, no ACPI MADT, and no MP tables. In other words, for us boot_cpu_has(X86_FEATURE_APIC) is true but the APIC has not been set up yet because init_apic_mappings() hasn't been run. Regards, Michal ----- Original Message ----- From: tglx@linutronix.de To: michal.necasek@oracle.com Cc: linux-kernel@vger.kernel.org, prarit@redhat.com, ville.syrjala@linux.intel.com, michael.thayer@oracle.com, frank.mehnert@oracle.com, knut.osmundsen@oracle.com Sent: Friday, October 28, 2016 8:41:46 PM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna Subject: Re: 4.8.2 not booting in 32-bit VM without I/O-APIC On Fri, 28 Oct 2016, Michal Necasek wrote: > I suspect that either init_apic_mappings() needs to be called earlier or > the initial fix from commit 2a51fe08 needs to be done later. Linus tree has a fix for this: ff8560512b8d x86/boot/smp: Don't try to poke disabled/non-existent APIC It's on the way to stable as well. Can you try whether that works for you? Thanks, tglx