From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Davydov Subject: Re: [PATCH v11 00/15] kmemcg shrinkers Date: Wed, 27 Nov 2013 10:26:17 +0400 Message-ID: <52959089.6030607@parallels.com> References: <20131125174135.GE22729@cmpxchg.org> <529443E4.7080602@parallels.com> <20131126224742.GB10988@dastard> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131126224742.GB10988@dastard> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Dave Chinner Cc: Johannes Weiner , akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, mhocko-AlSwsSmVLrQ@public.gmane.org, glommer-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org On 11/27/2013 02:47 AM, Dave Chinner wrote: > On Tue, Nov 26, 2013 at 10:47:00AM +0400, Vladimir Davydov wrote: >> Hi, >> >> Thank you for the review. I agree with all your comments and I'll >> resend the fixed version soon. >> >> If anyone still has something to say about the patchset, I'd be glad >> to hear from them. > Please CC me on all the shrinker/list-lru changes being made as I am > the original author of the list-lru code and the shrinker > integration and have more than a passing interest in ensuring > it doesn't get broken or crippled.... Sure, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) by kanga.kvack.org (Postfix) with ESMTP id A78A36B0031 for ; Wed, 27 Nov 2013 01:26:23 -0500 (EST) Received: by mail-lb0-f173.google.com with SMTP id u14so5233151lbd.32 for ; Tue, 26 Nov 2013 22:26:22 -0800 (PST) Received: from relay.parallels.com (relay.parallels.com. [195.214.232.42]) by mx.google.com with ESMTPS id y7si18599875lal.104.2013.11.26.22.26.21 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Nov 2013 22:26:22 -0800 (PST) Message-ID: <52959089.6030607@parallels.com> Date: Wed, 27 Nov 2013 10:26:17 +0400 From: Vladimir Davydov MIME-Version: 1.0 Subject: Re: [PATCH v11 00/15] kmemcg shrinkers References: <20131125174135.GE22729@cmpxchg.org> <529443E4.7080602@parallels.com> <20131126224742.GB10988@dastard> In-Reply-To: <20131126224742.GB10988@dastard> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Dave Chinner Cc: Johannes Weiner , akpm@linux-foundation.org, mhocko@suse.cz, glommer@openvz.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, devel@openvz.org On 11/27/2013 02:47 AM, Dave Chinner wrote: > On Tue, Nov 26, 2013 at 10:47:00AM +0400, Vladimir Davydov wrote: >> Hi, >> >> Thank you for the review. I agree with all your comments and I'll >> resend the fixed version soon. >> >> If anyone still has something to say about the patchset, I'd be glad >> to hear from them. > Please CC me on all the shrinker/list-lru changes being made as I am > the original author of the list-lru code and the shrinker > integration and have more than a passing interest in ensuring > it doesn't get broken or crippled.... Sure, thanks. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755936Ab3K0G0Y (ORCPT ); Wed, 27 Nov 2013 01:26:24 -0500 Received: from relay.parallels.com ([195.214.232.42]:42117 "EHLO relay.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003Ab3K0G0X (ORCPT ); Wed, 27 Nov 2013 01:26:23 -0500 Message-ID: <52959089.6030607@parallels.com> Date: Wed, 27 Nov 2013 10:26:17 +0400 From: Vladimir Davydov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130922 Icedove/17.0.9 MIME-Version: 1.0 To: Dave Chinner CC: Johannes Weiner , , , , , , , Subject: Re: [PATCH v11 00/15] kmemcg shrinkers References: <20131125174135.GE22729@cmpxchg.org> <529443E4.7080602@parallels.com> <20131126224742.GB10988@dastard> In-Reply-To: <20131126224742.GB10988@dastard> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.30.24.145] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/27/2013 02:47 AM, Dave Chinner wrote: > On Tue, Nov 26, 2013 at 10:47:00AM +0400, Vladimir Davydov wrote: >> Hi, >> >> Thank you for the review. I agree with all your comments and I'll >> resend the fixed version soon. >> >> If anyone still has something to say about the patchset, I'd be glad >> to hear from them. > Please CC me on all the shrinker/list-lru changes being made as I am > the original author of the list-lru code and the shrinker > integration and have more than a passing interest in ensuring > it doesn't get broken or crippled.... Sure, thanks.