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 B9A6E2F5310 for ; Wed, 2 Jul 2025 14:25:58 +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=1751466358; cv=none; b=kdcF0tMxQi8uJ1xUy5YC454r2KXIvmOfpO1ewyHwt0/j58PJ5sQQnPBtTBpSG8TbzkI5k6eRg/xK+GmHDfsSa72+nttL13dFfZMZEGxIqLqyMMcuNtF8UW0vOAcPXfM/nxZAyg0mkT2o+PRkL0k10b2AYKNG9RGopzp+kGw31oE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751466358; c=relaxed/simple; bh=lM07I3rLJEShqxBHv4Do5aV6YDI6UAp6Crr+5ZKHjuo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ia6NePdhLBehdMnRby+DVh4Gky8bhcs4c6tYoDalfp6U2zXuNxuXDf3aWhrh3AIiT1A40lxQaiQd3eEbO2guwuvYqUwR7Daca7VpvKKuoeIouZT6Aw2Jm6bLFVYNVlKn0MIvD/nuJkACgTVFaUaEd1IbOSgKqEVIMPBIyaZf8bU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XaSMB1hg; 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="XaSMB1hg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1CA6C4CEED; Wed, 2 Jul 2025 14:25:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1751466358; bh=lM07I3rLJEShqxBHv4Do5aV6YDI6UAp6Crr+5ZKHjuo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XaSMB1hgOVFhNmO+FicuBqw1uv/beD9tqdPaTxPtILkk98QUD4mKYvzfh4+KOqele KNiaeS13+jKSdgcVyNhOdUAlSMNE2r8VI56XAyWXfRgS/nHN6fM3gBuUPWYGWNkNpB UJ0WMH98vuFLXZw9hxS9kaUs4SxZKbSA+3pctqhU= Date: Wed, 2 Jul 2025 16:25:55 +0200 From: Greg KH To: Jens Axboe Cc: stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] nvme: always punt polled uring_cmd end_io work to task_work" failed to apply to 6.1-stable tree Message-ID: <2025070249-iodine-genetics-00bc@gregkh> References: <2025062012-veggie-grout-8f7e@gregkh> 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 Fri, Jun 27, 2025 at 10:09:56AM -0600, Jens Axboe wrote: > On 6/20/25 9:10 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 9ce6c9875f3e995be5fd720b65835291f8a609b1 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2025062012-veggie-grout-8f7e@gregkh' --subject-prefix 'PATCH 6.1.y' HEAD^.. > > Here's a 6.1-stable variant. Now applied, thanks. greg k-h