Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp3574880pxv; Mon, 19 Jul 2021 03:46:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw09zT7t3AKaeovne/rUrW40gyEKN3lXjqR31JpOj1KQrmgz+ykK7EXRTV89oIsDQebWkeq X-Received: by 2002:a02:2a88:: with SMTP id w130mr21035820jaw.60.1626691604738; Mon, 19 Jul 2021 03:46:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626691604; cv=none; d=google.com; s=arc-20160816; b=pCIdE3prB1RFk5Ti5VaRJ5VOXfHsXTPOGg4gZX3yBcMaUiPw5qfqTQhbFBxcbfuFHM 3tKu6c0e0ebopLcI8QpOF3daY0u7gX4ZZq5rM3nOkxsJiVoDISnY4L4mbP6YF93jsyzU rbUilrbhTQSmfFmezY2k5ykVdc26UzhE/vcDenzb8Q++JhYb95NX2A0WyxOB8MxkhzuO 01djqM/6ATfpNVyJaZFd5cbQxzB90YYrBl2oENLZ7R6sS+Yk1W/ALMIh/VFuLzi1FUHB 7fe2H5HB5Xrm7/mFxPqIqlwCYfpypPNOV8eYxUPMAgfTVxztJWG+HTAhQoQxNdbjX3wz Xvsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:references:cc :to:subject:from:dkim-signature; bh=IdZZBnXteeK3KMpGoXY1tOjrzOhdE8xwlZ9XdsuGcJo=; b=iZWyRew4AkWOcSO/SQDbBBn8Gmq38pjVHZiK5wsvLKyR+3nS3RQmqJ8RaGIzRwaHOn ggBIwiyuu+M0x2lzHTIqcXu7uCqjDmI7xW4MMrVpYV2GMtZ5a6wA9AYiqQBGKDyBNZOz 4VMBlwYwbJ7JinSV4NHwEtoxt+dkT4wDesbChqEvgjtg6Hb41XDnrUC7J2sZ2024g/AV k92ufSOQucRWnS7uJFt4e6zQdUobzK7ix3rYeBdKyW1HOPdSBVEY2DWPsKdGmwAcbrHR BV1Qit5kQjslf8iX94Bo1aKUl5ORuQrHgotYNEOdWTyb4z14nD7f2D2nTKrOjsTiNlin mJmA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@virtuozzo.com header.s=relay header.b=vPSMT8Bp; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=virtuozzo.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k7si21294296ilh.42.2021.07.19.03.46.33; Mon, 19 Jul 2021 03:46:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@virtuozzo.com header.s=relay header.b=vPSMT8Bp; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=virtuozzo.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236673AbhGSKFP (ORCPT + 99 others); Mon, 19 Jul 2021 06:05:15 -0400 Received: from relay.sw.ru ([185.231.240.75]:44800 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236690AbhGSKEv (ORCPT ); Mon, 19 Jul 2021 06:04:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=virtuozzo.com; s=relay; h=Content-Type:MIME-Version:Date:Message-ID:Subject :From; bh=IdZZBnXteeK3KMpGoXY1tOjrzOhdE8xwlZ9XdsuGcJo=; b=vPSMT8BpGaqf2u884NA p2pdWyXP9CxJO8pyrIOrLWSZwHMRcvcq2f36++Zc4MICGnCmc2g2e3JiCoTIHXe+68YQKbMT/ZCTz f0aa+4U3WEdQiYv9P6dwqf0xkKiHMuGX7+CT51qnG+rVska/anreerO3hWK4dOIAdLvdlwAhfjY=; Received: from [10.93.0.56] by relay.sw.ru with esmtp (Exim 4.94.2) (envelope-from ) id 1m5QmA-004RhG-8Z; Mon, 19 Jul 2021 13:45:30 +0300 From: Vasily Averin Subject: [PATCH v5 11/16] memcg: enable accounting for new namesapces and struct nsproxy To: Andrew Morton Cc: cgroups@vger.kernel.org, Michal Hocko , Shakeel Butt , Johannes Weiner , Vladimir Davydov , Roman Gushchin , Tejun Heo , Andrew Morton , Zefan Li , Thomas Gleixner , Christian Brauner , Kirill Tkhai , Serge Hallyn , Andrei Vagin , linux-kernel@vger.kernel.org References: Message-ID: Date: Mon, 19 Jul 2021 13:45:29 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Container admin can create new namespaces and force kernel to allocate up to several pages of memory for the namespaces and its associated structures. Net and uts namespaces have enabled accounting for such allocations. It makes sense to account for rest ones to restrict the host's memory consumption from inside the memcg-limited container. Signed-off-by: Vasily Averin Acked-by: Serge Hallyn Acked-by: Christian Brauner --- fs/namespace.c | 2 +- ipc/namespace.c | 2 +- kernel/cgroup/namespace.c | 2 +- kernel/nsproxy.c | 2 +- kernel/pid_namespace.c | 2 +- kernel/time/namespace.c | 4 ++-- kernel/user_namespace.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fs/namespace.c b/fs/namespace.c index c6a74e5..e443ee6 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -3289,7 +3289,7 @@ static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns, bool a if (!ucounts) return ERR_PTR(-ENOSPC); - new_ns = kzalloc(sizeof(struct mnt_namespace), GFP_KERNEL); + new_ns = kzalloc(sizeof(struct mnt_namespace), GFP_KERNEL_ACCOUNT); if (!new_ns) { dec_mnt_namespaces(ucounts); return ERR_PTR(-ENOMEM); diff --git a/ipc/namespace.c b/ipc/namespace.c index 7bd0766..ae83f0f 100644 --- a/ipc/namespace.c +++ b/ipc/namespace.c @@ -42,7 +42,7 @@ static struct ipc_namespace *create_ipc_ns(struct user_namespace *user_ns, goto fail; err = -ENOMEM; - ns = kzalloc(sizeof(struct ipc_namespace), GFP_KERNEL); + ns = kzalloc(sizeof(struct ipc_namespace), GFP_KERNEL_ACCOUNT); if (ns == NULL) goto fail_dec; diff --git a/kernel/cgroup/namespace.c b/kernel/cgroup/namespace.c index f5e8828..0d5c298 100644 --- a/kernel/cgroup/namespace.c +++ b/kernel/cgroup/namespace.c @@ -24,7 +24,7 @@ static struct cgroup_namespace *alloc_cgroup_ns(void) struct cgroup_namespace *new_ns; int ret; - new_ns = kzalloc(sizeof(struct cgroup_namespace), GFP_KERNEL); + new_ns = kzalloc(sizeof(struct cgroup_namespace), GFP_KERNEL_ACCOUNT); if (!new_ns) return ERR_PTR(-ENOMEM); ret = ns_alloc_inum(&new_ns->ns); diff --git a/kernel/nsproxy.c b/kernel/nsproxy.c index abc01fc..eec72ca 100644 --- a/kernel/nsproxy.c +++ b/kernel/nsproxy.c @@ -568,6 +568,6 @@ static void commit_nsset(struct nsset *nsset) int __init nsproxy_cache_init(void) { - nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); + nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC|SLAB_ACCOUNT); return 0; } diff --git a/kernel/pid_namespace.c b/kernel/pid_namespace.c index ca43239..6cd6715 100644 --- a/kernel/pid_namespace.c +++ b/kernel/pid_namespace.c @@ -449,7 +449,7 @@ static struct user_namespace *pidns_owner(struct ns_common *ns) static __init int pid_namespaces_init(void) { - pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC); + pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT); #ifdef CONFIG_CHECKPOINT_RESTORE register_sysctl_paths(kern_path, pid_ns_ctl_table); diff --git a/kernel/time/namespace.c b/kernel/time/namespace.c index 12eab0d..aec8328 100644 --- a/kernel/time/namespace.c +++ b/kernel/time/namespace.c @@ -88,13 +88,13 @@ static struct time_namespace *clone_time_ns(struct user_namespace *user_ns, goto fail; err = -ENOMEM; - ns = kmalloc(sizeof(*ns), GFP_KERNEL); + ns = kmalloc(sizeof(*ns), GFP_KERNEL_ACCOUNT); if (!ns) goto fail_dec; refcount_set(&ns->ns.count, 1); - ns->vvar_page = alloc_page(GFP_KERNEL | __GFP_ZERO); + ns->vvar_page = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); if (!ns->vvar_page) goto fail_free; diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c index ef82d40..6b2e3ca 100644 --- a/kernel/user_namespace.c +++ b/kernel/user_namespace.c @@ -1385,7 +1385,7 @@ static struct user_namespace *userns_owner(struct ns_common *ns) static __init int user_namespaces_init(void) { - user_ns_cachep = KMEM_CACHE(user_namespace, SLAB_PANIC); + user_ns_cachep = KMEM_CACHE(user_namespace, SLAB_PANIC | SLAB_ACCOUNT); return 0; } subsys_initcall(user_namespaces_init); -- 1.8.3.1