Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753360AbcCPHxy (ORCPT ); Wed, 16 Mar 2016 03:53:54 -0400 Received: from mail.bmw-carit.de ([62.245.222.98]:36997 "EHLO mail.bmw-carit.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140AbcCPHxw (ORCPT ); Wed, 16 Mar 2016 03:53:52 -0400 Subject: Re: linux-next: build failure after merge of the kbuild tree To: Stephen Rothwell , Michal Marek References: <20160316105851.015ff688@canb.auug.org.au> CC: , , "Peter Zijlstra (Intel)" , Thomas Gleixner , Ingo Molnar , Daniel Vetter From: Daniel Wagner Message-ID: <56E91108.5050105@bmw-carit.de> Date: Wed, 16 Mar 2016 08:53:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160316105851.015ff688@canb.auug.org.au> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 726 Lines: 24 Hi, On 03/16/2016 12:58 AM, Stephen Rothwell wrote: > After merging the kbuild tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/gpu/drm/gma500/mdfld_dsi_output.c:407:39: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] > .dpms = /*drm_helper_connector_dpms*/mdfld_dsi_connector_dpms, > ^ > > Caused by commit > > ea8daa7b9784 ("kbuild: Add option to turn incompatible pointer check into error") A fix should be on the way via drm-misc: https://lkml.org/lkml/2016/2/25/397 Though I don't know what the exact status is (and I haven't really understood the flow of the patches as far) cheers, daniel