Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp4475320ybh; Tue, 6 Aug 2019 12:18:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqw59APzF3D+is5FuPI5ezhT+nCLRKe18cxdOhu2BQ09Zs3++7/iDT6Y+x1ytcxe005EllGZ X-Received: by 2002:a62:2582:: with SMTP id l124mr5264696pfl.43.1565119118187; Tue, 06 Aug 2019 12:18:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565119118; cv=none; d=google.com; s=arc-20160816; b=ZR/eU2GAXvHFZ5P1iMQl7k+cPO9ShIGBDottQELH7cH4grKwrQKKpO40p4Lq0ibncl Dhc4/uAhcvMDAmHzsrstYDEIZmRKZ2PCmnapAEVEu+T5VOeO8CJDl5qg4o0u7qKgJJ3g MJgjyCig+wGZcHVWMOkSZ8OdqK2N0p5DB4fWh5+xUU4pD7fdoxqCNrDD6FQW6yJnnb9K UpIHtDEbq5/CS1pHag6a7oCl8TomYHsWoaLWjWG3PhJA75tF/6AzvUGQfH6AV20aFiZj DIg25MFVRaKdvql2obfEerC8SHL4smJ/nSzkZo8+ziYwZb9ms23WDG0UNBnT15QmKVrg wzQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=dc1fw9eyx9IMYR4UaTYzHkX3DzWopXIPuydNxH9Ydf4=; b=i5NtiL1GYvs3kH+hz0J66o5iDu6NL+669QoLM/YSnEXSjvPrWWe+uMlSamlQAz0ZUm nQDC1W5SktXN2ndGXt7NhhGaPobfzRPSqa3ebmMCS2z4RxQlPrILoFIkzwOGKR/MVgA9 57Y1IMN5uBHPpPuCJjuhmFdMFMbxK3Vimu99v0iTXGkTvlp+pAwGcDiSZlANFs9W+3Ug AovSCUtwRgj+k4SugRU2nTbj15aVJXW1slP78dG7RVSNGkv4vqRuQarUyxBaVUv8fyRE hydPlIVzyQ9trx2Omrkgj4dvuzYzKA9S2QFliOvIQzr0MWacKbTkzqDG3lv6wi65VPBd VFpg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n2si29665572pga.426.2019.08.06.12.18.22; Tue, 06 Aug 2019 12:18:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726238AbfHFTQO (ORCPT + 99 others); Tue, 6 Aug 2019 15:16:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50264 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725939AbfHFTQO (ORCPT ); Tue, 6 Aug 2019 15:16:14 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 73A628CB4F; Tue, 6 Aug 2019 19:16:13 +0000 (UTC) Received: from dcbz.redhat.com (ovpn-116-63.ams2.redhat.com [10.36.116.63]) by smtp.corp.redhat.com (Postfix) with ESMTP id DB29519C65; Tue, 6 Aug 2019 19:16:08 +0000 (UTC) From: Adrian Reber To: Christian Brauner , Eric Biederman , Pavel Emelianov , Jann Horn , Oleg Nesterov , Dmitry Safonov <0x7f454c46@gmail.com> Cc: linux-kernel@vger.kernel.org, Andrei Vagin , Mike Rapoport , Radostin Stoyanov , Adrian Reber Subject: [PATCH v3 1/2] fork: extend clone3() to support CLONE_SET_TID Date: Tue, 6 Aug 2019 21:15:50 +0200 Message-Id: <20190806191551.22192-1-areber@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 06 Aug 2019 19:16:13 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The main motivation to add set_tid to clone3() is CRIU. To restore a process with the same PID/TID CRIU currently uses /proc/sys/kernel/ns_last_pid. It writes the desired (PID - 1) to ns_last_pid and then (quickly) does a clone(). This works most of the time, but it is racy. It is also slow as it requires multiple syscalls. Extending clone3() to support set_tid makes it possible restore a process using CRIU without accessing /proc/sys/kernel/ns_last_pid and race free (as long as the desired PID/TID is available). This clone3() extension places the same restrictions (CAP_SYS_ADMIN) on clone3() with set_tid as they are currently in place for ns_last_pid. Signed-off-by: Adrian Reber --- v2: - Removed (size < sizeof(struct clone_args)) as discussed with Christian and Dmitry - Added comment to ((set_tid != 1) && idr_get_cursor() <= 1) (Oleg) - Use idr_alloc() instead of idr_alloc_cyclic() (Oleg) v3: - Return EEXIST if PID is already in use (Christian) - Drop CLONE_SET_TID (Christian and Oleg) - Use idr_is_empty() instead of idr_get_cursor() (Oleg) - Handle different `struct clone_args` sizes (Dmitry) --- include/linux/pid.h | 2 +- include/linux/sched/task.h | 1 + include/uapi/linux/sched.h | 1 + kernel/fork.c | 18 ++++++++++++++++-- kernel/pid.c | 37 ++++++++++++++++++++++++++++++------- 5 files changed, 49 insertions(+), 10 deletions(-) diff --git a/include/linux/pid.h b/include/linux/pid.h index 2a83e434db9d..052000db0ced 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h @@ -116,7 +116,7 @@ extern struct pid *find_vpid(int nr); extern struct pid *find_get_pid(int nr); extern struct pid *find_ge_pid(int nr, struct pid_namespace *); -extern struct pid *alloc_pid(struct pid_namespace *ns); +extern struct pid *alloc_pid(struct pid_namespace *ns, pid_t set_tid); extern void free_pid(struct pid *pid); extern void disable_pid_allocation(struct pid_namespace *ns); diff --git a/include/linux/sched/task.h b/include/linux/sched/task.h index 0497091e40c1..4f2a80564332 100644 --- a/include/linux/sched/task.h +++ b/include/linux/sched/task.h @@ -26,6 +26,7 @@ struct kernel_clone_args { unsigned long stack; unsigned long stack_size; unsigned long tls; + pid_t set_tid; }; /* diff --git a/include/uapi/linux/sched.h b/include/uapi/linux/sched.h index b3105ac1381a..e1ce103a2c47 100644 --- a/include/uapi/linux/sched.h +++ b/include/uapi/linux/sched.h @@ -45,6 +45,7 @@ struct clone_args { __aligned_u64 stack; __aligned_u64 stack_size; __aligned_u64 tls; + __aligned_u64 set_tid; }; /* diff --git a/kernel/fork.c b/kernel/fork.c index 2852d0e76ea3..4bb3972ebb99 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -2031,7 +2031,7 @@ static __latent_entropy struct task_struct *copy_process( stackleak_task_init(p); if (pid != &init_struct_pid) { - pid = alloc_pid(p->nsproxy->pid_ns_for_children); + pid = alloc_pid(p->nsproxy->pid_ns_for_children, args->set_tid); if (IS_ERR(pid)) { retval = PTR_ERR(pid); goto bad_fork_cleanup_thread; @@ -2530,12 +2530,14 @@ noinline static int copy_clone_args_from_user(struct kernel_clone_args *kargs, struct clone_args __user *uargs, size_t size) { + struct pid_namespace *pid_ns = task_active_pid_ns(current); struct clone_args args; if (unlikely(size > PAGE_SIZE)) return -E2BIG; - if (unlikely(size < sizeof(struct clone_args))) + /* The struct needs to be at least the size of the original struct. */ + if (size < (sizeof(struct clone_args) - sizeof(__aligned_u64))) return -EINVAL; if (unlikely(!access_ok(uargs, size))) @@ -2573,6 +2575,14 @@ noinline static int copy_clone_args_from_user(struct kernel_clone_args *kargs, .tls = args.tls, }; + if (size == sizeof(struct clone_args)) { + /* Only check permissions if set_tid is actually set. */ + if (args.set_tid && + !ns_capable(pid_ns->user_ns, CAP_SYS_ADMIN)) + return -EPERM; + kargs->set_tid = args.set_tid; + } + return 0; } @@ -2585,6 +2595,10 @@ static bool clone3_args_valid(const struct kernel_clone_args *kargs) if (kargs->flags & ~CLONE_LEGACY_FLAGS) return false; + /* Fail if set_tid is invalid */ + if (kargs->set_tid < 0) + return false; + /* * - make the CLONE_DETACHED bit reuseable for clone3 * - make the CSIGNAL bits reuseable for clone3 diff --git a/kernel/pid.c b/kernel/pid.c index 0a9f2e437217..520b75c17790 100644 --- a/kernel/pid.c +++ b/kernel/pid.c @@ -157,7 +157,7 @@ void free_pid(struct pid *pid) call_rcu(&pid->rcu, delayed_put_pid); } -struct pid *alloc_pid(struct pid_namespace *ns) +struct pid *alloc_pid(struct pid_namespace *ns, int set_tid) { struct pid *pid; enum pid_type type; @@ -186,12 +186,35 @@ struct pid *alloc_pid(struct pid_namespace *ns) if (idr_get_cursor(&tmp->idr) > RESERVED_PIDS) pid_min = RESERVED_PIDS; - /* - * Store a null pointer so find_pid_ns does not find - * a partially initialized PID (see below). - */ - nr = idr_alloc_cyclic(&tmp->idr, NULL, pid_min, - pid_max, GFP_ATOMIC); + if (set_tid) { + /* + * Also fail if a PID != 1 is requested + * and no PID 1 exists. + */ + if ((set_tid >= pid_max) || ((set_tid != 1) && + (idr_is_empty(&tmp->idr)))) { + spin_unlock_irq(&pidmap_lock); + retval = -EINVAL; + goto out_free; + } + nr = idr_alloc(&tmp->idr, NULL, set_tid, + set_tid + 1, GFP_ATOMIC); + /* + * If ENOSPC is returned it means that the PID is + * alreay in use. Return EEXIST in that case. + */ + if (nr == -ENOSPC) + nr = -EEXIST; + /* Only use set_tid for one PID namespace. */ + set_tid = 0; + } else { + /* + * Store a null pointer so find_pid_ns does not find + * a partially initialized PID (see below). + */ + nr = idr_alloc_cyclic(&tmp->idr, NULL, pid_min, + pid_max, GFP_ATOMIC); + } spin_unlock_irq(&pidmap_lock); idr_preload_end(); -- 2.21.0