Re: [Intel-gfx] [PATCH] [CI] kernel: Downgrade warning for unsafe parameters

2018-02-20 Thread Chris Wilson
Quoting Chris Wilson (2018-02-20 17:18:42) > We make use of unsafe kernel parameters in igt, which generates a > warning and taints the kernel. The warning is unhelpful as we then need > to filter it out again, so kill it at source. > > Cc: Petri Latvala > Cc: Daniel Vetter Longterm goal is tha

[Intel-gfx] [PATCH] [CI] kernel: Downgrade warning for unsafe parameters

2018-02-20 Thread Chris Wilson
We make use of unsafe kernel parameters in igt, which generates a warning and taints the kernel. The warning is unhelpful as we then need to filter it out again, so kill it at source. Cc: Petri Latvala Cc: Daniel Vetter --- kernel/params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(