From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 7 Dec 2015 13:26:57 -0800 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, stable@vger.kernel.org, David Hildenbrand Subject: Re: [PATCH 4.1 00/95] 4.1.14-stable review Message-ID: <20151207212657.GC2962@roeck-us.net> References: <20151207142739.317088107@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151207142739.317088107@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: 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