From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752517AbbFOWe0 (ORCPT ); Mon, 15 Jun 2015 18:34:26 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:64356 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750960AbbFOWeR (ORCPT ); Mon, 15 Jun 2015 18:34:17 -0400 From: "Rafael J. Wysocki" To: Roland Dreier Cc: LKML , "Rafael J. Wysocki" , George McCollister , ACPI Devel Maling List , Bjorn Helgaas Subject: Re: Regression in 3.10.80 vs. 3.10.79 Date: Tue, 16 Jun 2015 01:00:13 +0200 Message-ID: <2054960.9BJU2lQTPg@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit 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 Monday, June 15, 2015 07:56:05 AM Roland Dreier wrote: > On Sat, Jun 13, 2015 at 9:56 AM, Roland Dreier wrote: > > Below is a more sophisticated, so to speak, version of it with a changelog and > > all. It works for me, but more testing would be much appreciated. > > Yes, the patch works as expected: > > Tested-by: Roland Dreier Awesome, thanks a lot for the confirmation! I'll send it Linuswards for final 4.1. > It does change /proc/ioports heirarchy to > > 0400-0403 : ACPI PM1a_EVT_BLK > 0404-0405 : ACPI PM1a_CNT_BLK > 0406-0407 : pnp 00:06 > 0408-040b : ACPI PM_TMR > 040c-041f : pnp 00:06 > 0410-0415 : ACPI CPU throttle > 0420-042f : ACPI GPE0_BLK > 0430-044f : pnp 00:06 > 0430-0433 : iTCO_wdt > 0430-0433 : iTCO_wdt > 0450-0450 : ACPI PM2_CNT_BLK > 0451-047f : pnp 00:06 > 0460-047f : iTCO_wdt > 0460-047f : iTCO_wdt > > where the old kernel had > > 0400-047f : pnp 00:06 > 0400-0403 : ACPI PM1a_EVT_BLK > 0404-0405 : ACPI PM1a_CNT_BLK > 0408-040b : ACPI PM_TMR > 0410-0415 : ACPI CPU throttle > 0420-042f : ACPI GPE0_BLK > 0430-0433 : iTCO_wdt > 0430-0433 : iTCO_wdt > 0450-0450 : ACPI PM2_CNT_BLK > 0460-047f : iTCO_wdt > 0460-047f : iTCO_wdt > > but I don't think that matters. No, it doesn't. Thanks, Rafael