From nobody Wed Aug 16 09:18:18 2023 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RQjH04jk3z4qSM0 for ; Wed, 16 Aug 2023 09:18:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RQjH03jSvz4GRt for ; Wed, 16 Aug 2023 09:18:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1692177500; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=u3fnDi5ViO6sTd/7pjBBAkJY1ZcZWkrHcSsU3S8c5+w=; b=S0Bn2P9awDleFAxzsnLZoKznS4XeyF5xWIYB91dXFcTmoBdZ3nAU4JzHKh/mw6pnimh9q/ dRbADcKmgRuVmpXRA1+yRuJccJseHlv0Krh9zyjhh9xeXpIZRm73+Iu8GGA6cmzgGMNISY i9F6Rm5w1jAMZYD98QZWdoh9nygiHlVvXj+v2vim7IzTSUp2CgEYO7Y1ABtVP7Dx8PJ35j CVIU84NRrWInQq/X+T0/Mo+W1Qg+Lx9t1uip1MowUwvln2QINrvxFDiwWTwKttXRjPrRal raW1JTIW3CQyVyrpPp9J5ArJ4pSgvw/g41lptqaiESC0/4ah+sl0x6+yq8BtDg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1692177500; a=rsa-sha256; cv=none; b=uQSlXVlxfNbIijh7b7P37QzUHfipXIuVrS4VvaPThQKx52yoPBquTiz8q80RdFXu/5W/lU oWxlCmd56AnAq0uRgFK6uU0nq8STbW+h6WExL76tiyH40BTGXA8vHfdB1a1wV2Hy5559tA X0in5jEOBLUTFDxRxcn6MpxT2phuKSxyV+DWB2hBvHGLI1xfMhYmtwoZUtN6UoIEANMh6w ilLqvxGODzxEr4f2IJLjaCGCqgF4ccQN5D/zqzSFKQEaVz+bQQS3i3px/aWOMViMuUrnW9 Wps8XfpcCyEygu+Frp79nDNlZAbk6vxqTo9pPri5K59aF7ldbWYV4BDa/USzSg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4RQjH02jBzzm0N for ; Wed, 16 Aug 2023 09:18:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 37G9IKar053078 for ; Wed, 16 Aug 2023 09:18:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 37G9IKxI053077 for fs@FreeBSD.org; Wed, 16 Aug 2023 09:18:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 272678] VFS: Incorrect data in read from concurrent write Date: Wed, 16 Aug 2023 09:18:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272678 --- Comment #8 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Db9ccef49d02c9ad9e3b986347562408d8= 0271b6c commit b9ccef49d02c9ad9e3b986347562408d80271b6c Author: Konstantin Belousov AuthorDate: 2023-07-23 15:55:50 +0000 Commit: Konstantin Belousov CommitDate: 2023-08-16 09:16:09 +0000 vnode read(2)/write(2): acquire rangelock regardless of do_vn_io_fault() PR: 272678 (cherry picked from commit 5b353925ff61b9ddb97bb453ba75278b578ed7d9) sys/kern/vfs_vnops.c | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=