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 B0559346E67 for ; Sat, 21 Mar 2026 06:19:13 +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=1774073953; cv=none; b=HUcOwCgCVhz4guXec8cCB7BukALCCF3CPycUzOu1whDTuZi7d5nCAVFEwnBppkanEMVmIx/+Df4rOGiZlfGaCoB6YRIHWdwzxRhxF55YcjZyW5341RRhjSXmj0n2KEgefzzMBG5/lUREGPdCnvTSSKDOQoOLhWeA6Gua6CeWxKE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774073953; c=relaxed/simple; bh=X71ADP0/DusaTMDtog/eJbWmX8FOQ7pzH3Y1fE638is=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HIJuq7IrBoReAMck8quyGEwz9xUxNOBStMXDH8Vqiv5OOpTMqIsCJYK2vvDT15TcwF73tYXwGKJm+k4VeDY9Iwee9lz0BAv56utFeE3BX8JSerdWZZlHrNBiji2TWbOlzVOkz1YQtRloFvBA4BYZhYHUxrvAMOsOBHx1ls24AyU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=oTEc9xC6; 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="oTEc9xC6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30C52C19421; Sat, 21 Mar 2026 06:19:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774073953; bh=X71ADP0/DusaTMDtog/eJbWmX8FOQ7pzH3Y1fE638is=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oTEc9xC6lTWejIdcrnhI1dk+Rq3vJ0glOW3lr1FA5K48xLoQs0MBYEcPFmQxhGfKc 5Bx2ofQ7Mv3XyFmNLJcWjaHS+NiAZEEJm+iCEVdDqIxG3Db8+Wg4jp0iSv2GDnZ+74 ad/WsNuOJP7l1qzcS15PZEsZLbjDpMCMFipKe0a0= Date: Sat, 21 Mar 2026 07:11:52 +0100 From: Greg KH To: Jens Axboe Cc: francis@malagauche.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring/poll: fix multishot recv missing EOF on wakeup race" failed to apply to 6.1-stable tree Message-ID: <2026032137-unstuffed-opium-cfa6@gregkh> References: <2026032057-septic-boogeyman-daef@gregkh> <376a35ee-6a9d-47ef-b4f2-d1e6af5f830d@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: <376a35ee-6a9d-47ef-b4f2-d1e6af5f830d@kernel.dk> On Fri, Mar 20, 2026 at 12:10:43PM -0600, Jens Axboe wrote: > On 3/20/26 11:33 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 6.1-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > Since this only triggers after the AF_UNIX inq addition in 6.17, > we can drop it for 6.1/6/12. I should've done a better job with > the Fixes tag. Not a problem, thanks for letting us know for this, and the other FAILED patch. greg k-h