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 AE6D7C433EF for ; Tue, 1 Feb 2022 10:49:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236761AbiBAKtx (ORCPT ); Tue, 1 Feb 2022 05:49:53 -0500 Received: from angie.orcam.me.uk ([78.133.224.34]:44272 "EHLO angie.orcam.me.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229845AbiBAKtx (ORCPT ); Tue, 1 Feb 2022 05:49:53 -0500 Received: by angie.orcam.me.uk (Postfix, from userid 500) id 8F06692009C; Tue, 1 Feb 2022 11:49:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 87F0292009B; Tue, 1 Feb 2022 10:49:51 +0000 (GMT) Date: Tue, 1 Feb 2022 10:49:51 +0000 (GMT) From: "Maciej W. Rozycki" To: Bjorn Helgaas cc: Bjorn Helgaas , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , x86@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PING][PATCH v2 0/4] x86/PCI: Odd generic PIRQ router improvements In-Reply-To: <20220106232528.GA334563@bhelgaas> Message-ID: References: <20220106232528.GA334563@bhelgaas> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, 6 Jan 2022, Bjorn Helgaas wrote: > On Sun, Jan 02, 2022 at 11:24:19PM +0000, Maciej W. Rozycki wrote: > > > > Resending as this has gone into void. Also there is a context dependency > > with a change developed later possibly causing a merge conflict, so to > > make it easier to queue the incoming patches I have folded the follow-up > > change into this series, expanding it to 4 patches from the original 3 and > > mechanically regenerating according to upstream changes. I have updated > > the cover letter accordingly. > > I'm assuming the x86/IRQ folks will handle this, too. Ping for: . Series re-verified against 5.17-rc2. Thank you for your input, Bjorn! Maciej