From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Nieder Subject: Re: [PATCH] ACPI: Leave Bus Master Arbitration enabled for suspend/resume Date: Sun, 8 Jul 2012 14:32:05 -0500 Message-ID: <20120708193204.GF7328@burratino> References: <20120708025730.GE2961@burratino> <20120708090432.GF4625@burratino> <20120708190434.GD7328@burratino> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:46808 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752075Ab2GHTcK (ORCPT ); Sun, 8 Jul 2012 15:32:10 -0400 Content-Disposition: inline In-Reply-To: <20120708190434.GD7328@burratino> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Octavio Alvarez Cc: Bob Moore , Adrian Knoth , Shaohua Li , Len Brown , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Hi again, Jonathan Nieder wrote: > The bug snuck back in in commit 33620c5419e8 (ACPICA: Support for > custom ACPICA build for ACPI 5 reduced hardware, 2012-02-14), > presumably by copy/pasting from the wrong source for the legacy case. Um, wrong commit. Sorry, here's a fixed message. ACPI: Leave Bus Master Arbitration enabled for suspend/resume This is an old suspend/resume lockup fix: commit 2780cc4660e1 Author: Len Brown Date: Thu Dec 23 13:43:30 2004 -0500 [ACPI] Fix suspend/resume lockup issue by leaving Bus Master Arbitration enabled. The ACPI spec mandates it be disabled only for C3. http://bugzilla.kernel.org/show_bug.cgi?id=3599 Signed-off-by: David Shaohua Li Signed-off-by: Len Brown The bug snuck back in in commit 2feec47d4c5f (ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registers, 2012-02-14), presumably by copy/pasting a copy of the code without that fix for the legacy case. On affected machines, after that commit, the machine locks up hard on resume from suspend. The same fix as seven years ago still works. Addresses . Reported-bisected-and-tested-by: Octavio Alvarez Reported-by: Adrian Knoth Signed-off-by: Jonathan Nieder Cc: # 3.4