From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v4 0/8] cgroup: Assign subsystem IDs during compile time Date: Thu, 13 Sep 2012 11:13:02 -0700 Message-ID: <20120913181302.GE7677@google.com> References: <1347459128-32236-1-git-send-email-wagi@monom.org> 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=HU96B1gzFoF2wJtkHG5h72aN67ZhYHWNKdmEiFzH7Vk=; b=pZy5feorMccu8YtQpQUe2ebVfL6n7YbnuqKgPg9OeUMi2llPiyGaPiOWcxmmvjHYIo j0kQsLiYIf7k7pcBU1gdnjEHixjybrozHKuZC25nVVrLvdtowreuZthn2e34VwqBkhwA Y/0I5+KaYkLm+piGK6IFLb/kemCbh8Ox5Kc0vOk65UNIPfqw9QP8FxIk9A7mbZbWA9ns jlHn4ZbLaQExyJWfMWZOw+xUL4Eo/7L8jnmXCuPqn3Hdu1Y+XanGA4tUn/wUwy2Kuwld hmVaZrGekkH2Y4r+IifLNuOL0SIC29fYUtyN5Rf08dZQWfEPOzH0Wsdc7JOV9JNu/UIo hkBA== Content-Disposition: inline In-Reply-To: <1347459128-32236-1-git-send-email-wagi@monom.org> Sender: netdev-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Daniel Wagner Cc: netdev@vger.kernel.org, cgroups@vger.kernel.org, Daniel Wagner , "David S. Miller" , "Paul E. McKenney" , Andrew Morton , Eric Dumazet , Gao feng , Glauber Costa , Herbert Xu , Jamal Hadi Salim , John Fastabend , Kamezawa Hiroyuki , Li Zefan , Neil Horman On Wed, Sep 12, 2012 at 04:12:00PM +0200, Daniel Wagner wrote: > I've removed the useless test in patch #4 and updated the commit message > on patch #7. > > While rewriting the commit message #7 I realized the pointer check was > completely wrong. Instead testing the return value of > task_subsys_state() I tested the pointer return by container_of. For > more details on this see the commit message. > > Because of this I added Herbert and Paul to the Cc list. Please have > close look at my rambling on the RCU part in patch #7. Thanks a lot! > > This series is against > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.7 Applied to cgroup/for-3.7. Thanks! -- tejun