On Mon, Jun 13, 2022 at 12:08:22PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.47 release. > There are 247 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, 15 Jun 2022 09:47:08 +0000. > Anything received after that time might be too late. > Early feedback: Building arm:allmodconfig ... failed -------------- Error log: In file included from include/linux/kernel.h:16, from include/linux/crypto.h:16, from include/crypto/hash.h:11, from lib/iov_iter.c:2: lib/iov_iter.c: In function 'iter_xarray_get_pages': include/linux/minmax.h:20:35: error: comparison of distinct pointer types lacks a cast This will likely affect affects all branches where commit 6c77676645ad ("iov_iter: Fix iter_xarray_get_pages{,_alloc}()") was backported. The fix is upstream commit 1c27f1fc1549 ("iov_iter: fix build issue due to possible type mis-match"). Guenter