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 D6F6B3B3C10 for ; Mon, 13 Apr 2026 15:06:17 +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=1776092777; cv=none; b=YOEz31BViuAnUf/63lrX0MoqPMnGav431pULYVgTkg7X0IW0axSqHlP927twWJNXnz+8EeREJZhgFFk5boNhsuvvwpXhPZC0JHAOZKTWpI221k4ZQ8OUAyD0KJmaQCrKblhv0bwbtr0J5zm+4Nw4fAD2KUxyOV4ENuPXX5S4ULc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776092777; c=relaxed/simple; bh=rAD/rQOdSpiv/A281+Zs8/NwbO9uoe/I1e9mNzvtHgo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=j2ujmilhmo4VECrFeOnM7YOmnPOk6iSvI1wltkcSa3Udj6262q/mstW0W0wEIOsP62x58Cu21WFoE8AcBIga/UYX9dAVNJX5PhB5W9xYfkSzikzvnG7qFDvpfnPdmGJXClL1bkSHc/ZcBQ87j4OWlbQWWAQHodtTMZOSqYQbljk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=aYJdfE0d; 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="aYJdfE0d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25829C2BCC6; Mon, 13 Apr 2026 15:06:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776092777; bh=rAD/rQOdSpiv/A281+Zs8/NwbO9uoe/I1e9mNzvtHgo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aYJdfE0dFhhY3Z/dkbNLtJ6xB70tTtvu5aYsRJA5+di1dk3VcExq37j+F4y+CLkb1 oftB3fNgNtZQrJeAYVlDZ7wa9UR6UIpPpcs3DkF3cLPVoTFftcCJqKUvfthhgWm7zt ZBJfbmVOsO9rQEiqtS6pbSN2SOkZJFkpOxeKAl5M= Date: Mon, 13 Apr 2026 17:06:15 +0200 From: Greg Kroah-Hartman To: Jens Axboe Cc: stable Subject: Re: 5.10 / 5.15 stable inclusion request Message-ID: <2026041305-dropbox-acre-0654@gregkh> References: <0379aa3c-0bba-4836-b633-0bc8bc8ae4c7@kernel.dk> 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: <0379aa3c-0bba-4836-b633-0bc8bc8ae4c7@kernel.dk> On Fri, Mar 13, 2026 at 04:00:09PM -0600, Jens Axboe wrote: > Hi, > > Looks like the backport of: > > Fixes: 84230ad2d2af ("io_uring/poll: correctly handle io_poll_add() return value on update") > > to 5.10-stable and 5.15-stable were missed, probably by me. In any case, > here's a backport, please add to the 5.10/5.15 stable queues. No rush, > just for whatever is the next release. Sorry for the delay, now queued up. greg k-h