Both 3.10 and 3.14 are affected. powerpc:defconfig, powerpc:allmodconfig: arch/powerpc/kernel/signal_32.c: In function 'restore_tm_user_regs': arch/powerpc/kernel/signal_32.c:867:31: error: 'TEXASR_FS' undeclared (first use in this function) arch/powerpc/kernel/signal_32.c:867:31: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [arch/powerpc/kernel/signal_32.o] Error 1 Due to 'powerpc/tm: Disable IRQ in tm_recheckpoint' which uses the above define without defining it. TEXASR_FS is defined with commit e4e381215 (KVM: PPC: Book3S HV: Add transactional memory support) upstream. Guenter -- 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