Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Compile fix for 64b dma-fence seqno

2018-12-07 Thread Chris Wilson
Quoting Mika Kuoppala (2018-12-07 12:43:43)
> Patchwork  writes:
> 
> > == Series Details ==
> >
> > Series: drm/i915: Compile fix for 64b dma-fence seqno
> > URL   : https://patchwork.freedesktop.org/series/53750/
> > State : failure
> >
> > == Summary ==
> >
> > CALLscripts/checksyscalls.sh
> >   DESCEND  objtool
> >   CHK include/generated/compile.h
> >   CC [M]  drivers/gpu/drm/i915/i915_gem_context.o
> > In file included from ./include/linux/list.h:9:0,
> >  from ./include/linux/agp_backend.h:33,
> >  from ./include/drm/drmP.h:35,
> >  from drivers/gpu/drm/i915/i915_gem_context.c:89:
> > drivers/gpu/drm/i915/i915_gem_context.c: In function 
> > ‘last_request_on_engine’:
> > drivers/gpu/drm/i915/i915_gem_context.c:652:13: error: format ‘%llu’ 
> > expects argument of type ‘long long unsigned int’, but argument 5 has type 
> > ‘unsigned int’ [-Werror=format=]
> >GEM_TRACE("last request for %s on engine %s: %llx:%llu\n",
> >  ^
> 
> Please BAT, fast forward to present?

Takes manual intervention to restore compilation it seems.

Applied to drm-misc-next, thanks for the fixup.
-Chris
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Compile fix for 64b dma-fence seqno

2018-12-07 Thread Mika Kuoppala
Patchwork  writes:

> == Series Details ==
>
> Series: drm/i915: Compile fix for 64b dma-fence seqno
> URL   : https://patchwork.freedesktop.org/series/53750/
> State : failure
>
> == Summary ==
>
> CALLscripts/checksyscalls.sh
>   DESCEND  objtool
>   CHK include/generated/compile.h
>   CC [M]  drivers/gpu/drm/i915/i915_gem_context.o
> In file included from ./include/linux/list.h:9:0,
>  from ./include/linux/agp_backend.h:33,
>  from ./include/drm/drmP.h:35,
>  from drivers/gpu/drm/i915/i915_gem_context.c:89:
> drivers/gpu/drm/i915/i915_gem_context.c: In function ‘last_request_on_engine’:
> drivers/gpu/drm/i915/i915_gem_context.c:652:13: error: format ‘%llu’ expects 
> argument of type ‘long long unsigned int’, but argument 5 has type ‘unsigned 
> int’ [-Werror=format=]
>GEM_TRACE("last request for %s on engine %s: %llx:%llu\n",
>  ^

Please BAT, fast forward to present?
-Mika
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Compile fix for 64b dma-fence seqno

2018-12-07 Thread Patchwork
== Series Details ==

Series: drm/i915: Compile fix for 64b dma-fence seqno
URL   : https://patchwork.freedesktop.org/series/53750/
State : failure

== Summary ==

CALLscripts/checksyscalls.sh
  DESCEND  objtool
  CHK include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_gem_context.o
In file included from ./include/linux/list.h:9:0,
 from ./include/linux/agp_backend.h:33,
 from ./include/drm/drmP.h:35,
 from drivers/gpu/drm/i915/i915_gem_context.c:89:
drivers/gpu/drm/i915/i915_gem_context.c: In function ‘last_request_on_engine’:
drivers/gpu/drm/i915/i915_gem_context.c:652:13: error: format ‘%llu’ expects 
argument of type ‘long long unsigned int’, but argument 5 has type ‘unsigned 
int’ [-Werror=format=]
   GEM_TRACE("last request for %s on engine %s: %llx:%llu\n",
 ^
drivers/gpu/drm/i915/i915_gem_context.c:654:25:
  rq->fence.context, rq->fence.seqno);
 ~~~
./include/linux/kernel.h:682:33: note: in definition of macro 
‘__trace_printk_check_format’
   trace_printk_check_format(fmt, ##args);  \
 ^~~
./include/linux/kernel.h:719:3: note: in expansion of macro ‘do_trace_printk’
   do_trace_printk(fmt, ##__VA_ARGS__); \
   ^~~
drivers/gpu/drm/i915/i915_gem.h:66:24: note: in expansion of macro 
‘trace_printk’
 #define GEM_TRACE(...) trace_printk(__VA_ARGS__)
^~~~
drivers/gpu/drm/i915/i915_gem_context.c:652:3: note: in expansion of macro 
‘GEM_TRACE’
   GEM_TRACE("last request for %s on engine %s: %llx:%llu\n",
   ^
drivers/gpu/drm/i915/i915_gem_context.c:652:13: error: format ‘%llu’ expects 
argument of type ‘long long unsigned int’, but argument 6 has type ‘unsigned 
int’ [-Werror=format=]
   GEM_TRACE("last request for %s on engine %s: %llx:%llu\n",
 ^
drivers/gpu/drm/i915/i915_gem_context.c:654:25:
  rq->fence.context, rq->fence.seqno);
 ~~~
./include/linux/kernel.h:735:29: note: in definition of macro ‘do_trace_printk’
   __trace_printk(_THIS_IP_, fmt, ##args);   \
 ^~~
drivers/gpu/drm/i915/i915_gem.h:66:24: note: in expansion of macro 
‘trace_printk’
 #define GEM_TRACE(...) trace_printk(__VA_ARGS__)
^~~~
drivers/gpu/drm/i915/i915_gem_context.c:652:3: note: in expansion of macro 
‘GEM_TRACE’
   GEM_TRACE("last request for %s on engine %s: %llx:%llu\n",
   ^
drivers/gpu/drm/i915/i915_gem_context.c: In function 
‘engine_has_kernel_context_barrier’:
drivers/gpu/drm/i915/i915_gem_context.c:689:14: error: format ‘%lld’ expects 
argument of type ‘long long int’, but argument 4 has type ‘unsigned int’ 
[-Werror=format=]
GEM_TRACE("%s needs barrier for %llx:%lld\n",
  ^
drivers/gpu/drm/i915/i915_gem_context.c:692:7:
   rq->fence.seqno);
   ~~~
./include/linux/kernel.h:682:33: note: in definition of macro 
‘__trace_printk_check_format’
   trace_printk_check_format(fmt, ##args);  \
 ^~~
./include/linux/kernel.h:719:3: note: in expansion of macro ‘do_trace_printk’
   do_trace_printk(fmt, ##__VA_ARGS__); \
   ^~~
drivers/gpu/drm/i915/i915_gem.h:66:24: note: in expansion of macro 
‘trace_printk’
 #define GEM_TRACE(...) trace_printk(__VA_ARGS__)
^~~~
drivers/gpu/drm/i915/i915_gem_context.c:689:4: note: in expansion of macro 
‘GEM_TRACE’
GEM_TRACE("%s needs barrier for %llx:%lld\n",
^
drivers/gpu/drm/i915/i915_gem_context.c:689:14: error: format ‘%lld’ expects 
argument of type ‘long long int’, but argument 5 has type ‘unsigned int’ 
[-Werror=format=]
GEM_TRACE("%s needs barrier for %llx:%lld\n",
  ^
drivers/gpu/drm/i915/i915_gem_context.c:692:7:
   rq->fence.seqno);
   ~~~
./include/linux/kernel.h:735:29: note: in definition of macro ‘do_trace_printk’
   __trace_printk(_THIS_IP_, fmt, ##args);   \
 ^~~
drivers/gpu/drm/i915/i915_gem.h:66:24: note: in expansion of macro 
‘trace_printk’
 #define GEM_TRACE(...) trace_printk(__VA_ARGS__)
^~~~
drivers/gpu/drm/i915/i915_gem_context.c:689:4: note: in expansion of macro 
‘GEM_TRACE’
GEM_TRACE("%s needs barrier for %llx:%lld\n",
^
drivers/gpu/drm/i915/i915_gem_context.c:696:13: error: format ‘%lld’ expects 
argument of type ‘long long int’, but argument 4 has type ‘unsigned int’ 
[-Werror=format=]
   GEM_TRACE("%s has barrier after %llx:%lld\n",
 ^
drivers/gpu/drm/i915/i915_gem_context.c:699:6:
  rq->fence.seqno);
  ~~~
./include/linux/kernel.h:682:33: note: in definition of macro 
‘__trace_printk_check_format’
   trace_printk_check_format(fmt, ##args);  \
 ^~~
./include/linux/kernel.h:719:3: note: in expansion of macro ‘do_trace_printk’
   do_trace_printk(fmt, ##__VA_ARGS