From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4F54A46A.6000305@suse.cz> Date: Mon, 05 Mar 2012 12:32:58 +0100 From: Jiri Slaby MIME-Version: 1.0 To: Greg KH CC: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, Tony Luck , Heiko Carstens , Jiri Slaby Subject: Build broken on s390 and ia64 [was: Linux 2.6.32.58] References: <20120304180911.GA7336@kroah.com> In-Reply-To: <20120304180911.GA7336@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On 03/04/2012 07:09 PM, Greg KH wrote: > I'm announcing the release of the 2.6.32.58 kernel. ... > Heiko Carstens (1): compat: fix compile breakage on s390 It's not that minimal it suggests. It removed asm/compat.h inclusion from arch/s390/kernel/setup.c. This causes build failures on !CONFIG_COMPAT: arch/s390/kernel/setup.c: In function 'setup_addressing_mode': arch/s390/kernel/setup.c:382: error: 'PSW32_ASC_SECONDARY' undeclared (first use in this function) arch/s390/kernel/setup.c:382: error: (Each undeclared identifier is reported only once arch/s390/kernel/setup.c:382: error: for each function it appears in.) arch/s390/kernel/setup.c:389: error: 'PSW32_ASC_PRIMARY' undeclared (first use in this function) Perhaps asm/compat.h should be included from linux/compat.h unconditionally... > Linus Torvalds (2): Fix autofs compile without CONFIG_COMPAT But who defines is_compat_task *with* CONFIG_COMPAT on ia64? fs/autofs4/inode.c: In function 'autofs4_fill_super': fs/autofs4/inode.c:345: error: implicit declaration of function 'is_compat_task' thanks, -- js suse labs