From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751817AbbLIDTT (ORCPT ); Tue, 8 Dec 2015 22:19:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:42791 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750834AbbLIDTS (ORCPT ); Tue, 8 Dec 2015 22:19:18 -0500 Date: Tue, 8 Dec 2015 22:19:13 -0500 From: Greg Kroah-Hartman To: Guenter Roeck 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: <20151209031913.GB17525@kroah.com> References: <20151207142739.317088107@linuxfoundation.org> <20151207212657.GC2962@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151207212657.GC2962@roeck-us.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 07, 2015 at 01:26:57PM -0800, Guenter Roeck wrote: > 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. Thanks, patch is now queued up. greg k-h