From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754783AbbE1Urv (ORCPT ); Thu, 28 May 2015 16:47:51 -0400 Received: from mail-qc0-f171.google.com ([209.85.216.171]:33572 "EHLO mail-qc0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754352AbbE1Urn (ORCPT ); Thu, 28 May 2015 16:47:43 -0400 Date: Thu, 28 May 2015 16:47:39 -0400 From: Tejun Heo To: Aleksa Sarai Cc: lizefan@huawei.com, mingo@redhat.com, Peter Zijlstra , richard@nod.at, =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Jens Axboe , Vivek Goyal Subject: Re: [PATCH v12 4/8] cgroup, block: implement task_get_css() and use it in bio_associate_current() Message-ID: <20150528204739.GD27479@htj.duckdns.org> References: <1431960667-26593-1-git-send-email-cyphar@cyphar.com> <1431960667-26593-5-git-send-email-cyphar@cyphar.com> <20150518215907.GJ24861@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 19, 2015 at 01:05:01PM +1000, Aleksa Sarai wrote: > Hi Tejun, > > > Applied 1-4 but skipped bio_associate_current() changes from this > > patch. I'll route that part through a different patchset. > > Do you want the updated versions of 6-8 of the patchset to be based on > your tree's for-next? Can you please base changes on cgroups/for-4.2? New features usually should be based on cgroups branch headed for the next merge window. Thanks. -- tejun