From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964884AbcI3Fxn (ORCPT ); Fri, 30 Sep 2016 01:53:43 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44201 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935992AbcI3FxP (ORCPT ); Fri, 30 Sep 2016 01:53:15 -0400 X-Greylist: delayed 542 seconds by postgrey-1.27 at vger.kernel.org; Fri, 30 Sep 2016 01:53:14 EDT X-Sasl-enc: +uLopnGaOt1Jc5xbr4Zh8GYnnGJiF8gT/bD0JtHcQDaK 1475214401 Date: Fri, 30 Sep 2016 07:46:47 +0200 From: Greg KH To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Aleksey Makarov Subject: Re: linux-next: build failure after merge of the tty tree Message-ID: <20160930054647.GD5458@kroah.com> References: <20160930135437.246d050b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160930135437.246d050b@canb.auug.org.au> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 30, 2016 at 01:54:37PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the tty tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/tty/serial/amba-pl011.c: In function 'pl011_console_match': > drivers/tty/serial/amba-pl011.c:2346:44: error: passing argument 3 of 'uart_parse_earlycon' from incompatible pointer type [-Werror=incompatible-pointer-types] > if (uart_parse_earlycon(options, &iotype, &addr, &options)) > ^ > In file included from drivers/tty/serial/amba-pl011.c:45:0: > include/linux/serial_core.h:384:5: note: expected 'resource_size_t * {aka unsigned int *}' but argument is of type 'long unsigned int *' > int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr, > ^ > > Caused by commit > > 8b8f347d3a48 ("serial: pl011: add console matching function") > > interacting with commit > > 46e36683f433 ("serial: earlycon: Extend earlycon command line option to support 64-bit addresses") > > I have reverted commit 8b8f347d3a48 for today. Ick, sorry about that. I wonder why I'm not seeing that same build failure here, odd. I'll go revert the same patch in my tree now as well. thanks, greg k-h