On Thu, Oct 05, 2023 at 08:33:14AM +0900, Damien Le Moal wrote:
On 10/4/23 23:30, 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 stable@vger.kernel.org.
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 99398d2070ab03d13f90b758ad397e19a65fffb0 # <resolve conflicts, build, test, etc.> git commit -s git send-email --to 'stable@vger.kernel.org' --in-reply-to '2023100438-oblivion-stowing-20c5@gregkh' --subject-prefix 'PATCH 6.1.y' HEAD^..
Possible dependencies:
commit 3cc2ffe5c16dc65dfac354bc5b5bc98d3b397567
scsi: sd: Differentiate system and runtime start/stop managementis missing, which is why this backport fails. Same for 5.15 and 5.10 failures. We need to add that patch as well (and all the patches related to suspend/resume from the last rc4 libata PR). Should I prepare a series for the backport ?
Please do, thanks.
greg k-h