Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2218690imm; Tue, 10 Jul 2018 15:43:45 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcLKWG9FNAp1P4Zdns/y/WyjcpBdjZaVX3des/YTLKYdXTjer40rv924M2HIDldaOwJpgS6 X-Received: by 2002:a65:4541:: with SMTP id x1-v6mr23830598pgr.26.1531262625288; Tue, 10 Jul 2018 15:43:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531262625; cv=none; d=google.com; s=arc-20160816; b=HFGE3dJtZuSvYegeAWeXKbFajdusWAncfCjPb8rc1eWp6qTe0JHCoXjZUgsMpAcWxp vGRs1SrMW+tN5RIRr3LFaP7VNeC5l9NsRbPjpOcl0ZlvI8/8DSionLDhDKI6LRqbFE3L 2Q8RJJXiRCImj5HLChoJ7fNapAwny6wfoPffxZNHm+hPz12KIhNUZ8sCbMmzXqMfcDlX MPIOnzNyn7UsLP7eTNrtmdky7jIHuf1SHroWUn25f6/M2cI6F2ZTvyd3mX03FZrH1gTy 5Cy+o0R2X37wX2Nxs3aiwgeorEyvGtsxto3hvKjgvNZZKUkFYSl8e4PrmV+0MoyQ8aP3 7E6Q== 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 :user-agent:references:in-reply-to:message-id:date:cc:to:from :subject:organization:arc-authentication-results; bh=kodPQM4AXSGU8u6kT7m/ZJzk38VFwEK604PZT4S8klQ=; b=SawoTBsc/SpGhRggILxi2w+7Rf9EcXmbebamn0TMAQplOn+dMyAkCdwXvLPcTRh7aH kmWBYwWSXckdXggbZAuFG1N0pJpkNJ3KwkVNHfS7IQ7EmeRv9+rJePfIBo8oY37tALKV pE1mds53CncerrvQUKRGNAZgSQtMpEoSCA1VA/5J8Q0pdv1aVsD6BFT7/fhGBftGHqjU pjVUltyohe5GhlbYGHQpLc4rADvCwR+l1FJiibeyWF2RR4LuobIcn1weU8O05YEz8pDo oO2cUM75FDyDLjEer/YvlYhc7DAIN9MEwt9bx3fPgodBM4JITA2FAkbWl+mb+fCrW9GS orZA== 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 q9-v6si19810822pfg.27.2018.07.10.15.43.29; Tue, 10 Jul 2018 15:43:45 -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 S1732489AbeGJWnD (ORCPT + 99 others); Tue, 10 Jul 2018 18:43:03 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:49952 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732299AbeGJWnD (ORCPT ); Tue, 10 Jul 2018 18:43:03 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0AB39407446D; Tue, 10 Jul 2018 22:41:50 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-120-149.rdu2.redhat.com [10.10.120.149]) by smtp.corp.redhat.com (Postfix) with ESMTP id 67CEF2026D6B; Tue, 10 Jul 2018 22:41:49 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 Subject: [PATCH 03/32] teach move_mount(2) to work with OPEN_TREE_CLONE [ver #9] From: David Howells To: viro@zeniv.linux.org.uk Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Date: Tue, 10 Jul 2018 23:41:48 +0100 Message-ID: <153126250894.14533.11701155170173292521.stgit@warthog.procyon.org.uk> In-Reply-To: <153126248868.14533.9751473662727327569.stgit@warthog.procyon.org.uk> References: <153126248868.14533.9751473662727327569.stgit@warthog.procyon.org.uk> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 10 Jul 2018 22:41:50 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 10 Jul 2018 22:41:50 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'dhowells@redhat.com' RCPT:'' Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Al Viro Allow a detached tree created by open_tree(..., OPEN_TREE_CLONE) to be attached by move_mount(2). If by the time of final fput() of OPEN_TREE_CLONE-opened file its tree is not detached anymore, it won't be dissolved. move_mount(2) is adjusted to handle detached source. That gives us equivalents of mount --bind and mount --rbind. Signed-off-by: Al Viro --- fs/namespace.c | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/fs/namespace.c b/fs/namespace.c index e95b2bc8fcfe..bd2526b24afb 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -1845,8 +1845,10 @@ void dissolve_on_fput(struct vfsmount *mnt) { namespace_lock(); lock_mount_hash(); - mntget(mnt); - umount_tree(real_mount(mnt), UMOUNT_SYNC); + if (!real_mount(mnt)->mnt_ns) { + mntget(mnt); + umount_tree(real_mount(mnt), UMOUNT_SYNC); + } unlock_mount_hash(); namespace_unlock(); } @@ -2453,6 +2455,7 @@ static int do_move_mount(struct path *old_path, struct path *new_path) struct mount *old; struct mountpoint *mp; int err; + bool attached; mp = lock_mount(new_path); err = PTR_ERR(mp); @@ -2463,10 +2466,19 @@ static int do_move_mount(struct path *old_path, struct path *new_path) p = real_mount(new_path->mnt); err = -EINVAL; - if (!check_mnt(p) || !check_mnt(old)) + /* The mountpoint must be in our namespace. */ + if (!check_mnt(p)) + goto out1; + /* The thing moved should be either ours or completely unattached. */ + if (old->mnt_ns && !check_mnt(old)) goto out1; - if (!mnt_has_parent(old)) + attached = mnt_has_parent(old); + /* + * We need to allow open_tree(OPEN_TREE_CLONE) followed by + * move_mount(), but mustn't allow "/" to be moved. + */ + if (old->mnt_ns && !attached) goto out1; if (old->mnt.mnt_flags & MNT_LOCKED) @@ -2481,7 +2493,7 @@ static int do_move_mount(struct path *old_path, struct path *new_path) /* * Don't move a mount residing in a shared parent. */ - if (IS_MNT_SHARED(old->mnt_parent)) + if (attached && IS_MNT_SHARED(old->mnt_parent)) goto out1; /* * Don't move a mount tree containing unbindable mounts to a destination @@ -2495,7 +2507,7 @@ static int do_move_mount(struct path *old_path, struct path *new_path) goto out1; err = attach_recursive_mnt(old, real_mount(new_path->mnt), mp, - &parent_path); + attached ? &parent_path : NULL); if (err) goto out1; @@ -3179,6 +3191,8 @@ SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, /* * Move a mount from one place to another. + * In combination with open_tree(OPEN_TREE_CLONE [| AT_RECURSIVE]) it can be + * used to copy a mount subtree. * * Note the flags value is a combination of MOVE_MOUNT_* flags. */