From patchwork Sun Nov 24 15:50:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Schoenebeck X-Patchwork-Id: 13884160 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7BDBDD68BF8 for ; Sun, 24 Nov 2024 17:08:27 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tFG5T-0003kf-M8; Sun, 24 Nov 2024 12:07:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <4c41ad47f449a5cc8bfa9285743e029080d5f324@kylie.crudebyte.com>) id 1tFG5S-0003kN-2y; Sun, 24 Nov 2024 12:07:54 -0500 Received: from kylie.crudebyte.com ([5.189.157.229]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <4c41ad47f449a5cc8bfa9285743e029080d5f324@kylie.crudebyte.com>) id 1tFG5Q-0005HX-Jh; Sun, 24 Nov 2024 12:07:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crudebyte.com; s=kylie; h=Cc:To:Subject:Date:From:References:In-Reply-To: Message-Id:Content-Type:Content-Transfer-Encoding:MIME-Version:Content-ID: Content-Description; bh=JUlu1jwF1AFo/JL219ofOcoYRnKg7uQEG0oLsTvCOO8=; b=oynSg TTv64ToyAm5Ctu0iXWqCRkp4BsWvn4Dg92QPX1maziDPRBOVleLaXgofH6Be2tgBCOQM0h/YnXUWT dhCxUtsDBYUaid1rQ1+jHu5uB3mOY3oDqIFTfCYWnmyyxEon0y2Z63W6MAEJc+e52AgO1P8BOL2XL DUvY4dncSj9w7mq8D/lffJ1Ruy3kx6BYH9/KAovJOK1/B5ZY5mB+tYiKbdblhiBD3iZSuw4JfFdFN RsBb1zOjXj5ue/rq6GHtnzFgfanGNuYgC9yyu9F/O3iaI0zJslNOKIvYoYQE7YfAhfZYCzpbdAU0N aP+Btz4YyBY/j0hIGoB7OeCeQo2Fj3vDdskT/Ghg8lDzsF3fri5hsmEMf76knr1CgbpUfqoxhwS4z uRWBIcjHyoUN+l/ofVoA/yGVNmR+UA/CmQCpJkMLSDGESOPE5W5LDFYzUrwTnFyWoYKkhTdBGg0AZ xi887yCj3QH8aVSafpOw6l32xkYNUpGNtfkbKbEKAEzdV8Ily0iEVuunBWgX96AZ3H3h1cwJ2vFoM 1rmHd0BEfqxq88+CRBuUlHYBHCQK9AT+zNO4UMTVLtz/XzL5WrC7RFln3zWfQUDd9FIZP9GtRRiZA 0qHnomh9vB6SkDG4voP1nQftRQt8DupOgFYdPacU9yehyR1swEzyLNrwE5C9kw=; Message-Id: <4c41ad47f449a5cc8bfa9285743e029080d5f324.1732465720.git.qemu_oss@crudebyte.com> In-Reply-To: References: From: Christian Schoenebeck Date: Sun, 24 Nov 2024 16:50:03 +0100 Subject: [PATCH 5/6] 9pfs: fix 'Tgetattr' after unlink To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org, Greg Kurz Received-SPF: pass client-ip=5.189.157.229; envelope-from=4c41ad47f449a5cc8bfa9285743e029080d5f324@kylie.crudebyte.com; helo=kylie.crudebyte.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-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.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org With a valid file ID (FID) of an open file, it should be possible to send a 'Tgettattr' 9p request and successfully receive a 'Rgetattr' response, even if the file has been removed in the meantime. Currently this would fail with ENOENT. I.e. this fixes the following misbehaviour with a 9p Linux client: open("/home/tst/filename", O_RDWR|O_CREAT|O_EXCL, 0600) = 3 unlink("/home/tst/filename") = 0 fstat(3, 0x23aa1a8) = -1 ENOENT (No such file or directory) Expected results: open("/home/tst/filename", O_RDWR|O_CREAT|O_EXCL, 0600) = 3 unlink("/home/tst/filename") = 0 fstat(3, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0 This is because 9p server is always using a path name based stat() call which fails as soon as the file got removed. So to fix this, use fstat() whenever we have an open file descriptor already. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/103 Signed-off-by: Christian Schoenebeck --- hw/9pfs/9p.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c index 851e36b9a1..578517739a 100644 --- a/hw/9pfs/9p.c +++ b/hw/9pfs/9p.c @@ -1596,7 +1596,13 @@ static void coroutine_fn v9fs_getattr(void *opaque) retval = -ENOENT; goto out_nofid; } - retval = v9fs_co_lstat(pdu, &fidp->path, &stbuf); + if ((fidp->fid_type == P9_FID_FILE && fidp->fs.fd != -1) || + (fidp->fid_type == P9_FID_DIR && fidp->fs.dir.stream)) + { + retval = v9fs_co_fstat(pdu, fidp, &stbuf); + } else { + retval = v9fs_co_lstat(pdu, &fidp->path, &stbuf); + } if (retval < 0) { goto out; }