Hi Jan, I love your patch! Perhaps something to improve: [auto build test WARNING on axboe-block/for-next] [also build test WARNING on linus/master v5.19-rc3 next-20220621] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/intel-lab-lkp/linux/commits/Jan-Kara/block-Fix-IO-priority-mess/20220621-183235 base: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next config: riscv-nommu_k210_defconfig (https://download.01.org/0day-ci/archive/20220622/202206220810.R6I8vpfk-lkp@xxxxxxxxx/config) compiler: riscv64-linux-gcc (GCC) 11.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/8421c851d4fe5f4b9d9d6870ada8ccd0b48a4012 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jan-Kara/block-Fix-IO-priority-mess/20220621-183235 git checkout 8421c851d4fe5f4b9d9d6870ada8ccd0b48a4012 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=riscv prepare If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <lkp@xxxxxxxxx> All warnings (new ones prefixed by >>): In file included from include/linux/thread_info.h:23, from include/asm-generic/preempt.h:5, from ./arch/riscv/include/generated/asm/preempt.h:1, from include/linux/preempt.h:78, from include/linux/spinlock.h:55, from include/linux/mmzone.h:8, from include/linux/gfp.h:6, from include/linux/mm.h:7, from arch/riscv/kernel/asm-offsets.c:10: include/linux/ioprio.h: In function 'get_current_ioprio': >> arch/riscv/include/asm/current.h:34:17: warning: passing argument 1 of '__get_task_ioprio' makes integer from pointer without a cast [-Wint-conversion] 34 | #define current get_current() | ^~~~~~~~~~~~~ | | | struct task_struct * include/linux/ioprio.h:60:34: note: in expansion of macro 'current' 60 | return __get_task_ioprio(current); | ^~~~~~~ In file included from include/linux/fs.h:38, from include/linux/huge_mm.h:8, from include/linux/mm.h:700, from arch/riscv/kernel/asm-offsets.c:10: include/linux/ioprio.h:52:41: note: expected 'int' but argument is of type 'struct task_struct *' 52 | static inline int __get_task_ioprio(int ioprio) | ~~~~^~~~~~ -- In file included from include/linux/thread_info.h:23, from include/asm-generic/preempt.h:5, from ./arch/riscv/include/generated/asm/preempt.h:1, from include/linux/preempt.h:78, from include/linux/smp.h:110, from arch/riscv/include/asm/mmiowb.h:12, from arch/riscv/include/asm/mmio.h:15, from arch/riscv/include/asm/clint.h:10, from arch/riscv/include/asm/timex.h:15, from include/linux/timex.h:67, from include/linux/time32.h:13, from include/linux/time.h:60, from include/linux/stat.h:19, from include/linux/module.h:13, from drivers/clk/clkdev.c:9: include/linux/ioprio.h: In function 'get_current_ioprio': >> arch/riscv/include/asm/current.h:34:17: warning: passing argument 1 of '__get_task_ioprio' makes integer from pointer without a cast [-Wint-conversion] 34 | #define current get_current() | ^~~~~~~~~~~~~ | | | struct task_struct * include/linux/ioprio.h:60:34: note: in expansion of macro 'current' 60 | return __get_task_ioprio(current); | ^~~~~~~ In file included from include/linux/fs.h:38, from include/linux/compat.h:17, from arch/riscv/include/asm/elf.h:12, from include/linux/elf.h:6, from include/linux/module.h:19, from drivers/clk/clkdev.c:9: include/linux/ioprio.h:52:41: note: expected 'int' but argument is of type 'struct task_struct *' 52 | static inline int __get_task_ioprio(int ioprio) | ~~~~^~~~~~ drivers/clk/clkdev.c: In function 'vclkdev_alloc': drivers/clk/clkdev.c:173:17: warning: function 'vclkdev_alloc' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] 173 | vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); | ^~~~~~~~~~ -- In file included from include/linux/thread_info.h:23, from include/asm-generic/preempt.h:5, from ./arch/riscv/include/generated/asm/preempt.h:1, from include/linux/preempt.h:78, from include/linux/spinlock.h:55, from include/linux/mmzone.h:8, from include/linux/gfp.h:6, from include/linux/mm.h:7, from arch/riscv/kernel/asm-offsets.c:10: include/linux/ioprio.h: In function 'get_current_ioprio': >> arch/riscv/include/asm/current.h:34:17: warning: passing argument 1 of '__get_task_ioprio' makes integer from pointer without a cast [-Wint-conversion] 34 | #define current get_current() | ^~~~~~~~~~~~~ | | | struct task_struct * include/linux/ioprio.h:60:34: note: in expansion of macro 'current' 60 | return __get_task_ioprio(current); | ^~~~~~~ In file included from include/linux/fs.h:38, from include/linux/huge_mm.h:8, from include/linux/mm.h:700, from arch/riscv/kernel/asm-offsets.c:10: include/linux/ioprio.h:52:41: note: expected 'int' but argument is of type 'struct task_struct *' 52 | static inline int __get_task_ioprio(int ioprio) | ~~~~^~~~~~ vim +/__get_task_ioprio +34 arch/riscv/include/asm/current.h 7db91e57a0acde Palmer Dabbelt 2017-07-10 33 7db91e57a0acde Palmer Dabbelt 2017-07-10 @34 #define current get_current() 7db91e57a0acde Palmer Dabbelt 2017-07-10 35 -- 0-DAY CI Kernel Test Service https://01.org/lkp