From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D8F161F3FC2 for ; Tue, 11 Feb 2025 10:16:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739268974; cv=none; b=tkeb1oBsNsm8yxcKSdQXM7OymaGWmf0Lrj7KkFM/28Q+aPPnFJCZmEXSrpN7Wf4ceGXKLu9is8zsCgLh3Me4Qp8NDmA4XXMHX1p5qOSfyV/QTzX8bKaMz72MPzgr3EeDHdh1T7/o/na6qhSqUS8zCDd8Eu9H8z7ZVKsOA2lVYwc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739268974; c=relaxed/simple; bh=7ZqtHGTgQlaoWV5JHS4dW2g8wuESDYUux5BetaLKdVo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kDEjZJ1uiJ445h3a8DscuFii0pKDYLb9NklVB5RBt1mkywZH8dRWiOtvwyehRSdckIvAnELto+7GanpjUE3s2P+3O0nBNLx2aF79qcdEKJMh1tlX2/4UkLOZJah66vJ/PkGv4F/m+ZJ3XbzhnYRUP+uDYlPe5DMqrhDm9vmeOKE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=liIUTY+3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="liIUTY+3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C24B4C4CEDD; Tue, 11 Feb 2025 10:16:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1739268974; bh=7ZqtHGTgQlaoWV5JHS4dW2g8wuESDYUux5BetaLKdVo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=liIUTY+39H3PSBxu+LBYJWT7+5ZDsDxqQG9OJ5wsnsOspl4qp1DoLEXo0TtvCkcDG 0+dp+cG1GsPC+LNqEOGy0UTF2jZvqj4HtUE+qxwvxNn0W9IPD1ZSlxwEoLggICxps9 Lh0jegYTjq/amOnO3tXhdhvS6QN8+7pYe7MMUoKo= Date: Tue, 11 Feb 2025 11:16:11 +0100 From: Greg KH To: Pavel Begunkov Cc: stable@vger.kernel.org, Muhammad Ramdhan , Bing-Jhong Billy Jheng , Jacob Soo , Jens Axboe Subject: Re: [PATCH stable-6.6 3/3] io_uring/rw: commit provided buffer state on async Message-ID: <2025021156-fiction-shifter-3f49@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Feb 10, 2025 at 03:21:38PM +0000, Pavel Begunkov wrote: > [ upstream commit d63b0e8a628e62ca85a0f7915230186bb92f8bb4 ] Wrong commit id :( Let me figure out what went wrong here...