Re: 2989f64510 ("dma-buf: Add selftests for dma-fence"): WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:524 __debug_object_init

2019-11-26 Thread Philip Li
On Fri, Nov 22, 2019 at 09:32:45AM +0800, Philip Li wrote: > On Thu, Nov 21, 2019 at 07:26:05AM +, Chris Wilson wrote: > > Quoting kernel test robot (2019-11-21 07:19:43) > > > Greetings, > > > > > > 0day kernel testing robot got the below dmesg and the first bad commit is > > > > > > https:/

Re: 2989f64510 ("dma-buf: Add selftests for dma-fence"): WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:524 __debug_object_init

2019-11-21 Thread Philip Li
On Thu, Nov 21, 2019 at 07:26:05AM +, Chris Wilson wrote: > Quoting kernel test robot (2019-11-21 07:19:43) > > Greetings, > > > > 0day kernel testing robot got the below dmesg and the first bad commit is > > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > >

Re: 2989f64510 ("dma-buf: Add selftests for dma-fence"): WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:524 __debug_object_init

2019-11-20 Thread Chris Wilson
Quoting kernel test robot (2019-11-21 07:19:43) > Greetings, > > 0day kernel testing robot got the below dmesg and the first bad commit is > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > commit 2989f6451084aed3f8cc9992477f7a9bf57a3716 > Author: Chris Wilson

Re: dma-buf: Add selftests for dma-fence

2019-08-27 Thread Chris Wilson
Quoting Geert Uytterhoeven (2019-08-27 13:30:04) > Hi Chris, > > When running the new dmabuf-selftests on two different systems, I get: > > dma-buf: Running sanitycheck > dma-buf: Running dma_fence > sizeof(dma_fence)=48 > dma-buf: Running dma_fence/sanitycheck > dma-buf: Runn

Re: dma-buf: Add selftests for dma-fence

2019-08-27 Thread Geert Uytterhoeven
Hi Chris, When running the new dmabuf-selftests on two different systems, I get: dma-buf: Running sanitycheck dma-buf: Running dma_fence sizeof(dma_fence)=48 dma-buf: Running dma_fence/sanitycheck dma-buf: Running dma_fence/test_signaling dma-buf: Running dma_fence/test_ad

[PATCH 2/3] dma-buf: Add selftests for dma-fence

2019-08-19 Thread Chris Wilson
Exercise the dma-fence API exported to drivers. Signed-off-by: Chris Wilson Cc: Daniel Vetter --- drivers/dma-buf/Makefile | 5 +- drivers/dma-buf/selftests.h| 1 + drivers/dma-buf/st-dma-fence.c | 571 + 3 files changed, 576 insertions(+), 1 deleti

[PATCH 2/6] dma-buf: Add selftests for dma-fence

2019-08-17 Thread Chris Wilson
Exercise the dma-fence API exported to drivers. Signed-off-by: Chris Wilson Cc: Daniel Vetter --- drivers/dma-buf/Makefile | 5 +- drivers/dma-buf/selftests.h| 1 + drivers/dma-buf/st-dma-fence.c | 571 + 3 files changed, 576 insertions(+), 1 deleti