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/20250712-023425 base: https://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify patch link: https://lore.kernel.org/r/20250711183101.4074140-4-ibrahimjirdeh%40meta.com patch subject: [PATCH v4 3/3] fanotify: introduce event response identifier config: x86_64-kexec (https://download.01.org/0day-ci/archive/20250713/202507130418.Prp26RtQ-lkp@xxxxxxxxx/config) compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250713/202507130418.Prp26RtQ-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/202507130418.Prp26RtQ-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): In file included from fs/notify/fdinfo.c:17: >> fs/notify/fanotify/fanotify.h:566:6: error: no member named 'fanotify_data' in 'struct fsnotify_group' 566 | if (FAN_GROUP_FLAG(group, FAN_REPORT_RESPONSE_ID)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/linux/fanotify.h:9:12: note: expanded from macro 'FAN_GROUP_FLAG' 9 | ((group)->fanotify_data.flags & (flag)) | ~~~~~~~ ^ 1 error generated. vim +566 fs/notify/fanotify/fanotify.h 562 563 static inline bool fanotify_is_valid_response_id(struct fsnotify_group *group, 564 int id) 565 { > 566 if (FAN_GROUP_FLAG(group, FAN_REPORT_RESPONSE_ID)) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki