✗ Fi.CI.BUILD: failure for series starting with [RFC,01/13] drm/ttm: Use the BIT macro for the TTM_TT_FLAGs

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 9 17:49:48 UTC 2023


== Series Details ==

Series: series starting with [RFC,01/13] drm/ttm: Use the BIT macro for the TTM_TT_FLAGs
URL   : https://patchwork.freedesktop.org/series/113848/
State : failure

== Summary ==

Error: make failed
  CALL    scripts/checksyscalls.sh
  DESCEND objtool
  CC [M]  drivers/gpu/drm/ttm/ttm_pool.o
drivers/gpu/drm/ttm/ttm_pool.c: In function ‘ttm_pool_swapin’:
drivers/gpu/drm/ttm/ttm_pool.c:475:10: error: implicit declaration of function ‘swap_copy_folio’ [-Werror=implicit-function-declaration]
  475 |    ret = swap_copy_folio(swap, restore->first_page[i], 0,
      |          ^~~~~~~~~~~~~~~
drivers/gpu/drm/ttm/ttm_pool.c:480:4: error: implicit declaration of function ‘swap_drop_folio’ [-Werror=implicit-function-declaration]
  480 |    swap_drop_folio(swap);
      |    ^~~~~~~~~~~~~~~
drivers/gpu/drm/ttm/ttm_pool.c: In function ‘ttm_pool_shrink_tt’:
drivers/gpu/drm/ttm/ttm_pool.c:878:10: error: implicit declaration of function ‘swap_backup_folio’ [-Werror=implicit-function-declaration]
  878 |   swap = swap_backup_folio(folio, false, gfp, alloc_gfp);
      |          ^~~~~~~~~~~~~~~~~
drivers/gpu/drm/ttm/ttm_pool.c:878:10: error: incompatible types when assigning to type ‘swp_entry_t’ {aka ‘struct <anonymous>’} from type ‘int’
At top level:
drivers/gpu/drm/ttm/ttm_pool.c:98:26: warning: ‘swap_none’ defined but not used [-Wunused-const-variable=]
   98 | static const swp_entry_t swap_none;
      |                          ^~~~~~~~~
cc1: some warnings being treated as errors
make[5]: *** [scripts/Makefile.build:252: drivers/gpu/drm/ttm/ttm_pool.o] Error 1
make[4]: *** [scripts/Makefile.build:504: drivers/gpu/drm/ttm] Error 2
make[3]: *** [scripts/Makefile.build:504: drivers/gpu/drm] Error 2
make[2]: *** [scripts/Makefile.build:504: drivers/gpu] Error 2
make[1]: *** [scripts/Makefile.build:504: drivers] Error 2
make: *** [Makefile:2021: .] Error 2




More information about the Intel-gfx-trybot mailing list