Hi all, After merging the block tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: fs/io_uring.c: In function '__io_sqe_files_update': fs/io_uring.c:5567:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5567 | fds = (__s32 __user *) up->fds; | ^ Introduced by commit 813668c6099b ("io_uring: avoid ring quiesce for fixed file set unregister and update") -- Cheers, Stephen Rothwell