Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp3242179ybe; Sun, 8 Sep 2019 09:58:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqzmM//BrGq82Iygz/01dNTX+zQM9Bdy49XWqb3HauADhFmceZuiCk7R8umPMZ81LxmjWj0p X-Received: by 2002:a50:f708:: with SMTP id g8mr20068936edn.128.1567961913833; Sun, 08 Sep 2019 09:58:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567961913; cv=none; d=google.com; s=arc-20160816; b=nVTrb54S8WxehnUzkHnSIhoK5juo6i3xQE9kSwT2o/txvw8nPuG3r/gkh9TI5THU7e xD9ag4zfVrdNAO7zyZDuybII1pMzkI84z5gnHgKVKyrqJVXUAT0Sz8eLfQGN2ZukOKGG 1oprU30LCI8h03Cy7G8YSeEm5YtbscNYVtToXM6C7h4FJNQ3CFHUVsxQFPQbcE/AyB4z XmYvwCHpOFv4D+H2McNwaDd58lChhEVF38gTpYCAWY8h6QXYm886+2//X1nxLKV3z/Vb 90e+53qS2iA4I+2zPco/2q/YleXW5EhnD7wIc/aqFiHiaDpnp9CgfR3N573I2E7u/Q2e dtGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version; bh=yONB5K22dEJucBMSbCM+5sXErUIq9MOD8DMoGkWL7YY=; b=ri7G4JotKRaTynEuCY9Y8CqLtEeMgWxy7sSXoL5FU3K1QTutqiK248IrCRMycVqOZ4 75ylPMs8q0lzbsHbTiW8BhWkGtnPm4FzBN73qwmg40POadU9GMMJp30WfHipjtz+3YT1 8u23nS1LnbMRYUrrbQ2SSg85RK+4hAOOPy8jEigHdmaPor1Szg0zYOIiyYgk7xGAD88f agkkM7SiVBMZNiV9W7hGSrnaWbzfgPmy8/RvHM9fVW0Wj1ghKyAU/xz/s0BDX3RKdUzB uur8UxDHEuGKv/aRGA5lCtnjaM8xGnDSBrm44jbEgyNYCHK1HocYKQv6g3DAYzjJo+aY g5xQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s7si7305636edm.74.2019.09.08.09.58.10; Sun, 08 Sep 2019 09:58:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730607AbfIGKK0 convert rfc822-to-8bit (ORCPT + 99 others); Sat, 7 Sep 2019 06:10:26 -0400 Received: from mail.fireflyinternet.com ([109.228.58.192]:52527 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726012AbfIGKK0 (ORCPT ); Sat, 7 Sep 2019 06:10:26 -0400 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 18407577-1500050 for multiple; Sat, 07 Sep 2019 11:10:07 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Linus Torvalds , Linux List Kernel Mailing From: Chris Wilson In-Reply-To: Cc: Bandan Das , Thomas Gleixner References: Message-ID: <156785100521.13300.14461504732265570003@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: Linux 5.3-rc7 Date: Sat, 07 Sep 2019 11:10:05 +0100 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Linus Torvalds (2019-09-02 18:28:26) > Bandan Das: > x86/apic: Include the LDR when clearing out APIC registers Apologies if this is known already, I'm way behind on email. I've bisected [ 18.693846] smpboot: CPU 0 is now offline [ 19.707737] smpboot: Booting Node 0 Processor 0 APIC 0x0 [ 29.707602] smpboot: do_boot_cpu failed(-1) to wakeup CPU#0 https://intel-gfx-ci.01.org/tree/drm-tip/igt@perf_pmu@cpu-hotplug.html to 558682b52919. (Reverts cleanly and fixes the problem.) I'm guessing that this is also behind the suspend failures, missing /dev/cpu/0/msr, and random perf_event_open() failures we have observed in our CI since -rc7 across all generations of Intel cpus. -Chris