From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966561AbbLPSHW (ORCPT ); Wed, 16 Dec 2015 13:07:22 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:50389 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966484AbbLPSHU (ORCPT ); Wed, 16 Dec 2015 13:07:20 -0500 Message-ID: <1450289225.17027.23.camel@fourier> Subject: Re: [PATCH 3.19.y-ckt 128/128] sched/wait: Fix signal handling in bit wait helpers From: Kamal Mostafa To: Oleg Nesterov , Linus Torvalds Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com, "Peter Zijlstra (Intel)" , Linus Torvalds , Mike Galbraith , Thomas Gleixner , mark.rutland@arm.com, neilb@suse.de, Ingo Molnar Date: Wed, 16 Dec 2015 10:07:05 -0800 In-Reply-To: <20151216175730.GA8605@redhat.com> References: <1450287568-19808-1-git-send-email-kamal@canonical.com> <1450287568-19808-129-git-send-email-kamal@canonical.com> <20151216175730.GA8605@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2015-12-16 at 18:57 +0100, Oleg Nesterov wrote: > On 12/16, Kamal Mostafa wrote: > > > > 3.19.8-ckt12 -stable review patch. If anyone has any objections, please let me know. > > > > > > commit 68985633bccb6066bf1803e316fbc6c1f5b796d6 upstream. > > Please note that this patch is wrong without the next fix from Peter. > > And in fact to me it is still not clear whether we really want to do > this, this probably needs more investigation. > > Oleg. > Thanks for the heads-up, Linus and Oleg. I'll just hold both of them out of 3.19-stable until the dust settles. Deferred until next 3.19 cycle: 6898563 sched/wait: Fix signal handling in bit wait helpers dfd01f0 sched/wait: Fix the signal handling fix -Kamal