Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750996AbdL3PDN (ORCPT ); Sat, 30 Dec 2017 10:03:13 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:35089 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750936AbdL3PDM (ORCPT ); Sat, 30 Dec 2017 10:03:12 -0500 Date: Sat, 30 Dec 2017 16:03:07 +0100 (CET) From: Thomas Gleixner To: Dominik Brodowski cc: luto@kernel.org, dave.hansen@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: x86/pti: smp_processor_id() called while preemptible in resume-from-sleep In-Reply-To: <20171230132927.GA2731@light.dominikbrodowski.net> Message-ID: References: <20171230132927.GA2731@light.dominikbrodowski.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 989 Lines: 28 On Sat, 30 Dec 2017, Dominik Brodowski wrote: > Dear all, > > resume-from-sleep (mem/S3) on v4.15-rc5-149-g5aa90a845892 triggers the > following bug. If I boot with "pti=off", the kernel does not show this > issue, and neither did kernels before pti was merged: > > [ 39.951703] ACPI: Low-level resume complete > [ 39.951832] ACPI: EC: EC started > [ 39.951840] PM: Restoring platform NVS memory > [ 39.954648] Enabling non-boot CPUs ... > [ 39.954792] x86: Booting SMP configuration: > [ 39.954800] smpboot: Booting Node 0 Processor 1 APIC 0x2 > [ 39.954834] BUG: using smp_processor_id() in preemptible [00000000] code: sh/465 > [ 39.954841] caller is native_cpu_up+0x2f0/0xa30 I can't reproduce at the moment and I can't find a possible reason for this by code inspection. Can you please provide your .config file and perhaps decode the two offending call sites with scripts/faddr2line vmlinux native_cpu_up+0x2f0/0xa30 native_cpu_up+0x447/0xa30 Thanks, tglx