From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754360Ab1EFWcj (ORCPT ); Fri, 6 May 2011 18:32:39 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:56837 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753030Ab1EFWcR (ORCPT ); Fri, 6 May 2011 18:32:17 -0400 From: "Rafael J. Wysocki" To: Linux PM mailing list Subject: [PATCH 0/3] PM / Hibernate: Fixes related to user space interface Date: Sat, 7 May 2011 00:29:44 +0200 User-Agent: KMail/1.13.6 (Linux/2.6.39-rc5+; KDE/4.6.0; x86_64; ; ) Cc: LKML , Alexandre Felipe Muller de Souza MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201105070029.44623.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The following three patches fix bugs related to the hibernate user space interface: [1/3] - Fix warning from pm_restrict_gfp_mask() in the SNAPSHOT_S2RAM ioctl code path. [2/3] - Make snapshot_release() call pm_restore_gfp_mask() if tasks weren't thawed before. [3/3] - Make the SNAPSHOT_S2RAM clear data->ready. With all of these patches applied, s2both actually works on my Toshiba test machine, which is nice. :-) Many thanks to Alexandre for turning my attention to these problems. Thanks, Rafael