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 D1E7B12F5A5 for ; Sun, 21 Sep 2025 12:55:50 +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=1758459350; cv=none; b=perRAwfSgNnLfYWtj5xdFO0wvhisHvzXBF7XftgPfZUx7lruJjpYohf9pUS9EcBQcqOFtshP1U8KTwrpGZxXatEpNxANvmmhvooJUBl9+ZXEPdENTabH2GV6b50JdUVRzPqB8BYLHuStJixDbTHwNxHSe2uwI+fQFpGYFHf1PDc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758459350; c=relaxed/simple; bh=yAVpk29zroYjob0o5HpDRvbuhKQcKjfPDQzXMbIvwbg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SPq/r1fjGVGhcA/yFmwuqswxf9wSdf9+utAqVhFldCUXoHdI0una2Y9etCmaAq+lH4TfGrJyv6occXJC3dJS6OrraeYvK0EUxSp3SibK01dbNzsS8Yt+ctNDUVMgthY/vZfI1xLiaF6jeCYM9PxvRBfesrGrBxORfN6ZzdjilMk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Xlm/Ahok; 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="Xlm/Ahok" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11921C4CEE7; Sun, 21 Sep 2025 12:55:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1758459350; bh=yAVpk29zroYjob0o5HpDRvbuhKQcKjfPDQzXMbIvwbg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Xlm/AhokTapaguDhm+9ayXN8FSEivkaYJ7VUtFPU06CDXMsZSOJA4UKnyH5Z1OHdt /L1ZrpUSU+urkGjJ6UcD/+N5ZcKGPpDNJgumpkAxYr/mPUzeV2SyRlVMHcxuSub32h mIvL1jWanjCVRJEx2f1r5HFXkLrKOLNyzmEveijA= Date: Sun, 21 Sep 2025 14:55:48 +0200 From: Greg KH To: Jens Axboe Cc: thaler@thaler.hu, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: include dying ring in task_work "should cancel"" failed to apply to 6.1-stable tree Message-ID: <2025092141-rinse-unwary-4bea@gregkh> References: <2025092128-embassy-flyable-e3fb@gregkh> <6ce95113-74e7-480a-942e-378dee39c801@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: <6ce95113-74e7-480a-942e-378dee39c801@kernel.dk> On Sun, Sep 21, 2025 at 06:46:00AM -0600, Jens Axboe wrote: > On 9/21/25 6:32 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 . > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.1.y > > git checkout FETCH_HEAD > > git cherry-pick -x 3539b1467e94336d5854ebf976d9627bfb65d6c3 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2025092128-embassy-flyable-e3fb@gregkh' --subject-prefix 'PATCH 6.1.y' HEAD^.. > > And 6.1-stable variants here. Now applied, thanks. greg k-h