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 <stable@xxxxxxxxxxxxxxx> know about it. >From linux@xxxxxxxxxxxx Tue May 5 23:59:20 2015 From: Guenter Roeck <linux@xxxxxxxxxxxx> Date: Mon, 04 May 2015 21:42:41 -0700 Subject: s390: Fix build error To: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx Message-ID: <55484A41.1090906@xxxxxxxxxxxx> From: Guenter Roeck <linux@xxxxxxxxxxxx> 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 <linux@xxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- 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 <linux/mm.h> #include <asm/sections.h> #include <asm/ctl_reg.h> +#include <asm/ipl.h> /* * The restore of the saved pages in an hibernation image will set Patches currently in stable-queue which might be from linux@xxxxxxxxxxxx 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 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html