From nobody Fri May 17 01:43:39 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1612452531; cv=none; d=zohomail.com; s=zohoarc; b=G0/XIpSi3iF4b4G+JNe0KPoFMt1V19FBI9WsH4nIUq6iV01q79XP/ZJ6s9bnfyDnsp5XxsroaFz2ACdWYife0jnwT5Fjpwu7M/0poG6/eYynpsNURqx5MLMOd6F6WPckdMRVcKNCfg5KHZzPNRQo35d7LVXKdUVMBHcbg3K/Flk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1612452531; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=dUguKk7pEcNYDonCk/K2qnrIwMEERiH0yxbvA57CzCA=; b=QS3MN2lDA9+TObi3fmc/8Eg0I89gRqrMiK0fELvDFq5F7ur/a6OM/kjc4ER17YqxPRmY8H7iZZnzNntdwjuZqgeVNGWDLPA6gYLdvBI3lXRg7GV6x/VLL2iCN6nBgT477y2eSIMxEsgKRzMft42XvkNWy1WTMGZs3UloPsUBXFU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1612452531255934.0549321409636; Thu, 4 Feb 2021 07:28:51 -0800 (PST) Received: from localhost ([::1]:60610 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7gDj-0007OW-Eq for importer@patchew.org; Thu, 04 Feb 2021 10:06:59 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7g9V-000308-Q9 for qemu-devel@nongnu.org; Thu, 04 Feb 2021 10:02:38 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:50567) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1l7g9T-0002XV-Ug for qemu-devel@nongnu.org; Thu, 04 Feb 2021 10:02:37 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-394-lo0YQtksOKmX4yrWH2z8Aw-1; Thu, 04 Feb 2021 10:02:33 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7D1FA1936B61; Thu, 4 Feb 2021 15:02:32 +0000 (UTC) Received: from localhost (ovpn-115-89.ams2.redhat.com [10.36.115.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8D3B55DA2D; Thu, 4 Feb 2021 15:02:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612450955; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dUguKk7pEcNYDonCk/K2qnrIwMEERiH0yxbvA57CzCA=; b=IUKCiqUTpoiEGzmhxTd4ZxTbrb/qE2euCbDUbjeMaBobkZ1aCWmk/Fq6p23U2ToA9ZTnHu ym2kNXaXb9qjDtPeKjJOBAbUZwFgqb2B/0vwQR8gE4ajmYgyfnOJ5ZsDJfzsAPDvUceb4E aSczUb9XllpcqskNo8wlyyIjMF+0bto= X-MC-Unique: lo0YQtksOKmX4yrWH2z8Aw-1 From: Stefan Hajnoczi To: qemu-devel@nongnu.org Subject: [PATCH v5 1/3] virtiofsd: extract lo_do_open() from lo_open() Date: Thu, 4 Feb 2021 15:02:06 +0000 Message-Id: <20210204150208.367837-2-stefanha@redhat.com> In-Reply-To: <20210204150208.367837-1-stefanha@redhat.com> References: <20210204150208.367837-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=stefanha@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=63.128.21.124; envelope-from=stefanha@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.351, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, MIME_BASE64_TEXT=1.741, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mszeredi@redhat.com, Daniel Berrange , slp@redhat.com, Greg Kurz , P J P , virtio-fs@redhat.com, vgoyal@redhat.com, Stefan Hajnoczi , Laszlo Ersek , "Dr. David Alan Gilbert" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Both lo_open() and lo_create() have similar code to open a file. Extract a common lo_do_open() function from lo_open() that will be used by lo_create() in a later commit. Since lo_do_open() does not otherwise need fuse_req_t req, convert lo_add_fd_mapping() to use struct lo_data *lo instead. Signed-off-by: Stefan Hajnoczi Reported-by: Alex Xu Reviewed-by: Greg Kurz --- v4: * Return positive errno if openat(2) fails in lo_do_open() [Greg] --- tools/virtiofsd/passthrough_ll.c | 73 ++++++++++++++++++++------------ 1 file changed, 46 insertions(+), 27 deletions(-) diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough= _ll.c index 5fb36d9407..f14fa5124d 100644 --- a/tools/virtiofsd/passthrough_ll.c +++ b/tools/virtiofsd/passthrough_ll.c @@ -459,17 +459,17 @@ static void lo_map_remove(struct lo_map *map, size_t = key) } =20 /* Assumes lo->mutex is held */ -static ssize_t lo_add_fd_mapping(fuse_req_t req, int fd) +static ssize_t lo_add_fd_mapping(struct lo_data *lo, int fd) { struct lo_map_elem *elem; =20 - elem =3D lo_map_alloc_elem(&lo_data(req)->fd_map); + elem =3D lo_map_alloc_elem(&lo->fd_map); if (!elem) { return -1; } =20 elem->fd =3D fd; - return elem - lo_data(req)->fd_map.elems; + return elem - lo->fd_map.elems; } =20 /* Assumes lo->mutex is held */ @@ -1651,6 +1651,38 @@ static void update_open_flags(int writeback, int all= ow_direct_io, } } =20 +static int lo_do_open(struct lo_data *lo, struct lo_inode *inode, + struct fuse_file_info *fi) +{ + char buf[64]; + ssize_t fh; + int fd; + + update_open_flags(lo->writeback, lo->allow_direct_io, fi); + + sprintf(buf, "%i", inode->fd); + fd =3D openat(lo->proc_self_fd, buf, fi->flags & ~O_NOFOLLOW); + if (fd =3D=3D -1) { + return errno; + } + + pthread_mutex_lock(&lo->mutex); + fh =3D lo_add_fd_mapping(lo, fd); + pthread_mutex_unlock(&lo->mutex); + if (fh =3D=3D -1) { + close(fd); + return ENOMEM; + } + + fi->fh =3D fh; + if (lo->cache =3D=3D CACHE_NONE) { + fi->direct_io =3D 1; + } else if (lo->cache =3D=3D CACHE_ALWAYS) { + fi->keep_cache =3D 1; + } + return 0; +} + static void lo_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) { @@ -1691,7 +1723,7 @@ static void lo_create(fuse_req_t req, fuse_ino_t pare= nt, const char *name, ssize_t fh; =20 pthread_mutex_lock(&lo->mutex); - fh =3D lo_add_fd_mapping(req, fd); + fh =3D lo_add_fd_mapping(lo, fd); pthread_mutex_unlock(&lo->mutex); if (fh =3D=3D -1) { close(fd); @@ -1892,38 +1924,25 @@ static void lo_fsyncdir(fuse_req_t req, fuse_ino_t = ino, int datasync, =20 static void lo_open(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info = *fi) { - int fd; - ssize_t fh; - char buf[64]; struct lo_data *lo =3D lo_data(req); + struct lo_inode *inode =3D lo_inode(req, ino); + int err; =20 fuse_log(FUSE_LOG_DEBUG, "lo_open(ino=3D%" PRIu64 ", flags=3D%d)\n", i= no, fi->flags); =20 - update_open_flags(lo->writeback, lo->allow_direct_io, fi); - - sprintf(buf, "%i", lo_fd(req, ino)); - fd =3D openat(lo->proc_self_fd, buf, fi->flags & ~O_NOFOLLOW); - if (fd =3D=3D -1) { - return (void)fuse_reply_err(req, errno); - } - - pthread_mutex_lock(&lo->mutex); - fh =3D lo_add_fd_mapping(req, fd); - pthread_mutex_unlock(&lo->mutex); - if (fh =3D=3D -1) { - close(fd); - fuse_reply_err(req, ENOMEM); + if (!inode) { + fuse_reply_err(req, EBADF); return; } =20 - fi->fh =3D fh; - if (lo->cache =3D=3D CACHE_NONE) { - fi->direct_io =3D 1; - } else if (lo->cache =3D=3D CACHE_ALWAYS) { - fi->keep_cache =3D 1; + err =3D lo_do_open(lo, inode, fi); + lo_inode_put(lo, &inode); + if (err) { + fuse_reply_err(req, err); + } else { + fuse_reply_open(req, fi); } - fuse_reply_open(req, fi); } =20 static void lo_release(fuse_req_t req, fuse_ino_t ino, --=20 2.29.2 From nobody Fri May 17 01:43:39 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1612451131; cv=none; d=zohomail.com; s=zohoarc; b=G7v+7MuxL4OBWZbeFWRtT1o5wmrSkWryQ1kNAfNsG0kpgth66fClEoGlr5L2RN0PbtxU5i3ZuWYkSdO5oD3SqjYvVnHcQ0vRmg+tusJg8n/XueBPDYvRgwW8zS9a7SFfblgeUDflW0TWTF9HqA0OI5qPTANY37Wlkgo48HQ67z0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1612451131; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=TDEce3OIkshhfGWpJ6O1gNUvo+qNj3ylTwkmaF9ii04=; b=KWLZEwrV/TKEsw5qs9XbzFHSjQW0RVhPl8U0QgfNqBcZKjbUgGCjlusoMLwoKxkFWeXcO1rb2YLeRWJ3/RDML7quGRaKfUb9/LOh6P6pnSixDAavmYeDWZUSTkrVI5XD54rXJPTm/KexWh5jZ3ItRzbyY/57S5utMw7Fen+hOns= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1612451131043367.00275298821134; Thu, 4 Feb 2021 07:05:31 -0800 (PST) Received: from localhost ([::1]:55012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7gCE-0004n2-3l for importer@patchew.org; Thu, 04 Feb 2021 10:05:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7g9o-000356-2C for qemu-devel@nongnu.org; Thu, 04 Feb 2021 10:02:58 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:30350) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1l7g9i-0002dU-8Y for qemu-devel@nongnu.org; Thu, 04 Feb 2021 10:02:55 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-129-uY0QrSEKMQaDapBfBHJUag-1; Thu, 04 Feb 2021 10:02:47 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E8736107ACE6; Thu, 4 Feb 2021 15:02:46 +0000 (UTC) Received: from localhost (ovpn-115-89.ams2.redhat.com [10.36.115.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0CF0160BE2; Thu, 4 Feb 2021 15:02:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612450969; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TDEce3OIkshhfGWpJ6O1gNUvo+qNj3ylTwkmaF9ii04=; b=cTvHzeP5x7xKcFDaPDbja34W2hzekuCnP16iYvhHYkuogTiDt8ay0gF9UufC7nILl4wskS +71LyaWtmEiePA158lUfdDuFGYHEOv9QYX3tKF/8GkxQIHzV0gVFND/FW2LxrjQ+LQsKqm FxhpavdPzaLn7BOopxFfr3FJZJLtar4= X-MC-Unique: uY0QrSEKMQaDapBfBHJUag-1 From: Stefan Hajnoczi To: qemu-devel@nongnu.org Subject: [PATCH v5 2/3] virtiofsd: optionally return inode pointer from lo_do_lookup() Date: Thu, 4 Feb 2021 15:02:07 +0000 Message-Id: <20210204150208.367837-3-stefanha@redhat.com> In-Reply-To: <20210204150208.367837-1-stefanha@redhat.com> References: <20210204150208.367837-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=stefanha@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=stefanha@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.351, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, MIME_BASE64_TEXT=1.741, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mszeredi@redhat.com, Daniel Berrange , slp@redhat.com, Greg Kurz , P J P , virtio-fs@redhat.com, vgoyal@redhat.com, Stefan Hajnoczi , Laszlo Ersek , "Dr. David Alan Gilbert" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" lo_do_lookup() finds an existing inode or allocates a new one. It increments nlookup so that the inode stays alive until the client releases it. Existing callers don't need the struct lo_inode so the function doesn't return it. Extend the function to optionally return the inode. The next commit will need it. Signed-off-by: Stefan Hajnoczi Reviewed-by: Greg Kurz Reported-by: Alex Xu --- tools/virtiofsd/passthrough_ll.c | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough= _ll.c index f14fa5124d..aa35fc6ba5 100644 --- a/tools/virtiofsd/passthrough_ll.c +++ b/tools/virtiofsd/passthrough_ll.c @@ -831,11 +831,13 @@ static int do_statx(struct lo_data *lo, int dirfd, co= nst char *pathname, } =20 /* - * Increments nlookup and caller must release refcount using - * lo_inode_put(&parent). + * Increments nlookup on the inode on success. unref_inode_lolocked() must= be + * called eventually to decrement nlookup again. If inodep is non-NULL, the + * inode pointer is stored and the caller must call lo_inode_put(). */ static int lo_do_lookup(fuse_req_t req, fuse_ino_t parent, const char *nam= e, - struct fuse_entry_param *e) + struct fuse_entry_param *e, + struct lo_inode **inodep) { int newfd; int res; @@ -845,6 +847,10 @@ static int lo_do_lookup(fuse_req_t req, fuse_ino_t par= ent, const char *name, struct lo_inode *inode =3D NULL; struct lo_inode *dir =3D lo_inode(req, parent); =20 + if (inodep) { + *inodep =3D NULL; + } + /* * name_to_handle_at() and open_by_handle_at() can reach here with fuse * mount point in guest, but we don't have its inode info in the @@ -913,7 +919,14 @@ static int lo_do_lookup(fuse_req_t req, fuse_ino_t par= ent, const char *name, pthread_mutex_unlock(&lo->mutex); } e->ino =3D inode->fuse_ino; - lo_inode_put(lo, &inode); + + /* Transfer ownership of inode pointer to caller or drop it */ + if (inodep) { + *inodep =3D inode; + } else { + lo_inode_put(lo, &inode); + } + lo_inode_put(lo, &dir); =20 fuse_log(FUSE_LOG_DEBUG, " %lli/%s -> %lli\n", (unsigned long long)pa= rent, @@ -948,7 +961,7 @@ static void lo_lookup(fuse_req_t req, fuse_ino_t parent= , const char *name) return; } =20 - err =3D lo_do_lookup(req, parent, name, &e); + err =3D lo_do_lookup(req, parent, name, &e, NULL); if (err) { fuse_reply_err(req, err); } else { @@ -1056,7 +1069,7 @@ static void lo_mknod_symlink(fuse_req_t req, fuse_ino= _t parent, goto out; } =20 - saverr =3D lo_do_lookup(req, parent, name, &e); + saverr =3D lo_do_lookup(req, parent, name, &e, NULL); if (saverr) { goto out; } @@ -1534,7 +1547,7 @@ static void lo_do_readdir(fuse_req_t req, fuse_ino_t = ino, size_t size, =20 if (plus) { if (!is_dot_or_dotdot(name)) { - err =3D lo_do_lookup(req, ino, name, &e); + err =3D lo_do_lookup(req, ino, name, &e, NULL); if (err) { goto error; } @@ -1732,7 +1745,7 @@ static void lo_create(fuse_req_t req, fuse_ino_t pare= nt, const char *name, } =20 fi->fh =3D fh; - err =3D lo_do_lookup(req, parent, name, &e); + err =3D lo_do_lookup(req, parent, name, &e, NULL); } if (lo->cache =3D=3D CACHE_NONE) { fi->direct_io =3D 1; --=20 2.29.2 From nobody Fri May 17 01:43:39 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1612451131; cv=none; d=zohomail.com; s=zohoarc; b=Z38qB6vg7MD1nCUmusAU7o+kfbw7m9ksfIdNjdfSSCz1eyt2Z9FzQLnk++mm4S24ikMCwqVVPtm5lgShswfvD745tG9/c9JLeYaPBGaVGBEtC32GjvMSfV2WhfK37Lyxc9aSxuXjTdSlBoR3BbJQpXklGMMSXZEUuwpjv9OHA7w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1612451131; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=CKcll4oBdHGSZ93sW+jglJXU08GQbDsj3OlkZvBHJog=; b=XjxM991AWnT8mEjcGfO2IGQGJO/hnspqBphM+0c8Uby5AJWOHqra2glODzGDmMqwX1LE99Pug6A8TqFJ5DrImq/3TaoIlVgpV9XHz858O+7ITEYIWqygqra8v+N3Dc1h0lgeEBpuhblXZASY/urymvOXS6lEpv7bmS9dgavtJLw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1612451131518458.99838300864405; Thu, 4 Feb 2021 07:05:31 -0800 (PST) Received: from localhost ([::1]:55128 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7gCH-0004qM-BE for importer@patchew.org; Thu, 04 Feb 2021 10:05:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40670) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7gA2-00036n-0I for qemu-devel@nongnu.org; Thu, 04 Feb 2021 10:03:13 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:26977) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1l7g9v-0002h1-II for qemu-devel@nongnu.org; Thu, 04 Feb 2021 10:03:09 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-28-dOr8N0-mP72SAfS5LS7OFw-1; Thu, 04 Feb 2021 10:02:59 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F2471801962; Thu, 4 Feb 2021 15:02:57 +0000 (UTC) Received: from localhost (ovpn-115-89.ams2.redhat.com [10.36.115.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5C9AF5C648; Thu, 4 Feb 2021 15:02:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612450981; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CKcll4oBdHGSZ93sW+jglJXU08GQbDsj3OlkZvBHJog=; b=NuP79yeAVybDEkkYfNI+EiqiZcZ/1aifCAXskgsfSI9H09wKGlnrkuWhFrytdE7NTQDDw0 1d7mcZfEEdgPoRgk/Stc6t8w5rClEBmjqWNmAzN9LvZvapxus3bTLReY3Pc2JDPVq2dGjT FcIw/KSXwcvUv7Szx6Jo9I1m/cOaNHk= X-MC-Unique: dOr8N0-mP72SAfS5LS7OFw-1 From: Stefan Hajnoczi To: qemu-devel@nongnu.org Subject: [PATCH v5 3/3] virtiofsd: prevent opening of special files (CVE-2020-35517) Date: Thu, 4 Feb 2021 15:02:08 +0000 Message-Id: <20210204150208.367837-4-stefanha@redhat.com> In-Reply-To: <20210204150208.367837-1-stefanha@redhat.com> References: <20210204150208.367837-1-stefanha@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=stefanha@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.133.124; envelope-from=stefanha@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.351, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, MIME_BASE64_TEXT=1.741, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mszeredi@redhat.com, Daniel Berrange , slp@redhat.com, Greg Kurz , P J P , virtio-fs@redhat.com, Alex Xu , vgoyal@redhat.com, Stefan Hajnoczi , Laszlo Ersek , "Dr. David Alan Gilbert" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" A well-behaved FUSE client does not attempt to open special files with FUSE_OPEN because they are handled on the client side (e.g. device nodes are handled by client-side device drivers). The check to prevent virtiofsd from opening special files is missing in a few cases, most notably FUSE_OPEN. A malicious client can cause virtiofsd to open a device node, potentially allowing the guest to escape. This can be exploited by a modified guest device driver. It is not exploitable from guest userspace since the guest kernel will handle special files inside the guest instead of sending FUSE requests. This patch fixes this issue by introducing the lo_inode_open() function to check the file type before opening it. This is a short-term solution because it does not prevent a compromised virtiofsd process from opening device nodes on the host. Restructure lo_create() to try O_CREAT | O_EXCL first. Note that O_CREAT | O_EXCL does not follow symlinks, so O_NOFOLLOW masking is not necessary here. If the file exists and the user did not specify O_EXCL, open it via lo_do_open(). Reported-by: Alex Xu Fixes: CVE-2020-35517 Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Vivek Goyal Signed-off-by: Stefan Hajnoczi Reviewed-by: Greg Kurz --- v4: * Return -fd instead or -errno after lo_inode_open() in lo_do_open() [Greg] * Use De Morgan's Law to simplify the boolean expression in lo_create() [V= ivek] * Add missing errno =3D -truncfd after lo_inode_open() call in lo_setattr v3: * Restructure lo_create() to handle externally-created files (we need to allocate an inode for them) [Greg] v3: * Protect lo_create() [Greg] v2: * Add doc comment clarifying that symlinks are traversed client-side [Daniel] This issue was diagnosed on public IRC and is therefore already known and not embargoed. A stronger fix, and the long-term solution, is for users to mount the shared directory and any sub-mounts with nodev, as well as nosuid and noexec. Unfortunately virtiofsd cannot do this automatically because bind mounts added by the user after virtiofsd has launched would not be detected. I suggest the following: 1. Modify libvirt and Kata Containers to explicitly set these mount options. 2. Then modify virtiofsd to check that the shared directory has the necessary options at startup. Refuse to start if the options are missing so that the user is aware of the security requirements. As a bonus this also increases the likelihood that other host processes besides virtiofsd will be protected by nosuid/noexec/nodev so that a malicious guest cannot drop these files in place and then arrange for a host process to come across them. Additionally, user namespaces have been discussed. They seem like a worthwhile addition as an unprivileged or privilege-separated mode although there are limitations with respect to security xattrs and the actual uid/gid stored on the host file system not corresponding to the guest uid/gid. Signed-off-by: Stefan Hajnoczi --- tools/virtiofsd/passthrough_ll.c | 144 ++++++++++++++++++++----------- 1 file changed, 92 insertions(+), 52 deletions(-) diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough= _ll.c index aa35fc6ba5..147b59338a 100644 --- a/tools/virtiofsd/passthrough_ll.c +++ b/tools/virtiofsd/passthrough_ll.c @@ -555,6 +555,38 @@ static int lo_fd(fuse_req_t req, fuse_ino_t ino) return fd; } =20 +/* + * Open a file descriptor for an inode. Returns -EBADF if the inode is not= a + * regular file or a directory. + * + * Use this helper function instead of raw openat(2) to prevent security i= ssues + * when a malicious client opens special files such as block device nodes. + * Symlink inodes are also rejected since symlinks must already have been + * traversed on the client side. + */ +static int lo_inode_open(struct lo_data *lo, struct lo_inode *inode, + int open_flags) +{ + g_autofree char *fd_str =3D g_strdup_printf("%d", inode->fd); + int fd; + + if (!S_ISREG(inode->filetype) && !S_ISDIR(inode->filetype)) { + return -EBADF; + } + + /* + * The file is a symlink so O_NOFOLLOW must be ignored. We checked ear= lier + * that the inode is not a special file but if an external process rac= es + * with us then symlinks are traversed here. It is not possible to esc= ape + * the shared directory since it is mounted as "/" though. + */ + fd =3D openat(lo->proc_self_fd, fd_str, open_flags & ~O_NOFOLLOW); + if (fd < 0) { + return -errno; + } + return fd; +} + static void lo_init(void *userdata, struct fuse_conn_info *conn) { struct lo_data *lo =3D (struct lo_data *)userdata; @@ -684,9 +716,9 @@ static void lo_setattr(fuse_req_t req, fuse_ino_t ino, = struct stat *attr, if (fi) { truncfd =3D fd; } else { - sprintf(procname, "%i", ifd); - truncfd =3D openat(lo->proc_self_fd, procname, O_RDWR); + truncfd =3D lo_inode_open(lo, inode, O_RDWR); if (truncfd < 0) { + errno =3D -truncfd; goto out_err; } } @@ -848,7 +880,7 @@ static int lo_do_lookup(fuse_req_t req, fuse_ino_t pare= nt, const char *name, struct lo_inode *dir =3D lo_inode(req, parent); =20 if (inodep) { - *inodep =3D NULL; + *inodep =3D NULL; /* in case there is an error */ } =20 /* @@ -1664,19 +1696,26 @@ static void update_open_flags(int writeback, int al= low_direct_io, } } =20 +/* + * Open a regular file, set up an fd mapping, and fill out the struct + * fuse_file_info for it. If existing_fd is not negative, use that fd inst= ead + * opening a new one. Takes ownership of existing_fd. + * + * Returns 0 on success or a positive errno. + */ static int lo_do_open(struct lo_data *lo, struct lo_inode *inode, - struct fuse_file_info *fi) + int existing_fd, struct fuse_file_info *fi) { - char buf[64]; ssize_t fh; - int fd; + int fd =3D existing_fd; =20 update_open_flags(lo->writeback, lo->allow_direct_io, fi); =20 - sprintf(buf, "%i", inode->fd); - fd =3D openat(lo->proc_self_fd, buf, fi->flags & ~O_NOFOLLOW); - if (fd =3D=3D -1) { - return errno; + if (fd < 0) { + fd =3D lo_inode_open(lo, inode, fi->flags); + if (fd < 0) { + return -fd; + } } =20 pthread_mutex_lock(&lo->mutex); @@ -1699,9 +1738,10 @@ static int lo_do_open(struct lo_data *lo, struct lo_= inode *inode, static void lo_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi) { - int fd; + int fd =3D -1; struct lo_data *lo =3D lo_data(req); struct lo_inode *parent_inode; + struct lo_inode *inode =3D NULL; struct fuse_entry_param e; int err; struct lo_cred old =3D {}; @@ -1727,36 +1767,38 @@ static void lo_create(fuse_req_t req, fuse_ino_t pa= rent, const char *name, =20 update_open_flags(lo->writeback, lo->allow_direct_io, fi); =20 - fd =3D openat(parent_inode->fd, name, (fi->flags | O_CREAT) & ~O_NOFOL= LOW, - mode); + /* Try to create a new file but don't open existing files */ + fd =3D openat(parent_inode->fd, name, fi->flags | O_CREAT | O_EXCL, mo= de); err =3D fd =3D=3D -1 ? errno : 0; + lo_restore_cred(&old); =20 - if (!err) { - ssize_t fh; - - pthread_mutex_lock(&lo->mutex); - fh =3D lo_add_fd_mapping(lo, fd); - pthread_mutex_unlock(&lo->mutex); - if (fh =3D=3D -1) { - close(fd); - err =3D ENOMEM; - goto out; - } + /* Ignore the error if file exists and O_EXCL was not given */ + if (err && (err !=3D EEXIST || (fi->flags & O_EXCL))) { + goto out; + } =20 - fi->fh =3D fh; - err =3D lo_do_lookup(req, parent, name, &e, NULL); + err =3D lo_do_lookup(req, parent, name, &e, &inode); + if (err) { + goto out; } - if (lo->cache =3D=3D CACHE_NONE) { - fi->direct_io =3D 1; - } else if (lo->cache =3D=3D CACHE_ALWAYS) { - fi->keep_cache =3D 1; + + err =3D lo_do_open(lo, inode, fd, fi); + fd =3D -1; /* lo_do_open() takes ownership of fd */ + if (err) { + /* Undo lo_do_lookup() nlookup ref */ + unref_inode_lolocked(lo, inode, 1); } =20 out: + lo_inode_put(lo, &inode); lo_inode_put(lo, &parent_inode); =20 if (err) { + if (fd >=3D 0) { + close(fd); + } + fuse_reply_err(req, err); } else { fuse_reply_create(req, &e, fi); @@ -1770,7 +1812,6 @@ static struct lo_inode_plock *lookup_create_plock_ctx= (struct lo_data *lo, pid_t pid, int *err) { struct lo_inode_plock *plock; - char procname[64]; int fd; =20 plock =3D @@ -1787,12 +1828,10 @@ static struct lo_inode_plock *lookup_create_plock_c= tx(struct lo_data *lo, } =20 /* Open another instance of file which can be used for ofd locks. */ - sprintf(procname, "%i", inode->fd); - /* TODO: What if file is not writable? */ - fd =3D openat(lo->proc_self_fd, procname, O_RDWR); - if (fd =3D=3D -1) { - *err =3D errno; + fd =3D lo_inode_open(lo, inode, O_RDWR); + if (fd < 0) { + *err =3D -fd; free(plock); return NULL; } @@ -1949,7 +1988,7 @@ static void lo_open(fuse_req_t req, fuse_ino_t ino, s= truct fuse_file_info *fi) return; } =20 - err =3D lo_do_open(lo, inode, fi); + err =3D lo_do_open(lo, inode, -1, fi); lo_inode_put(lo, &inode); if (err) { fuse_reply_err(req, err); @@ -2014,39 +2053,40 @@ static void lo_flush(fuse_req_t req, fuse_ino_t ino= , struct fuse_file_info *fi) static void lo_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, struct fuse_file_info *fi) { + struct lo_inode *inode =3D lo_inode(req, ino); + struct lo_data *lo =3D lo_data(req); int res; int fd; - char *buf; =20 fuse_log(FUSE_LOG_DEBUG, "lo_fsync(ino=3D%" PRIu64 ", fi=3D0x%p)\n", i= no, (void *)fi); =20 + if (!inode) { + fuse_reply_err(req, EBADF); + return; + } + if (!fi) { - struct lo_data *lo =3D lo_data(req); - - res =3D asprintf(&buf, "%i", lo_fd(req, ino)); - if (res =3D=3D -1) { - return (void)fuse_reply_err(req, errno); - } - - fd =3D openat(lo->proc_self_fd, buf, O_RDWR); - free(buf); - if (fd =3D=3D -1) { - return (void)fuse_reply_err(req, errno); + fd =3D lo_inode_open(lo, inode, O_RDWR); + if (fd < 0) { + res =3D -fd; + goto out; } } else { fd =3D lo_fi_fd(req, fi); } =20 if (datasync) { - res =3D fdatasync(fd); + res =3D fdatasync(fd) =3D=3D -1 ? errno : 0; } else { - res =3D fsync(fd); + res =3D fsync(fd) =3D=3D -1 ? errno : 0; } if (!fi) { close(fd); } - fuse_reply_err(req, res =3D=3D -1 ? errno : 0); +out: + lo_inode_put(lo, &inode); + fuse_reply_err(req, res); } =20 static void lo_read(fuse_req_t req, fuse_ino_t ino, size_t size, off_t off= set, --=20 2.29.2