From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: build failure after merge of the tty tree Date: Thu, 25 Sep 2014 13:04:19 +0200 Message-ID: <20140925110419.GA31383@kroah.com> References: <20140925163036.5f3281eb@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out3-smtp.messagingengine.com ([66.111.4.27]:39151 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752317AbaIYLFO (ORCPT ); Thu, 25 Sep 2014 07:05:14 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by gateway2.nyi.internal (Postfix) with ESMTP id 24F612085D for ; Thu, 25 Sep 2014 07:05:14 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20140925163036.5f3281eb@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Hurley On Thu, Sep 25, 2014 at 04:30:36PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the tty tree, today's linux-next build (arm multi_v7_defconfig) > failed like this: > > In file included from init/do_mounts.c:15:0: > include/linux/tty.h:267:9: error: width of 'unused' exceeds its type > unused:62; > ^ > include/linux/tty.h:271:9: error: width of 'unused_ctrl' exceeds its type > unused_ctrl:55; > ^ > In file included from init/main.c:28:0: > include/linux/tty.h:267:9: error: width of 'unused' exceeds its type > unused:62; > ^ > include/linux/tty.h:271:9: error: width of 'unused_ctrl' exceeds its type > unused_ctrl:55; > ^ > In file included from include/linux/serial_core.h:29:0, > from include/linux/serial_s3c.h:236, > from arch/arm/mach-exynos/exynos.c:15: > include/linux/tty.h:267:9: error: width of 'unused' exceeds its type > unused:62; > ^ > include/linux/tty.h:271:9: error: width of 'unused_ctrl' exceeds its type > unused_ctrl:55; > ^ > In file included from include/linux/serial_core.h:29:0, > from include/linux/platform_data/serial-omap.h:20, > from arch/arm/mach-omap2/serial.c:30: > include/linux/tty.h:267:9: error: width of 'unused' exceeds its type > unused:62; > ^ > include/linux/tty.h:271:9: error: width of 'unused_ctrl' exceeds its type > unused_ctrl:55; > ^ > > Caused by commits c545b66c6922 ("tty: Serialize tcflow() with other tty > flow control changes") and 99416322dd16 ("tty: Workaround Alpha > non-atomic byte storage in tty_struct"). There are still 32 bit > architectures out there! ;-) Sorry about that, a fix for this is now in my tree. greg k-h