Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752038AbbLHSeo (ORCPT ); Tue, 8 Dec 2015 13:34:44 -0500 Received: from gum.cmpxchg.org ([85.214.110.215]:48410 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751701AbbLHSen (ORCPT ); Tue, 8 Dec 2015 13:34:43 -0500 From: Johannes Weiner To: Andrew Morton Cc: Michal Hocko , Vladimir Davydov , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: [PATCH 0/8] mm: memcontrol: account "kmem" in cgroup2 Date: Tue, 8 Dec 2015 13:34:17 -0500 Message-Id: <1449599665-18047-1-git-send-email-hannes@cmpxchg.org> X-Mailer: git-send-email 2.6.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1746 Lines: 42 Hi, this series adds accounting of the historical "kmem" memory consumers to the cgroup2 memory controller. These consumers include the dentry cache, the inode cache, kernel stack pages, and a few others that are pointed out in patch 7/8. The footprint of these consumers is directly tied to userspace activity in common workloads, and so they have to be part of the minimally viable configuration in order to present a complete feature to our users. The cgroup2 interface of the memory controller is far from complete, but this series, along with the socket memory accounting series, provides the final semantic changes for the existing memory knobs in the cgroup2 interface, which is scheduled for initial release in the next merge window. Thanks! include/linux/list_lru.h | 4 +- include/linux/memcontrol.h | 330 +++++++++++++++++++++-------------------- include/linux/sched.h | 2 - include/linux/slab.h | 2 +- include/linux/slab_def.h | 3 +- include/linux/slub_def.h | 2 +- include/net/tcp_memcontrol.h | 3 +- init/Kconfig | 10 +- mm/list_lru.c | 12 +- mm/memcontrol.c | 246 ++++++++++++++---------------- mm/slab.h | 6 +- mm/slab_common.c | 14 +- mm/slub.c | 10 +- mm/vmscan.c | 2 +- net/ipv4/Makefile | 2 +- net/ipv4/tcp_memcontrol.c | 2 +- 16 files changed, 319 insertions(+), 331 deletions(-) -- 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/