[Intel-gfx] ✗ Fi.CI.BAT: failure for drm: drm_vblank_cleanup: WARN when refcount is more than 0

Patchwork patchwork at emeril.freedesktop.org
Thu Oct 12 17:21:27 UTC 2017


== Series Details ==

Series: drm: drm_vblank_cleanup: WARN when refcount is more than 0
URL   : https://patchwork.freedesktop.org/series/31838/
State : failure

== Summary ==

  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  CHK     include/generated/bounds.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CHK     scripts/mod/devicetable-offsets.h
  CHK     include/generated/compile.h
  CHK     kernel/config_data.h
  CC      drivers/gpu/drm/drm_vblank.o
In file included from ./arch/x86/include/asm/bug.h:81:0,
                 from ./include/linux/bug.h:4,
                 from ./include/linux/thread_info.h:11,
                 from ./arch/x86/include/asm/preempt.h:6,
                 from ./include/linux/preempt.h:80,
                 from ./include/linux/spinlock.h:50,
                 from ./include/linux/seqlock.h:35,
                 from ./include/drm/drm_vblank.h:27,
                 from drivers/gpu/drm/drm_vblank.c:27:
drivers/gpu/drm/drm_vblank.c: In function ‘drm_vblank_cleanup’:
drivers/gpu/drm/drm_vblank.c:405:23: error: ‘vblank’ undeclared (first use in this function)
  WARN_ON(atomic_read(&vblank->refcount) > 0);
                       ^
./include/asm-generic/bug.h:107:25: note: in definition of macro ‘WARN_ON’
  int __ret_warn_on = !!(condition);    \
                         ^~~~~~~~~
drivers/gpu/drm/drm_vblank.c:405:23: note: each undeclared identifier is reported only once for each function it appears in
  WARN_ON(atomic_read(&vblank->refcount) > 0);
                       ^
./include/asm-generic/bug.h:107:25: note: in definition of macro ‘WARN_ON’
  int __ret_warn_on = !!(condition);    \
                         ^~~~~~~~~
scripts/Makefile.build:313: recipe for target 'drivers/gpu/drm/drm_vblank.o' failed
make[3]: *** [drivers/gpu/drm/drm_vblank.o] Error 1
scripts/Makefile.build:572: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:572: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1019: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx mailing list