+++ /dev/null
-From 743db27c526e0f31cc507959d662e97e2048a86f Mon Sep 17 00:00:00 2001
-From: Heiko Carstens <heiko.carstens@de.ibm.com>
-Date: Mon, 11 Nov 2013 13:56:47 +0100
-Subject: KVM: s390: fix diagnose code extraction
-
-From: Heiko Carstens <heiko.carstens@de.ibm.com>
-
-commit 743db27c526e0f31cc507959d662e97e2048a86f upstream.
-
-The diagnose code to be used is the contents of the base register (if not
-zero), plus the displacement. The current code ignores the base register
-contents. So let's fix that...
-
-Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
-Cc: stable@vger.kernel.org
-Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
-Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- arch/s390/kvm/diag.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/arch/s390/kvm/diag.c
-+++ b/arch/s390/kvm/diag.c
-@@ -82,7 +82,7 @@ static int __diag_ipl_functions(struct k
-
- int kvm_s390_handle_diag(struct kvm_vcpu *vcpu)
- {
-- int code = (vcpu->arch.sie_block->ipb & 0xfff0000) >> 16;
-+ int code = kvm_s390_get_base_disp_rs(vcpu) & 0xffff;
-
- switch (code) {
- case 0x10:
tty-serial-at91-handle-shutdown-more-safely.patch
arm-at91-smc-bug-fix-in-sam9_smc_cs_read.patch
serial-add-support-for-200-v3-series-titan-card.patch
-kvm-s390-fix-diagnose-code-extraction.patch
parport-parport_pc-remove-double-pci-id-for-netmos.patch
rtc-cmos-add-an-alarm-disable-quirk.patch
asoc-adau1701-fix-adau1701_seroctl_word_len_16-constant.patch