On Sun, Oct 02, 2022 at 11:53:00AM +0200, Greg Kroah-Hartman wrote: > > The patch below does not apply to the 5.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 <stable@xxxxxxxxxxxxxxx>. > > Possible dependencies: > > e9233917a7e5 ("mmc: core: Terminate infinite loop in SD-UHS voltage switch") > e42726646082 ("mmc: core: Replace with already defined values for readability") I think it would be most readable and least error prone to just backport commit e42726646082 (it's trivial) along with $subject. I've confirmed that together, these two patches apply cleanly to 4.14.y..5.19.y, and the appropriate definitions are available. 4.9.y has some other conflicts, due to missing this: 09247e110b2e mmc: core: Allow UHS-I voltage switch for SDSC cards if supported I'd personaly just skip $subject for 4.9.y too, although I could be convinced to rewrite and submit a backport if someone feels strongly. I'll assume Greg can pick the quoted two commits up (that more or less fits Documentation/stable_kernel_rules.txt option 2), but I can submit a proper patchset if needed. Brian