From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: Re: [tty:tty-next 36/40] kernel/debug/kdb/kdb_main.c:2839:4: warning: passing argument 2 of 'kdb_register_repeat' from incompatible pointer type Date: Thu, 27 Sep 2012 09:36:22 +0800 Message-ID: <20120927013622.GA9936@localhost> References: <20120927012916.GA9207@localhost> <20120927013223.GA20262@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga11.intel.com ([192.55.52.93]:29438 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753833Ab2I0Bg2 (ORCPT ); Wed, 26 Sep 2012 21:36:28 -0400 Content-Disposition: inline In-Reply-To: <20120927013223.GA20262@kroah.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Greg Kroah-Hartman Cc: Anton Vorontsov , Yuanhan Liu , kernel-janitors@vger.kernel.org, linux-serial@vger.kernel.org, Jason Wessel On Wed, Sep 26, 2012 at 06:32:23PM -0700, Greg KH wrote: > On Thu, Sep 27, 2012 at 09:29:16AM +0800, Fengguang Wu wrote: > > Hi Anton, > > > > FYI, there are new compile warnings show up in > > > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-next > > head: 0c57dfcc6c1d037243c2f8fbf62eab3633326ec0 > > commit: 729043e82cdd403a131127254528afea8031ebab [36/40] kdb: Turn KGDB_KDB=n stubs into static inlines > > config: cris-allyesconfig > > Does the CRIS platform even support KDB? Perhaps that is why this is > failing so badly? Yes, I guess so.. Ignore it, or fix it by changing Kconfig to disable KDB in the unsupported archs? Thanks, Fengguang