Hi Joanne, kernel test robot noticed the following build errors: [auto build test ERROR on mszeredi-fuse/for-next] [also build test ERROR on linus/master v6.11-rc6 next-20240906] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Joanne-Koong/fuse-Enable-dynamic-configuration-of-fuse-max-pages-limit-FUSE_MAX_MAX_PAGES/20240906-014722 base: https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-next patch link: https://lore.kernel.org/r/20240905174541.392785-1-joannelkoong%40gmail.com patch subject: [PATCH v2 RESEND] fuse: Enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES) config: arm-randconfig-004-20240907 (https://download.01.org/0day-ci/archive/20240907/202409070339.Pg9v3MA4-lkp@xxxxxxxxx/config) compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240907/202409070339.Pg9v3MA4-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202409070339.Pg9v3MA4-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> fs/fuse/sysctl.c:28:26: error: too many arguments provided to function-like macro invocation int fuse_sysctl_register(void) ^ fs/fuse/fuse_i.h:1473:9: note: macro 'fuse_sysctl_register' defined here #define fuse_sysctl_register() (0) ^ >> fs/fuse/sysctl.c:28:25: error: expected ';' after top level declarator int fuse_sysctl_register(void) ^ ; fs/fuse/sysctl.c:36:29: error: too many arguments provided to function-like macro invocation void fuse_sysctl_unregister(void) ^ fs/fuse/fuse_i.h:1474:9: note: macro 'fuse_sysctl_unregister' defined here #define fuse_sysctl_unregister() do { } while (0) ^ 3 errors generated. vim +28 fs/fuse/sysctl.c 27 > 28 int fuse_sysctl_register(void) 29 { 30 fuse_table_header = register_sysctl("fs/fuse", fuse_sysctl_table); 31 if (!fuse_table_header) 32 return -ENOMEM; 33 return 0; 34 } 35 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki