From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v2 1/1] freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() Date: Fri, 26 Oct 2012 14:29:09 -0700 Message-ID: <20121026212909.GW11442@htj.dyndns.org> References: <20121023153919.GA16201@redhat.com> <20121026180149.GA22421@redhat.com> <2566006.UzAQbpOjNQ@vostro.rjw.lan> <2718983.vORnrfWdbE@vostro.rjw.lan> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7LyAbWoc2HiwSTVv2eEl4dG5DQ9gTqgkNtFgQLfaChY=; b=G1oCsOsgM3ZYtOVFMdZUjNSGDCdf99a2+08jix0V+24P0x/umiUz931ySVi6LRA0aW djxmDp5HQOJhdJkYVigWm8yGOiBbjQog4P+1cxkcqmUg4SZNTayYfWSVMDrN6dmVTIKb JZerSyHTpzrCxOgfBu/EMLUhwTSDt8xZQ3qwu6OvTx1DatUdilUqgsV/xrC43zZ/LY45 H/7ckXtHSGUZSBdou7kAMPiQaGBJrPSzBamqrYcjp8pWTUuPKzlj8D3QW1nCvvyDfYn1 NdM5htSggUhISwQ5gvdvPWe3x+NwF8xGGxNCmt/nHHTlIQi/rTtwfzOTQc2P6NbuQ56W tebg== Content-Disposition: inline In-Reply-To: <2718983.vORnrfWdbE-sKB8Sp2ER+y1GS7QM15AGw@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Rafael J. Wysocki" Cc: Oleg Nesterov , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hello, On Fri, Oct 26, 2012 at 11:29:56PM +0200, Rafael J. Wysocki wrote: > Actually, what tree is it supposed to apply to? > > The change in kernel/cgroup_freezer.c doesn't look like anything in > the current Linus' tree to me. Ooh, right. This depends on the earlier cgroup_freezer changes. Sorry about the confusion. I'll apply it to the following branch (the same one used for the previous cgroup_freezer updates). git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git cgroup-freezer Thanks. -- tejun From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946009Ab2JZV3R (ORCPT ); Fri, 26 Oct 2012 17:29:17 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:45731 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753303Ab2JZV3O (ORCPT ); Fri, 26 Oct 2012 17:29:14 -0400 Date: Fri, 26 Oct 2012 14:29:09 -0700 From: Tejun Heo To: "Rafael J. Wysocki" Cc: Oleg Nesterov , linux-kernel@vger.kernel.org, lizefan@huawei.com, containers@lists.linux-foundation.org, cgroups@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2 1/1] freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() Message-ID: <20121026212909.GW11442@htj.dyndns.org> References: <20121023153919.GA16201@redhat.com> <20121026180149.GA22421@redhat.com> <2566006.UzAQbpOjNQ@vostro.rjw.lan> <2718983.vORnrfWdbE@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2718983.vORnrfWdbE@vostro.rjw.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Fri, Oct 26, 2012 at 11:29:56PM +0200, Rafael J. Wysocki wrote: > Actually, what tree is it supposed to apply to? > > The change in kernel/cgroup_freezer.c doesn't look like anything in > the current Linus' tree to me. Ooh, right. This depends on the earlier cgroup_freezer changes. Sorry about the confusion. I'll apply it to the following branch (the same one used for the previous cgroup_freezer updates). git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git cgroup-freezer Thanks. -- tejun