From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757543Ab3CSVap (ORCPT ); Tue, 19 Mar 2013 17:30:45 -0400 Received: from mail-da0-f53.google.com ([209.85.210.53]:57465 "EHLO mail-da0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755276Ab3CSVan (ORCPT ); Tue, 19 Mar 2013 17:30:43 -0400 Date: Tue, 19 Mar 2013 14:30:39 -0700 From: Tejun Heo To: Aristeu Rozanski Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Serge Hallyn Subject: Re: [PATCH v5 0/4] devcg: introduce proper hierarchy support Message-ID: <20130319213039.GO3042@htj.dyndns.org> References: <20130215165543.131282532@napanee.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130215165543.131282532@napanee.usersys.redhat.com> 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 On Fri, Feb 15, 2013 at 11:55:43AM -0500, Aristeu Rozanski wrote: > This patchset implements device cgroup hierarchy. Exceptions will be > propagated down in the tree and local preferences will be re-evaluated > everytime a change in its parent occours, reapplying them if it's still > possible. Applied to cgroup/for-3.10. Thanks! -- tejun From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v5 0/4] devcg: introduce proper hierarchy support Date: Tue, 19 Mar 2013 14:30:39 -0700 Message-ID: <20130319213039.GO3042@htj.dyndns.org> References: <20130215165543.131282532@napanee.usersys.redhat.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Q8a50Zsi2mhSivfpIy2g1ROlcsBlAmWwlCmGE/TTFyE=; b=Q43Jl1NoGRmS0lor2HH/WrvVurakiZB0vtimuZ2l4qnvZST3MlQssWQxVNZkYatRN2 n7GY6zCPRwxpkfsV5o1zUzUAgifUTmQ5iKibYMksn2jkOuuYlAnWynn3XGnEpKjvw9HZ IKoFFt83wQO2J8TaUKWCJ/H05i+Ce81DgVmHVyyIf40f+pbJuj+bL3sngoGxCV8ERrf2 vN/62j/lWg2/yzt3o3Imq/tH4kXFKnCzOwe+GYcz4ZDc+vZ7GDiBWmAFH4zCtdEIQuFa L6NntBbW8CpX22Tl4SjLVJ5u4IaLeC2NXkprREl59EuTsuNhGZLl2/wbuNmKBN1tcp8U JiVg== Content-Disposition: inline In-Reply-To: <20130215165543.131282532-cd6kKtb6gxi3M6m420IelR/sF2h8X+2i0E9HWUfgJXw@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Aristeu Rozanski Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Serge Hallyn On Fri, Feb 15, 2013 at 11:55:43AM -0500, Aristeu Rozanski wrote: > This patchset implements device cgroup hierarchy. Exceptions will be > propagated down in the tree and local preferences will be re-evaluated > everytime a change in its parent occours, reapplying them if it's still > possible. Applied to cgroup/for-3.10. Thanks! -- tejun