On Sat, 23 May 2015 14:30:09 +0100 Damien Lespiau damien.lespiau@intel.com wrote:
On Fri, May 22, 2015 at 02:17:32PM -0700, Andrew Morton wrote:
I'm not sure what's happened to the drm code in linux-next - it's exploding all over the place. Did someone turn on -Werror without doing anywhere near enough testing?
Anyway, I don't know how to fix this i386 build error:
Seems like you have CONFIG_DRM_I915_WERROR set?
Yes.
We explicitely made sure to not enable -Werror by default,
`make allmodconfig' enables CONFIG_DRM_I915_WERROR.
I'm not sure what is the approved way of fixing this. Perhaps disabling CONFIG_DRM_I915_WERROR when CONFIG_COMPILE_TEST=y.