Received: by 2002:a05:6a10:1a4d:0:0:0:0 with SMTP id nk13csp5453792pxb; Mon, 7 Feb 2022 02:18:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJyh/q4Do6T2l+5tB1tjMAU+/F43+AEy57x2x8VKAQa9hBEVbc1Cp2qjlqhDNuX82m1cTJqN X-Received: by 2002:a17:90a:b906:: with SMTP id p6mr3350088pjr.212.1644229107088; Mon, 07 Feb 2022 02:18:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1644229107; cv=none; d=google.com; s=arc-20160816; b=sglBwUniWBCUb1UzgZkCL5aeqwkKGKCK+81ozS5J6QyzEVSanMvgImCGOy0Doq+3ni Gp08YRMcHsEHs87COHPPF4eMIm3WkRUgFQLxEbDW0dYt4v7OT//pcYnI41XawaMqQM/X SRgOe0niH+7KwB0d/c6nMf71helF8LY9XjEwGDSfbxNTcm0fb9gU9PIG73EIAhzXE6Fv RyzfpDnq/TrTOsIrQ3ZIfRD2LrVOrJJEand1c2yWw5YE0CM1G7OKEAE3DmYmpmmY+0xK Ai3iyg/jszLtASyM5RAs6sH5GgZaibwVFHBn08+L9Bhf5qKnXr4+LUVw3Lx/nKTTgAx/ 3zBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=0vuBCyxzAVPNqALv1+jzSKKlhan7/G0l7iYCOUHLQuM=; b=nNRk+w1E8g9UJg8Euey3rMidlaDU1vUZ4bQjJLp7SlxkBuwjOOGIUxzkVlSg3PNYdv kYcsZ6sEIXqOnUv5lBimSwWRGLdJCYQfmUDMXolfEQpQrnPo0Oks7WqCZKYFNJVoaTHu QQAu6kxcJ+JCRTl7R0xrt18dQd0GfqBky2sApkdIP0IhOMmFUYczQdEaxlF9JuJ8bvYv KJzz6NqTBBV+PpgbTUEhKXbGXMzYZOv89nG4S2KKHpmeAgngzn+PNaYZrgErpKqOSaB7 kNgk5l8hcvfmB1pZg6nSmzT3jvfm1QnrAtKnMVBs5+8LBAzkuUIbQtax5WJJ11eUrUAz nDGw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id q6si10934857plh.410.2022.02.07.02.18.14; Mon, 07 Feb 2022 02:18:26 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236786AbiBAKty (ORCPT + 99 others); Tue, 1 Feb 2022 05:49:54 -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-kernel@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