From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Chua Subject: Re: [PATCH 0/11] ACPI: Fixes and cleanups related to iomaps management Date: Fri, 21 Jan 2011 00:06:55 +0800 Message-ID: References: <201101201226.41021.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:62794 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753962Ab1ATQL3 convert rfc822-to-8bit (ORCPT ); Thu, 20 Jan 2011 11:11:29 -0500 In-Reply-To: <201101201226.41021.rjw@sisk.pl> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Rafael J. Wysocki" Cc: Len Brown , LKML , ACPI Devel Maling List , Linux-pm mailing list , Matthew Garrett On Thu, Jan 20, 2011 at 7:26 PM, Rafael J. Wysocki wrote: > [10/11] - Make the NVS code use existing iomaps if possible. Seems ok. > [11/11] - (cleanup) Remove an unnecessary field from struct nvs_page. This seems to have an issue. Notebook tries to suspend ... then resume immediately. > The patches have been tested on HP nx6325, Toshiba Portege R500 and A= cer > Ferrari One without causing any visible problems to happen. =A0Also J= eff has > tested [1/11] and [2/11] and he reports that they fix the synchronize= _rcu() > problem for him. =A0[Jeff, can you test the whole series, please, and= see if > it doesn't introduce any new issues, [10/11] in particular?] So, everything seems ok except 11/11. Jeff. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755960Ab1ATQLb (ORCPT ); Thu, 20 Jan 2011 11:11:31 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:62794 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753962Ab1ATQL3 convert rfc822-to-8bit (ORCPT ); Thu, 20 Jan 2011 11:11:29 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=P/u8BezXXylbBMTv1pjRZGp2sOuj3SbTgLAG1Mkbuvq1sQ+ccKFd/X1J6ETjVMgfo1 AvyNgcswQgwy3JVZj+89yfjGvgvlmDnyGk4TzXabqkqumN3QJvrlap/J6B4CJOlI51u7 OO47B7V47F/MWj5hYisxCirq7lP/BaevDrwSo= MIME-Version: 1.0 In-Reply-To: <201101201226.41021.rjw@sisk.pl> References: <201101201226.41021.rjw@sisk.pl> Date: Fri, 21 Jan 2011 00:06:55 +0800 Message-ID: Subject: Re: [PATCH 0/11] ACPI: Fixes and cleanups related to iomaps management From: Jeff Chua To: "Rafael J. Wysocki" Cc: Len Brown , LKML , ACPI Devel Maling List , Linux-pm mailing list , Matthew Garrett Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 20, 2011 at 7:26 PM, Rafael J. Wysocki wrote: > [10/11] - Make the NVS code use existing iomaps if possible. Seems ok. > [11/11] - (cleanup) Remove an unnecessary field from struct nvs_page. This seems to have an issue. Notebook tries to suspend ... then resume immediately. > The patches have been tested on HP nx6325, Toshiba Portege R500 and Acer > Ferrari One without causing any visible problems to happen.  Also Jeff has > tested [1/11] and [2/11] and he reports that they fix the synchronize_rcu() > problem for him.  [Jeff, can you test the whole series, please, and see if > it doesn't introduce any new issues, [10/11] in particular?] So, everything seems ok except 11/11. Jeff.