Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp15919pxv; Thu, 8 Jul 2021 13:50:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJycEnkuMYKKucc9RlS4ZeYn7ihLMK5He1SGR9VAMOFmuwoSRzliHCoJmYE4YvATRlbk4YoI X-Received: by 2002:a17:906:5d05:: with SMTP id g5mr31603023ejt.201.1625777437865; Thu, 08 Jul 2021 13:50:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625777437; cv=none; d=google.com; s=arc-20160816; b=gavTuThThkrmN29DTXnWfpp963iWqNPTshrqg9ykokH9CT7teNkpStUzipBlfpeo1D rvJglbBtDepV7y7UFkxHVQ9mzIIk22FQ8f/0f1Sb3DwdYo+w55BB+6iuedVqYtniSD81 mO6vVnwcOu/ye6giimSpZEDxhx9Wf3uaZwWCc0Py18ztymlGmifKePR9jm91kjqnC/vs zfUoLazUwYG6eFUI1KTJSx0H4xnPic/0rQbv4mnrm0LnL0fipSRfzufJuAR2qn1isple TiatOTyvY+QwBYIOu/USCLJSJl68RjTxRZJOdBCfyG/Po5M54T79s5r+7tsNgdKjRckN HtCA== 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=3+9wIcGE9gvFx8Ur9NpRBKWX32/9Xqo31OKSUzLHI1I=; b=hMBIJBAXRt/cIso/IMDr10hgdIEw6JtYF/02Pmwe0aI2pmD3+H0Vz0U79BprL+Twgn LN7shhABULCCduEw2/R7PCFeOGocal7YJElvTDD7uWXSxphb7aZvIS1omBdN7uyDeHIQ MDDqzzdYPr2ItM5kHM0vvl9zwq8nLocJBojiuYsIHN9t7qABb1Q3Sd7/f3rMk/WltFi5 4e39VoH9eemRYk3BVqXmgxLHz0u2+2h+uZnvN7mj2qPtLc4PKkVu58zq69K/FzQ7T43A QPh6Tg+rzsnm7alUeXxWxnGClj56yhDF9LQpvYE0D7ItDXylRHhiftsDShdR8xyh4em4 Iy0g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p25si2605845ejb.86.2021.07.08.13.50.10; Thu, 08 Jul 2021 13:50:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230462AbhGHUv4 (ORCPT + 99 others); Thu, 8 Jul 2021 16:51:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230238AbhGHUvy (ORCPT ); Thu, 8 Jul 2021 16:51:54 -0400 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 73072C061574; Thu, 8 Jul 2021 13:49:12 -0700 (PDT) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 35E9192009C; Thu, 8 Jul 2021 22:49:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 26E2A92009B; Thu, 8 Jul 2021 22:49:11 +0200 (CEST) Date: Thu, 8 Jul 2021 22:49:11 +0200 (CEST) From: "Maciej W. Rozycki" To: Nikolai Zhubr , Bjorn Helgaas , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" cc: Arnd Bergmann , x86@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC 0/2] x86/PCI: SiS PIRQ router updates 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, 24 Jun 2021, Maciej W. Rozycki wrote: > Posted as an RFC at this stage as it still has to be verified. So this has passed verification as it is, although with an extra change, not directly related. Shall I repost the series unchanged with the "RFC" annotation removed then, or can it go in as posted? Maciej