Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933520AbeALNLu (ORCPT + 1 other); Fri, 12 Jan 2018 08:11:50 -0500 Received: from mail-wr0-f178.google.com ([209.85.128.178]:34154 "EHLO mail-wr0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932797AbeALNLs (ORCPT ); Fri, 12 Jan 2018 08:11:48 -0500 X-Google-Smtp-Source: ACJfBouHhjdVqQOzUJdmbjEjpRZy4ZBFlfQrUS/7a44qHLrpGXyxthE+EV2EQZVboUnP3uOAfjfrpg== Date: Fri, 12 Jan 2018 14:11:44 +0100 From: Ingo Molnar To: Mike Galbraith Cc: Juergen Gross , LKML , Thomas Gleixner , Peter Zijlstra , Borislav Petkov Subject: Re: [x86-tip] RSDP changes converted i4790 box SMP -> UP Message-ID: <20180112131144.bkopj2ooslwdyvoz@gmail.com> References: <1515675936.7350.15.camel@suse.de> <20180111133723.d7x3sekanz5jhut2@gmail.com> <1515682631.16805.3.camel@suse.de> <20180111150331.7zzkd7awdxele54b@gmail.com> <20180111151044.GC6176@hirez.programming.kicks-ass.net> <1515694412.7054.10.camel@suse.de> <1515731128.10188.32.camel@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1515731128.10188.32.camel@suse.de> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: * Mike Galbraith wrote: > Hi Juergen, > > Yesterday I wanted to test the RETPOLINE stuff in tip and tip-rt, but > discovered instead that my box had turned into a complete slug, not due > to incredible RETPOLINE overhead, rather because box had forgotten that > it had more than one CPU. ?I was going to leave it for the weekend, but > firing up gitk over morning java, I noticed the commits below, and sure > enough, that's what broke my box. ?Given other people's boxen work, > seems likely that the authors of the AMI BIOS in this box were a bit > more creative than usual. > > commit 9ede5d5e672586e016eadd5c0aedb6f12e660029 (HEAD -> x86-tip) > Author: Mike Galbraith > Date: Fri Jan 12 04:17:52 2018 +0100 > > Revert "x86/boot: Add the ACPI RSDP address to struct setup_header::acpi_rdsp_addr" > > This reverts commit 2f74cbf947f45fa082dda8eac1a1f1299a372f49. > > commit 0d0b6a9a0d452eaf635580fce8319d49be8b45ed > Author: Mike Galbraith > Date: Fri Jan 12 04:17:30 2018 +0100 > > Revert "x86/acpi: Take the RSDP address for boot parameters if available" > > This reverts commit 0c89cf36424f7c1177de8a5712514d7cc2eb369f. > Ok, I've excluded tip:x86/boot from tip:master for the time being - these commits are not v4.16 ready apparently. Thanks, Ingo