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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1065C433DF for ; Fri, 21 Aug 2020 23:52:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B6FE207CD for ; Fri, 21 Aug 2020 23:52:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="xZsKT6+d"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="DVVyWJbp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726737AbgHUXwt (ORCPT ); Fri, 21 Aug 2020 19:52:49 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:59470 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726688AbgHUXwr (ORCPT ); Fri, 21 Aug 2020 19:52:47 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1598053964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+LZCecR158RlHm3Lfth6ASLtXm3kGC9vvr84iJ8MvX8=; b=xZsKT6+dHTeL/lPigJTJYxz10V5jp4mNkl4ys/Z1+RQa2aOyMCwJ0A9QGvZ+gtLEU2rlOt w9ZkLky8Zf8dQgL59I+NSKflohKRF4aEGsbOV7+0oXvtRe8KnhKhibYsAQsJJfgI7w2XNA zUMuX/W1n1W0geuTAbFGJ1K+Uyutpby/+hG50EyUJqr1aro5r5FdZfRhNZ2nxUDcS4X7g6 rfbaQW+/f9sSwjisuSHue5r3wlfGuZFDNHSPtxW6nY3x5d/ivg/fELnDG0tMatQXTlE+VT ORFQYAnqvWTDHElBmHM9mS70rdctzqqQlyWDMHZ9ZV9WoYiV4LNuT+UuNHaA2Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1598053964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+LZCecR158RlHm3Lfth6ASLtXm3kGC9vvr84iJ8MvX8=; b=DVVyWJbpQAVeIGWvbb0PJSl2YfWN/KZCi3QwxtKS4FEVVEGQqao4CMhOsFBZuiWK+UdRPN tXMkbWltoox6BoAw== To: Randy Dunlap , Adam Borowski Cc: Bjorn Helgaas , Ingo Molnar , Borislav Petkov , x86@kernel.org, linux-pci@vger.kernel.org, LKML , "Rafael J. Wysocki" , Len Brown Subject: Re: [PATCH] x86/pci: don't set acpi stuff if !CONFIG_ACPI In-Reply-To: <85e70752-8034-ab95-f6b4-018c7086edad@infradead.org> References: <20200820125320.9967-1-kilobyte@angband.pl> <87y2m7rc4a.fsf@nanos.tec.linutronix.de> <20200821203232.GA2187@angband.pl> <85e70752-8034-ab95-f6b4-018c7086edad@infradead.org> Date: Sat, 22 Aug 2020 01:52:44 +0200 Message-ID: <87mu2nr1yr.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Aug 21 2020 at 14:19, Randy Dunlap wrote: > On 8/21/20 1:32 PM, Adam Borowski wrote: >> If I understand Randy Dunlap correctly, he already sent a pair of patches >> that do what you want. I replied before reading Randy's reply. Old habit of reading stuff from top and not getting biased by other peoples replies before doing so. Is most of the time the correct approach, but sometimes it would be better to do it the other way round :) > I did, but I sent them to the Xen and PCI maintainers, > not the x86 maintainers, but I will happily resend this patch. > The Xen patch has already been applied whereas the patch > to intel_mid_pci.c is in limbo. :( > > Thomas, do you want me to send it to you/X86 people? > (with 2 Reviewed-by: additions) Sure, but usually Bjorn handles the x86/pci/ stuff. As I trust you, here is a blind Acked-by: Thomas Gleixner just in case. Thanks, tglx