Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756066AbbEBU1t (ORCPT ); Sat, 2 May 2015 16:27:49 -0400 Received: from blackpearl.yuhu.biz ([85.14.7.126]:45589 "EHLO BlackPearl.yuhu.biz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755132AbbEBU1p (ORCPT ); Sat, 2 May 2015 16:27:45 -0400 Message-ID: <55453334.9030002@yuhu.biz> Date: Sat, 02 May 2015 23:27:32 +0300 From: Marian Marinov User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org CC: rjw@rjwysocki.net Subject: Patch breaks suspend Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1384 Lines: 35 Hi guys, I have Lenovo T520 with one SSD and one SATA drive. I tried to upgrade to Linux 4.0 and found that after suspend and resume I can't access the second (SATA) drive. Both drives have bios encryption enabled. I did a bisect and found that the following patch causes the issue: commit 5d5132059a1f652de9dc2d62a8ff15561e648d11 Author: Rafael J. Wysocki Date: Sat Feb 22 00:48:31 2014 +0100 ACPI / ATA: Add hotplug contexts to ACPI companions of SATA devices Modify the SATA subsystem to add hotplug contexts to ACPI companions of SATA devices and ports instead of registering special ACPI dock operations using register_hotplug_dock_device(). That change will allow the entire code handling those special ACPI dock operations to be dropped in the next commit. Signed-off-by: Rafael J. Wysocki Reviewed-by: Aaron Lu Acked-by: Tejun Heo Unfortunately I do not understand this part of the code and have no idea what I can do. Any pointers would be very appreciated. Best regards, Marian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/