tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 9aaeb87ce1e966169a57f53a02ba05b30880ffb8 commit: 4cff4fd3ffa14cca5c8021493fef50b432c87c7c [10091/10296] Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git config: riscv-randconfig-r036-20230531 (https://download.01.org/0day-ci/archive/20240907/202409071053.NVH8MvT1-lkp@xxxxxxxxx/config) compiler: riscv32-linux-gcc (GCC) 13.3.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240907/202409071053.NVH8MvT1-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/202409071053.NVH8MvT1-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): riscv32-linux-ld: fs/xfs/xfs_file.o: in function `trace_xfs_file_direct_write': >> fs/xfs/xfs_trace.h:1458:(.text+0x1f8c): undefined reference to `filemap_fsnotify_fault' vim +1458 fs/xfs/xfs_trace.h f8adb4d574cf8c fs/xfs/linux-2.6/xfs_trace.h Li Zefan 2010-05-24 1449 0b1b213fcf3a84 fs/xfs/linux-2.6/xfs_trace.h Christoph Hellwig 2009-12-14 1450 #define DEFINE_RW_EVENT(name) \ f8adb4d574cf8c fs/xfs/linux-2.6/xfs_trace.h Li Zefan 2010-05-24 1451 DEFINE_EVENT(xfs_file_class, name, \ 3e40b13c3b5710 fs/xfs/xfs_trace.h Christoph Hellwig 2021-01-23 1452 TP_PROTO(struct kiocb *iocb, struct iov_iter *iter), \ 3e40b13c3b5710 fs/xfs/xfs_trace.h Christoph Hellwig 2021-01-23 1453 TP_ARGS(iocb, iter)) 3176c3e0ef3296 fs/xfs/xfs_trace.h Christoph Hellwig 2016-07-20 1454 DEFINE_RW_EVENT(xfs_file_buffered_read); 3176c3e0ef3296 fs/xfs/xfs_trace.h Christoph Hellwig 2016-07-20 1455 DEFINE_RW_EVENT(xfs_file_direct_read); 16d4d43595b478 fs/xfs/xfs_trace.h Christoph Hellwig 2016-07-20 1456 DEFINE_RW_EVENT(xfs_file_dax_read); 0b1b213fcf3a84 fs/xfs/linux-2.6/xfs_trace.h Christoph Hellwig 2009-12-14 1457 DEFINE_RW_EVENT(xfs_file_buffered_write); 0b1b213fcf3a84 fs/xfs/linux-2.6/xfs_trace.h Christoph Hellwig 2009-12-14 @1458 DEFINE_RW_EVENT(xfs_file_direct_write); 16d4d43595b478 fs/xfs/xfs_trace.h Christoph Hellwig 2016-07-20 1459 DEFINE_RW_EVENT(xfs_file_dax_write); 896f72d067a5e9 fs/xfs/xfs_trace.h Christoph Hellwig 2021-01-23 1460 DEFINE_RW_EVENT(xfs_reflink_bounce_dio_write); 896f72d067a5e9 fs/xfs/xfs_trace.h Christoph Hellwig 2021-01-23 1461 :::::: The code at line 1458 was first introduced by commit :::::: 0b1b213fcf3a8486ada99a2bab84ab8c6f51b264 xfs: event tracing support :::::: TO: Christoph Hellwig <hch@xxxxxxxxxxxxx> :::::: CC: Alex Elder <aelder@xxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki