Hi all, After merging the scsi-mkp tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from : ./usr/include/linux/ioprio.h:107:8: error: unknown type name '__always_inline' 107 | static __always_inline __u16 ioprio_value(int class, int level, int hint) | ^~~~~~~~~~~~~~~ ./usr/include/linux/ioprio.h:107:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ioprio_value' 107 | static __always_inline __u16 ioprio_value(int class, int level, int hint) | ^~~~~~~~~~~~ Caused by commit bfaaaa3d9d09 ("scsi: block: Improve ioprio value validity checks") I have used the scsi-mkp tree from next-20230614 for today. -- Cheers, Stephen Rothwell