On Mon, Dec 07, 2015 at 09:34:54AM -0500, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.1.14 release. > There are 95 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed Dec 9 14:27:02 UTC 2015. > Anything received after that time might be too late. > Build results: total: 138 pass: 136 fail: 2 Failed builds: s390:defconfig s390:allmodconfig Qemu test results: total: 90 pass: 89 fail: 1 Failed tests: s390:defconfig Error log: arch/s390/kvm/interrupt.c: In function '__inject_extcall': arch/s390/kvm/interrupt.c:1057:2: error: implicit declaration of function 'kvm_get_vcpu_by_id' Culprit is 'KVM: s390: fix wrong lookup of VCPUs by array index'. kvm_get_vcpu_by_id() does not exist in 4.1 (nor 4.2, nor 4.3, all of which have the same failures). Applying commit db27a7a37aa0 ("KVM: Provide function for VCPU lookup by id") solves the problem for me. Details are available at http://server.roeck-us.net:8010/builders. 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