From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932940AbcA2S4j (ORCPT ); Fri, 29 Jan 2016 13:56:39 -0500 Received: from mail1.windriver.com ([147.11.146.13]:38395 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932848AbcA2S4h (ORCPT ); Fri, 29 Jan 2016 13:56:37 -0500 Date: Fri, 29 Jan 2016 13:55:24 -0500 From: Paul Gortmaker To: Daniel Wagner CC: , , , Marcelo Tosatti , Paolo Bonzini , "Paul E . McKenney" , Peter Zijlstra , Thomas Gleixner , Steven Rostedt , Boqun Feng Subject: Re: [PATCH tip v6 2/5] kbuild: Add option to turn incompatible pointer check into error Message-ID: <20160129185523.GZ8889@windriver.com> References: <1453992270-4688-1-git-send-email-daniel.wagner@bmw-carit.de> <1453992270-4688-3-git-send-email-daniel.wagner@bmw-carit.de> <56AB5867.6020405@bmw-carit.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <56AB5867.6020405@bmw-carit.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Re: [PATCH tip v6 2/5] kbuild: Add option to turn incompatible pointer check into error] On 29/01/2016 (Fri 13:17) Daniel Wagner wrote: > On 01/28/2016 03:44 PM, Daniel Wagner wrote: > > +# enforce correct pointer usage > > +KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types) > > + > > As it turns out there are a few fallouts by that one. I'll send fixes > for it. Did you try non-x86 builds with this applied? I'd be really surprised if there were just a few, once you did allyesconfig/allmodconfig for ARM, MIPS, PPC, etc. P. --