Received: by 2002:a05:6a10:1a4d:0:0:0:0 with SMTP id nk13csp1233723pxb; Tue, 1 Feb 2022 23:23:53 -0800 (PST) X-Google-Smtp-Source: ABdhPJzRfrGKsi6+jmsP60W7gj9MYhjNyEK23+ks7kw2B+SMca4dd0x/+i8TDeWWTCgtrcTgnUmy X-Received: by 2002:a17:90b:380f:: with SMTP id mq15mr6777190pjb.66.1643786633546; Tue, 01 Feb 2022 23:23:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643786633; cv=none; d=google.com; s=arc-20160816; b=pKINk49Loh2EpZNkhsFzSAbOjs17VAQAydjbrWuFDlLLZOG/+Ja4arj4RXuwuOIVRC nzUNvSk2myPg309xCaDp6pi4NfN+2ohIWRCPmRnIzlptksRWOW6jrYLcl3edbO2qIa2X /+iy7lwg7xBXS+N/JultK3DKkw2k2xtX9r/mnAiYx48q81y7SpKgjh+fifff6poL2FaZ 6PHqYcAkQSzVtrLq8b6XETkK9yPtQ4MEauVtj0jCBGH5BN86xazIQm7qttTVlsUtWBoG vvDbl59maMMtNsQeB/AR8InRaHkO6WAMj2Xcho4Qa9LTMLP7YSSICG5zmzqaT+0ffAn9 9osA== 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=PBSzWo6jMhWQb1L4tp+P1GJVOOmoVs6x0hVv7LLyzPo=; b=vLzdMfsJwidxGowu07dee9jYD27hABhBhhvp9cYPUI5K+FXtUyjW9AsqPnAcOVRDMu 2RfMzUUfRZFcTIQ+2Ig5SNFbHun0cqcXxele4C61B9cIQg1oAz/BOVp7TO2icSjxtQn7 QrGMHnI+STT8dWZt0GYZvSp5iJt/Yp4+AQyYBtzMxzaBmNsXne+sP3LSsqi8Ma8cncQZ 6xThdWiRGHRIOhtIhAg6+gnUcQvo/7Y13Ai6QW7hK0pfaxrGwJ7uXQ6zEHaFj+XcLLJC 4cYX0Mr8qvTGDiYf7YcS2gIJRGdOkfqE3HIks+WCJFkbIzlFFq4Pn5n+FxBOTfpTH79P Oy/w== 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 b5si18435234pgq.568.2022.02.01.23.23.41; Tue, 01 Feb 2022 23:23:53 -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 S236818AbiBAKuw (ORCPT + 99 others); Tue, 1 Feb 2022 05:50:52 -0500 Received: from angie.orcam.me.uk ([78.133.224.34]:44326 "EHLO angie.orcam.me.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236805AbiBAKuv (ORCPT ); Tue, 1 Feb 2022 05:50:51 -0500 Received: by angie.orcam.me.uk (Postfix, from userid 500) id 23CAD92009C; Tue, 1 Feb 2022 11:50:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 2139F92009B; Tue, 1 Feb 2022 10:50:50 +0000 (GMT) Date: Tue, 1 Feb 2022 10:50:50 +0000 (GMT) From: "Maciej W. Rozycki" To: Nikolai Zhubr , Bjorn Helgaas , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" cc: Arnd Bergmann , Michal Necasek , x86@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PING][PATCH v3 0/4] x86/PCI: Improve $PIR and add $IRT PIRQ routing support In-Reply-To: Message-ID: References: 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, Maciej W. Rozycki wrote: > This is a new patch series made around a discrete patch submitted earlier > on that has gone nowhere, which is now 1/4. That change handles $PIR PIRQ > routing tables that lack router device information, fixing the inability > to route interrupts with a system using the SiS85C497 ISA bridge. It has > been minimally updated from v1 by including router device information > reported with the change description, and by adding Nikolai's Tested-by > annotation. Ping for: . Series re-verified against 5.17-rc2. Maciej