Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753323AbbGOLPG (ORCPT ); Wed, 15 Jul 2015 07:15:06 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:33366 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751713AbbGOLPF (ORCPT ); Wed, 15 Jul 2015 07:15:05 -0400 From: Michal Hocko To: Andrew Morton , Johannes Weiner Cc: Vladimir Davydov , Tejun Heo , , LKML Subject: [PATCH 0/5] expose mem_cgroup + cleanups Date: Wed, 15 Jul 2015 13:14:40 +0200 Message-Id: <1436958885-18754-1-git-send-email-mhocko@kernel.org> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1419 Lines: 35 Hi, this is just the cleanup portion of the series posted previously here: http://marc.info/?l=linux-kernel&m=143635871831843. I am still thinking about how to move on regarding mm_struct::owner but this is more tricky than originally anticipated. The cleanup still makes some sense IMO. I have incorporated review feedback from Vladimir (thanks!) and dropped http://marc.info/?l=linux-mm&m=143635849631722&w=2 because Vladimir didn't like it. Diffstat: include/linux/memcontrol.h | 387 ++++++++++++++++++++++++++++++++++++++++----- include/linux/swap.h | 10 +- include/net/sock.h | 28 ---- mm/memcontrol.c | 378 ++++--------------------------------------- mm/memory-failure.c | 2 +- mm/slab_common.c | 2 +- mm/vmscan.c | 2 +- 7 files changed, 390 insertions(+), 419 deletions(-) Shortlog: Michal Hocko (4): memcg: export struct mem_cgroup memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCG memcg: get rid of extern for functions in memcontrol.h memcg, tcp_kmem: check for cg_proto in sock_update_memcg Tejun Heo (1): memcg: restructure mem_cgroup_can_attach() -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/