On Mon, Aug 28, 2023 at 12:13:17PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.193 release. > There are 84 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 30 Aug 2023 10:11:30 +0000. > Anything received after that time might be too late. > v5.10.y also needs commit 4ea6fa2cb921 ("mhi: pci_generic: Fix implicit conversion warning") to avoid drivers/bus/mhi/host/pci_generic.c:276:25: warning: implicit conversion from 'unsigned long long' to 'dma_addr_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] which is seen since v5.10.192 when building images with clang. Thanks, Guenter