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 E00F13E9F76 for ; Tue, 17 Mar 2026 15:32:39 +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=1773761559; cv=none; b=kbXjgzwgPQPKHzkrnU4xPhvXeYA5jFpfIoCsfkbVKNb5cycVmDhbKRviWnY3hU4Qe/YBZJJeXLZv5FltMc4/EeVq/Tc/HQfXuRdgO6bR24B0LWheGL3hFKkEgrM8BgMdWKqyBffMaQ9rDX186jf/1lvIulnpHyrAK78ByxQ//eo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773761559; c=relaxed/simple; bh=LZF4ht2A+VV/ashS8fHXKHy03wUKBImmRiSqDw8tB90=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JLHDtFc8h0f9RKE9E9/uua7KCP6PvjKaCxH2bVy5dBypDHZpStwnuIB+t2NWh3t9s8W6m3aOIgk7erd5gXb29eARzb17pZkdviKoP5CdWUNvXbQuY3O4BbiLoRq8eEx8XvChQzfABu/m/gyTBJpEtzNvIKAT2xst32UDDmSAkDg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rH0pv6lI; 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="rH0pv6lI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA7B7C4CEF7; Tue, 17 Mar 2026 15:32:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773761559; bh=LZF4ht2A+VV/ashS8fHXKHy03wUKBImmRiSqDw8tB90=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rH0pv6lIfqJVfJVba5WPqc1yMWOasLVszp40BG8LTeV+So+HsdLqv7ZdTZ7O7YN3h 5Ys+huNTOYS1UXUnFvxfq7QcXz1NXyM0AL6HEp6s3wGQt7qq9i9iNTpSS/a7m144tY cZAdVd72e6c2pt7Rxu6s2CXcyamgp59vYK8ECWhE= Date: Tue, 17 Mar 2026 16:32:14 +0100 From: Greg KH To: Jens Axboe Cc: asml.silence@gmail.com, naup96721@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: ensure ctx->rings is stable for task work flags" failed to apply to 6.19-stable tree Message-ID: <2026031708-magnetic-scuba-0ffc@gregkh> References: <2026031717-scowling-sandfish-e480@gregkh> <65795284-4721-470a-92ea-1c68d5e75f86@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: <65795284-4721-470a-92ea-1c68d5e75f86@kernel.dk> On Tue, Mar 17, 2026 at 07:02:12AM -0600, Jens Axboe wrote: > On 3/17/26 6:55 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 6.19-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 . > > Here's this one and the following one too, for 6.19. Applied, thanks! greg k-h