From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:34269 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758121AbbEEWR7 (ORCPT ); Tue, 5 May 2015 18:17:59 -0400 Subject: Patch "s390: Fix build error" has been added to the 3.10-stable tree To: linux@roeck-us.net, gregkh@linuxfoundation.org Cc: , From: Date: Wed, 06 May 2015 00:01:06 +0200 In-Reply-To: <55484A41.1090906@roeck-us.net> Message-ID: <143086326623425@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled s390: Fix build error to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: s390-fix-build-error.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From linux@roeck-us.net Tue May 5 23:59:20 2015 From: Guenter Roeck Date: Mon, 04 May 2015 21:42:41 -0700 Subject: s390: Fix build error To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Message-ID: <55484A41.1090906@roeck-us.net> From: Guenter Roeck s390 images fail to build in 3.10 with arch/s390/kernel/suspend.c: In function 'pfn_is_nosave': arch/s390/kernel/suspend.c:147:10: error: 'ipl_info' undeclared arch/s390/kernel/suspend.c:147:27: error: 'IPL_TYPE_NSS' undeclared due to a missing include file. Signed-off-by: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- arch/s390/kernel/suspend.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/s390/kernel/suspend.c +++ b/arch/s390/kernel/suspend.c @@ -11,6 +11,7 @@ #include #include #include +#include /* * The restore of the saved pages in an hibernation image will set Patches currently in stable-queue which might be from linux@roeck-us.net are queue-3.10/arm64-kernel-compiling-issue-need-delete.patch queue-3.10/console-disable-vga-text-console-support-on-cris.patch queue-3.10/drivers-parport-kconfig-exclude-arm64-for-parport_pc.patch queue-3.10/video-vgacon-don-t-build-on-arm64.patch queue-3.10/s390-fix-build-error.patch queue-3.10/parport-disable-pc-style-parallel-port-support-on-cris.patch queue-3.10/drivers-parport-kconfig-exclude-h8300-for-parport_pc.patch