From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034043AbcJ1Skl (ORCPT ); Fri, 28 Oct 2016 14:40:41 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:48087 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S942525AbcJ1Skg (ORCPT ); Fri, 28 Oct 2016 14:40:36 -0400 Date: Fri, 28 Oct 2016 20:38:02 +0200 (CEST) From: Thomas Gleixner To: Michal Necasek 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 Subject: Re: 4.8.2 not booting in 32-bit VM without I/O-APIC In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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