Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1016847ybi; Fri, 21 Jun 2019 12:10:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqzCmzYvz8HsaFKSNo7UMUSBJ0HQTfOXqxQyM7rL2jhBAf95AQI4cRVZ1+KC/ZIFBD+7iNGY X-Received: by 2002:a17:90a:a397:: with SMTP id x23mr8842552pjp.118.1561144238835; Fri, 21 Jun 2019 12:10:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561144238; cv=none; d=google.com; s=arc-20160816; b=vOrr+TQD98/oUkX7UKppTvqeMNyuEkfLGN0/TKOkPzSgaBGHRdAB63MgY1u1kAqWc0 k1A/hhZZyTdMz9hszkKLnlkjNohFrC6iat4TSg4Ordz8EKwxMOM15cQu2ndz7dK6js5p jcOrG0Kjhx0PVX+H+WCUyZirz85hczHoMmiwgAU57aByYnAemK/xRlBxiNwIdw8honZg xcvMJT25l65SfOduO7y4rhA2qGox8P/jT9KFQmAsqWoRaGknZvConv3iy5YtsMqI+xvI xdTaS05q5iCTxzaCoO+kRDTiDP9ZqT/dn1CUyPBpu/MUH5Hnt9DS61cQDdx/UeLj4kXk CpTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=QRspoI24ahENyEshHjmhpiTn7EhwnO72EhClGHk7V8A=; b=rJgh0HDUy4oGuFYKtrvbpgt77Qbk+MBF8fJ/I4RWvIrKcbwwMNiQrYlbFEonLYJfGs C0nT1WneBAJVcePgoJPwQ5qE9R09nMdBew7JB4lJOXU+eDmzwSf8T8yWB6Chn59h33+g HZge6NgrkaIB21A//2AbsmkiTJeZhtuidfccLfAA/w8UdQsPEpdJCIZnawfYpdOZaywE igJESJAMwqVUk07OgDMkxBnbkrF/INHgIWAUiUVmwRKjfym63DqPR4UVU0yZ58Pp9KLt 7Sgx3Sqg7X3lbRxXzWhyqfQrOAMJKs9g4Ye0GrqAZlLR21Gpa1B44zdTWK4WAod/f/TS w25Q== 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 g129si3689276pfb.1.2019.06.21.12.10.22; Fri, 21 Jun 2019 12:10:38 -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 S1726393AbfFUTJA (ORCPT + 99 others); Fri, 21 Jun 2019 15:09:00 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:56833 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725947AbfFUTJA (ORCPT ); Fri, 21 Jun 2019 15:09:00 -0400 Received: from p5b06daab.dip0.t-ipconnect.de ([91.6.218.171] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1heOu6-0005FG-3C; Fri, 21 Jun 2019 21:08:54 +0200 Date: Fri, 21 Jun 2019 21:08:53 +0200 (CEST) From: Thomas Gleixner To: kernel test robot cc: LKML , Ingo Molnar , "H. Peter Anvin" , tipbuild@zytor.com, lkp@01.org Subject: Re: [x86/hotplug] e1056a25da: WARNING:at_arch/x86/kernel/apic/apic.c:#setup_local_APIC In-Reply-To: <20190620021856.GP7221@shao2-debian> Message-ID: References: <20190620021856.GP7221@shao2-debian> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 20 Jun 2019, kernel test robot wrote: > FYI, we noticed the following commit (built with gcc-7): > > commit: e1056a25daa6460c95e92d7d6853d05ad62458f7 ("x86/hotplug: Silence APIC and NMI when CPU is dead") > https://git.kernel.org/cgit/linux/kernel/git/tip/tip.git WIP.x86/ipi > > in testcase: locktorture > with following parameters: > > runtime: 300s > test: cpuhotplug > > test-description: This torture test consists of creating a number of kernel threads which acquire the lock and hold it for specific amount of time, thus simulating different critical region behaviors. > test-url: https://www.kernel.org/doc/Documentation/locking/locktorture.txt > > > on test machine: qemu-system-x86_64 -enable-kvm -cpu SandyBridge -smp 2 -m 2G I cannot reproduce that issue. What's the underlying hardware machine? Thanks, tglx