From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:37385 "EHLO e06smtp17.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752039AbcCAHTK (ORCPT ); Tue, 1 Mar 2016 02:19:10 -0500 Received: from localhost by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Mar 2016 07:19:08 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id BCC031B08067 for ; Tue, 1 Mar 2016 07:19:28 +0000 (GMT) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u217J6f75439986 for ; Tue, 1 Mar 2016 07:19:06 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u217J5o5003281 for ; Tue, 1 Mar 2016 00:19:06 -0700 Date: Tue, 1 Mar 2016 08:19:04 +0100 From: David Hildenbrand To: Greg KH Cc: , , Subject: Re: [PATCH 2/2] KVM: s390: fix memory overwrites when vx is disabled Message-ID: <20160301081904.072d0807@thinkpad-w530> In-Reply-To: <20160301050651.GA3200@kroah.com> References: <1456327495-76013-1-git-send-email-dahi@linux.vnet.ibm.com> <1456327495-76013-2-git-send-email-dahi@linux.vnet.ibm.com> <20160301050651.GA3200@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: > On Wed, Feb 24, 2016 at 04:24:55PM +0100, David Hildenbrand wrote: > > This is the backport of 9abc2a08a7d6 (KVM: s390: fix memory overwrites > > when vx is disabled) for 4.4-stable. > > This backport didn't apply: > > Applying kvm-s390-fix-memory-overwrites-when-vx-is-disabled.patch to linux-4.4.y > Applying patch kvm-s390-fix-memory-overwrites-when-vx-is-disabled.patch > patching file arch/s390/include/asm/kvm_host.h > patching file arch/s390/kvm/kvm-s390.c > Hunk #8 FAILED at 2246. > Hunk #9 FAILED at 2255. > 2 out of 10 hunks FAILED -- rejects in file arch/s390/kvm/kvm-s390.c > > Can you try it again? > > thanks, > > greg k-h > Hi Greg, did you take care of the mentioned precondition? # v4.4 d9a3a09af54d s390/kvm: remove dependency on struct save_area definition But as I just received the mail saying this patch has been added to 4.4, I assume that this problems is solved :) Thanks! David