From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Voegtle Subject: Re: regression in 4.0.0-rc1 with r8169 ethernet Date: Fri, 27 Feb 2015 15:50:32 +0100 (CET) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Dave Airlie Cc: Bjorn Helgaas , LKML , Jiang Liu , Rafael Wysocki , "linux-pci@vger.kernel.org" , "linux-acpi@vger.kernel.org" , Thomas Gleixner , Lv Zheng List-Id: linux-acpi@vger.kernel.org Hi, I have the same problem with a Asrock Q1900B-ITX mainboard with a Intel Celeron J1900 onboard. I did a bisect and ended up with: 593669c2ac0fe18baee04a3cd5539a148aa48574 is the first bad commit commit 593669c2ac0fe18baee04a3cd5539a148aa48574 Author: Jiang Liu Date: Thu Feb 5 13:44:46 2015 +0800 x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation I can revert this quite big commit on current git head (4f671fe) with no problems and then everything is fine again. Thomas