From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754575AbcFPO5E (ORCPT ); Thu, 16 Jun 2016 10:57:04 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36506 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753866AbcFPO5B (ORCPT ); Thu, 16 Jun 2016 10:57:01 -0400 MIME-Version: 1.0 In-Reply-To: References: <1466028904-28328-1-git-send-email-pjones@redhat.com> From: "Rafael J. Wysocki" Date: Thu, 16 Jun 2016 16:56:57 +0200 X-Google-Sender-Auth: va-tkIFKowcO0JpYnGLXECnpJ6o Message-ID: Subject: Re: [PATCH] ACPI: don't show an error when we're not in charge of PCIe hotplug. To: Peter Jones Cc: ACPI Devel Maling List , Mario Limonciello , Linux Kernel Mailing List , Len Brown , "Rafael J . Wysocki" , Andy Lutomirski Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 16, 2016 at 2:12 AM, Rafael J. Wysocki wrote: > On Thu, Jun 16, 2016 at 12:15 AM, Peter Jones wrote: >> Right now when booting, on many laptops the firmware manages the PCIe >> bus. As a result, when we call the _OSC ACPI method, it returns an >> error code. Unfortunately the errors are not very articulate. > > What exactly do you mean here? > >> As a result, we show: >> >> ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) >> acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >> \_SB_.PCI0 (33DB4D5B-1FF7-401C-9657-7441C03DD766): _OSC invalid UUID >> _OSC request data: 1 1f 0 > > So _OSC told us that the UUID was invalid, didn't it? BTW, the above messages are KERN_DEBUG, so at least in theory they shouldn't be visible in production runs. Maybe the bug to fix is that they show up when they aren't supposed to?