From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924AbbLILbz (ORCPT ); Wed, 9 Dec 2015 06:31:55 -0500 Received: from relay.parallels.com ([195.214.232.42]:40401 "EHLO relay.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbbLILbx (ORCPT ); Wed, 9 Dec 2015 06:31:53 -0500 Date: Wed, 9 Dec 2015 14:31:36 +0300 From: Vladimir Davydov To: Johannes Weiner CC: Andrew Morton , Michal Hocko , , , , Subject: Re: [PATCH 8/8] mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM Message-ID: <20151209113136.GT11488@esperanza> References: <1449599665-18047-1-git-send-email-hannes@cmpxchg.org> <1449599665-18047-9-git-send-email-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1449599665-18047-9-git-send-email-hannes@cmpxchg.org> X-ClientProxiedBy: US-EXCH2.sw.swsoft.com (10.255.249.46) To MSK-EXCH1.sw.swsoft.com (10.67.48.55) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 08, 2015 at 01:34:25PM -0500, Johannes Weiner wrote: > Let the user know that CONFIG_MEMCG_KMEM does not apply to the cgroup2 > interface. This also makes legacy-only code sections stand out better. > > Signed-off-by: Johannes Weiner Acked-by: Vladimir Davydov From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by kanga.kvack.org (Postfix) with ESMTP id E92CA6B025B for ; Wed, 9 Dec 2015 06:31:56 -0500 (EST) Received: by lbpu9 with SMTP id u9so27943674lbp.2 for ; Wed, 09 Dec 2015 03:31:56 -0800 (PST) Received: from relay.parallels.com (relay.parallels.com. [195.214.232.42]) by mx.google.com with ESMTPS id n15si4269517lfn.65.2015.12.09.03.31.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Dec 2015 03:31:55 -0800 (PST) Date: Wed, 9 Dec 2015 14:31:36 +0300 From: Vladimir Davydov Subject: Re: [PATCH 8/8] mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM Message-ID: <20151209113136.GT11488@esperanza> References: <1449599665-18047-1-git-send-email-hannes@cmpxchg.org> <1449599665-18047-9-git-send-email-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1449599665-18047-9-git-send-email-hannes@cmpxchg.org> Sender: owner-linux-mm@kvack.org List-ID: To: Johannes Weiner Cc: Andrew Morton , Michal Hocko , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com On Tue, Dec 08, 2015 at 01:34:25PM -0500, Johannes Weiner wrote: > Let the user know that CONFIG_MEMCG_KMEM does not apply to the cgroup2 > interface. This also makes legacy-only code sections stand out better. > > Signed-off-by: Johannes Weiner Acked-by: Vladimir Davydov -- 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 From: Vladimir Davydov Subject: Re: [PATCH 8/8] mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM Date: Wed, 9 Dec 2015 14:31:36 +0300 Message-ID: <20151209113136.GT11488@esperanza> References: <1449599665-18047-1-git-send-email-hannes@cmpxchg.org> <1449599665-18047-9-git-send-email-hannes@cmpxchg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1449599665-18047-9-git-send-email-hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Transfer-Encoding: 7bit To: Johannes Weiner Cc: Andrew Morton , Michal Hocko , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-team-b10kYP2dOMg@public.gmane.org On Tue, Dec 08, 2015 at 01:34:25PM -0500, Johannes Weiner wrote: > Let the user know that CONFIG_MEMCG_KMEM does not apply to the cgroup2 > interface. This also makes legacy-only code sections stand out better. > > Signed-off-by: Johannes Weiner Acked-by: Vladimir Davydov