tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 201544be8c37dffbf069bb5fc9edb5674f8c1754 commit: a35f174ec04eaf07a52bb0603ecbb332450d6b4e [15/486] fanotify: use fanotify event structure for permission response processing config: x86_64-randconfig-c0-0331 (attached as .config) Note: the next/master HEAD 201544be8c37dffbf069bb5fc9edb5674f8c1754 builds fine. It only hurts bisectibility. All error/warnings: fs/notify/fanotify/fanotify_user.c: In function 'copy_event_to_user': >> fs/notify/fanotify/fanotify_user.c:214:23: error: 'struct fsnotify_event' has no member named 'fae' list_add_tail(&event->fae.fse.list, ^ vim +214 fs/notify/fanotify/fanotify_user.c 208 goto out_close_fd; 209 210 #ifdef CONFIG_FANOTIFY_ACCESS_PERMISSIONS 211 if (event->mask & FAN_ALL_PERM_EVENTS) { 212 FANOTIFY_PE(event)->fd = fd; 213 mutex_lock(&group->fanotify_data.access_mutex); > 214 list_add_tail(&event->fae.fse.list, 215 &group->fanotify_data.access_list); 216 mutex_unlock(&group->fanotify_data.access_mutex); 217 } --- 0-DAY kernel build testing backend Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation