From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36BC8C388F7 for ; Tue, 10 Nov 2020 15:54:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B19932076E for ; Tue, 10 Nov 2020 15:54:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="1JEbC31S"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="c+YlZ+v9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730979AbgKJPyd (ORCPT ); Tue, 10 Nov 2020 10:54:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726721AbgKJPyd (ORCPT ); Tue, 10 Nov 2020 10:54:33 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF0FAC0613CF for ; Tue, 10 Nov 2020 07:54:32 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1605023671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+j2J0q4f7pGXHuaYvQJsN9zzvfyTS5aD7HaP1XEVR9s=; b=1JEbC31S+z+VlopTohizfUQ/nPmRKdJRVU24caP9181aXRDCMEpr8q4p4fuZXNWIQTxiwz 3W+c85GyqyGUQ/YT1m7GjAVcdE3SV9gKxN1W6cSwtf6nQIjpuWYe2AeHRgLrhgg8WRG0kl 5UV1aLNGI0/1Jr25RS6yOq+BNvfhIVdOIWSh4rwjBqqPFF3TGlsXclI4hKOxGL6k3wB14x HSzvkHjTxw2tL3D0atJrlImkjOv4tMR1afH1KecMZWqIuf3rSXbLVjmxp7EKmXCKTmSF+T SmR2LBSbyIZIHj94H0twGD5Nehyvfz3b04rqyrU3w1siDnSprOCVEMK/RndyJQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1605023671; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+j2J0q4f7pGXHuaYvQJsN9zzvfyTS5aD7HaP1XEVR9s=; b=c+YlZ+v9EdMhdyKW9Dg5ddkNst4Mdc4NXVqGesKRXGq2VuGkP6LfgKndCHOIvq5KSeZX89 KGs7LOt+j4MyeCDQ== To: Tom Lendacky , Borislav Petkov Cc: linux-kernel@vger.kernel.org, David Woodhouse , x86 , Qian Cai Subject: Re: [tip: x86/apic] x86/io_apic: Cleanup trigger/polarity helpers In-Reply-To: <9a003c2f-f59a-43ab-bbd5-861b14436d29@amd.com> References: <20201024213535.443185-20-dwmw2@infradead.org> <160397373817.397.3191135882528008704.tip-bot2@tip-bot2> <20201110061046.GA7290@nazgul.tnic> <87d00lgu13.fsf@nanos.tec.linutronix.de> <9a003c2f-f59a-43ab-bbd5-861b14436d29@amd.com> Date: Tue, 10 Nov 2020 16:54:30 +0100 Message-ID: <87a6vpgqbt.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 10 2020 at 08:55, Tom Lendacky wrote: > On 11/10/20 8:34 AM, Thomas Gleixner wrote: > I was about to send the dmesg output when I saw this. A quick test with > this change resolves the boot issue, thanks! /me feels stupid > I'm still seeing the warning at arch/x86/kernel/apic/apic.c:2527, but I'll > start a separate thread on that. Can you please provide the backtrace? Thanks, tglx