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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B6CEC4167B for ; Tue, 31 Oct 2023 12:19:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344215AbjJaMTD (ORCPT ); Tue, 31 Oct 2023 08:19:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344228AbjJaMTA (ORCPT ); Tue, 31 Oct 2023 08:19:00 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47F30DB for ; Tue, 31 Oct 2023 05:18:57 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6625AC433C8; Tue, 31 Oct 2023 12:18:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698754736; bh=7OOS9qkcluavkTKnbWW/XeVuIPRwBkxj/gK/y1hH3Ss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=x1gE+WGN2dYT17H9UJAxQt4droggylH86mfGSA1pfAXdWeUcVz8IfvJDEXEwFxn99 tKqQpqiO6z+tCfwNPcFBy1HIFz5PxVzGaDtjkxX2rkzZONu+5fddU7oubaFjfPspYl uFIWBY13CvaGYqqkrL1cTkCrE7f0e6KckWJpb+6c= Date: Tue, 31 Oct 2023 13:18:53 +0100 From: Greg KH To: Thomas Gleixner Cc: dlazar@gmail.com, hdegoede@redhat.com, mario.limonciello@amd.com, stable@vger.kernel.org Subject: Re: [PATCH 5.15.y] x86/i8259: Skip probing when ACPI/MADT advertises PCAT Message-ID: <2023103145-abacus-shorten-3092@gregkh> References: <2023102936-encounter-impatient-894d@gregkh> <87il6pyt9w.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87il6pyt9w.ffs@tglx> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Oct 29, 2023 at 11:10:19PM +0100, Thomas Gleixner wrote: > > commit 128b0c9781c9f2651bea163cb85e52a6c7be0f9e upstream. > > David and a few others reported that on certain newer systems some legacy > interrupts fail to work correctly. All now queued up, thanks. greg k-h