From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964787AbbLGV1D (ORCPT ); Mon, 7 Dec 2015 16:27:03 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:52672 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932228AbbLGV07 (ORCPT ); Mon, 7 Dec 2015 16:26:59 -0500 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> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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