Hi Ibrahim, kernel test robot noticed the following build errors: [auto build test ERROR on jack-fs/fsnotify] [also build test ERROR on linus/master v6.16-rc5 next-20250711] [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/Ibrahim-Jirdeh/fanotify-add-support-for-a-variable-length-permission-event/20250711-103820 base: https://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify patch link: https://lore.kernel.org/r/20250711023604.593885-4-ibrahimjirdeh%40meta.com patch subject: [PATCH v3 3/3] fanotify: introduce event response identifier config: csky-randconfig-002-20250711 (https://download.01.org/0day-ci/archive/20250711/202507112012.xU84okDN-lkp@xxxxxxxxx/config) compiler: csky-linux-gcc (GCC) 15.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250711/202507112012.xU84okDN-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/202507112012.xU84okDN-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): In file included from fs/notify/fdinfo.c:8: fs/notify/fanotify/fanotify.h: In function 'fanotify_is_valid_response_id': >> include/linux/fanotify.h:9:19: error: 'struct fsnotify_group' has no member named 'fanotify_data'; did you mean 'inotify_data'? 9 | ((group)->fanotify_data.flags & (flag)) | ^~~~~~~~~~~~~ fs/notify/fanotify/fanotify.h:566:13: note: in expansion of macro 'FAN_GROUP_FLAG' 566 | if (FAN_GROUP_FLAG(group, FAN_REPORT_RESPONSE_ID)) | ^~~~~~~~~~~~~~ vim +9 include/linux/fanotify.h ff0b16a9850e8a Eric Paris 2009-12-17 7 96a71f21ef1fcc Amir Goldstein 2018-09-21 8 #define FAN_GROUP_FLAG(group, flag) \ 96a71f21ef1fcc Amir Goldstein 2018-09-21 @9 ((group)->fanotify_data.flags & (flag)) 96a71f21ef1fcc Amir Goldstein 2018-09-21 10 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki