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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 985CEC63798 for ; Fri, 27 Nov 2020 00:12:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 44A0622201 for ; Fri, 27 Nov 2020 00:12:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="cLkIliaU"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="YA/u1/kV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404049AbgK0AMO (ORCPT ); Thu, 26 Nov 2020 19:12:14 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:59668 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392049AbgK0AMO (ORCPT ); Thu, 26 Nov 2020 19:12:14 -0500 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1606435932; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MA5VUTRQqVug2OypRf6jMK+Dq0EZLfXoQgeogMBHwdg=; b=cLkIliaUvl7GY7AXC8yFW48gpOuSXVgQLx0PrtEiiRO9IwgchC5nyPG/KPfRGwUDppzVhz pQfXJ/nNj8i66aBl2amz/OC3OFXqxgf8mKaf9kHnv9uhNgbiyTWGzxON2nQlNGM1J3vWpb VM3zJsYdpDLiQ2TSr1nO1PUWvi7+wzm2oR6vmizx8vLzZD+AYZpJ6MA0KYA8JJrOIibLdh aUiJrY4347ScRTqJwCkCI9k4lmG8i7Cs1Frzd8ylMFIeQO/SQ8Q8GpDojMiqMcoUuYRPrB HQB0th7xoiTQo9v9+FTAXRknbUtMQNxhxgivXTCVgGxjNYky96XSzbXBvxfnsg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1606435932; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MA5VUTRQqVug2OypRf6jMK+Dq0EZLfXoQgeogMBHwdg=; b=YA/u1/kVJBnhihmj+F0tijBnZeqpB5nJx5lqzqqIKVMWbfekXLABoF9ZQzfi0UOOp1uq71 WOVV72ekux3zX5Dw== To: =?utf-8?Q?Lauren=C8=9Biu?= Nicola Cc: mingo@redhat.com, bp@alien8.de, x86@kernel.org, trivial@kernel.org, LKML Subject: Re: [PATCH] x86/irq: Lower unhandled irq error severity In-Reply-To: <20201126074734.12664-1-lnicola@dend.ro> References: <20201126074734.12664-1-lnicola@dend.ro> Date: Fri, 27 Nov 2020 01:12:12 +0100 Message-ID: <875z5rk68z.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 26 2020 at 09:47, Lauren=C8=9Biu Nicola wrote: > These messages are described as warnings in the MSI code. Where and what has MSI to do with these messages? > Spotted because they break quiet boot on a Ryzen 5000 CPU. They don't break the boot. The machine boots fine, but having interrupts raised on a vector which is unused is really bad. Can you please provide the actual message from dmesg? Thanks, tglx