From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 7 Dec 2012 15:49:01 +0100 From: Oleg Nesterov To: Joseph Salisbury , Greg Kroah-Hartman Cc: Ben Hutchings , "Rafael J. Wysocki" , Herton Krzesinski , linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: [PATCH -stable 0/1] freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE Message-ID: <20121207144901.GA6478@redhat.com> References: <50BF9CC2.7070705@canonical.com> <1354762294.17107.157.camel@deadeye.wl.decadent.org.uk> <20121206124201.GA30705@redhat.com> <50C10391.4040903@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50C10391.4040903@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On 12/06, Joseph Salisbury wrote: > > A couple of people have tested your patch and report if fixes the > suspend/resume bug[0]. Great, thanks a lot. > Will you be > requesting this patch in the stable kernels? I have to ;) I tried to explain this in the changelog, but once again just in case... This patch is only for -stable. It is only needed if a) b40a7959 was backported and b) the kernel still has PF_FREEZER_NOSIG removed in 3.3. Alernatively, b40a7959 can be reverted. But please note that this will just hide the problem revealed by "incomplete" b40a7959. Oleg.