[Intel-gfx] [PATCH] HAX FOR CI: Enable cross-release

2018-11-23 Thread Daniel Vetter
Only way to convince our CI to enable stuff that's new and defaulting to off. Obviously not for merging. v2: Also enable fullstack backtraces. v3: Try to chase this elusive stack trace corruption CI is seeing. v4: Make it compile. Silly me. v5: Even sillier me. v6: Still confused. Signed-off-

[Intel-gfx] [PATCH] HAX FOR CI: Enable cross-release

2018-11-23 Thread Daniel Vetter
Only way to convince our CI to enable stuff that's new and defaulting to off. Obviously not for merging. v2: Also enable fullstack backtraces. v3: Try to chase this elusive stack trace corruption CI is seeing. v4: Make it compile. Silly me. v5: Even sillier me. Signed-off-by: Daniel Vetter --

[Intel-gfx] [PATCH] HAX FOR CI: Enable cross-release

2018-11-23 Thread Daniel Vetter
Only way to convince our CI to enable stuff that's new and defaulting to off. Obviously not for merging. v2: Also enable fullstack backtraces. v3: Try to chase this elusive stack trace corruption CI is seeing. v4: Make it compile. Silly me. Signed-off-by: Daniel Vetter --- kernel/locking/lock

[Intel-gfx] [PATCH] HAX FOR CI: Enable cross-release

2018-11-22 Thread Daniel Vetter
Only way to convince our CI to enable stuff that's new and defaulting to off. Obviously not for merging. v2: Also enable fullstack backtraces. v3: Try to chase this elusive stack trace corruption CI is seeing. Signed-off-by: Daniel Vetter --- kernel/locking/lockdep.c | 13 + lib/Kc

Re: [Intel-gfx] [PATCH] HAX FOR CI: Enable cross-release

2018-11-20 Thread Daniel Vetter
On Thu, Nov 08, 2018 at 09:41:47AM +, Chris Wilson wrote: > Quoting Daniel Vetter (2018-11-08 09:31:11) > > Only way to convince our CI to enable stuff that's new and defaulting > > to off. Obviously not for merging. > > See DRM_I915_DEBUG where we define what extras we need for CI. Yeah I kn

[Intel-gfx] [PATCH] HAX FOR CI: Enable cross-release

2018-11-20 Thread Daniel Vetter
Only way to convince our CI to enable stuff that's new and defaulting to off. Obviously not for merging. v2: Also enable fullstack backtraces. Signed-off-by: Daniel Vetter --- lib/Kconfig.debug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig

Re: [Intel-gfx] [PATCH] HAX FOR CI: Enable cross-release

2018-11-08 Thread Chris Wilson
Quoting Daniel Vetter (2018-11-08 09:31:11) > Only way to convince our CI to enable stuff that's new and defaulting > to off. Obviously not for merging. See DRM_I915_DEBUG where we define what extras we need for CI. -Chris ___ Intel-gfx mailing list Inte

[Intel-gfx] [PATCH] HAX FOR CI: Enable cross-release

2018-11-08 Thread Daniel Vetter
Only way to convince our CI to enable stuff that's new and defaulting to off. Obviously not for merging. v2: Also enable fullstack backtraces. Signed-off-by: Daniel Vetter --- lib/Kconfig.debug | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 6074f