diff options
| author | Radim Krčmář <[email protected]> | 2017-12-06 14:55:44 +0000 |
|---|---|---|
| committer | Radim Krčmář <[email protected]> | 2017-12-06 14:55:44 +0000 |
| commit | d29899a30f987de46bcdab3ca4513de2479629e5 (patch) | |
| tree | 58869cb489ae91c13b77f2b4ff93fda835fd1405 /arch/s390/kvm/interrupt.c | |
| parent | KVM: VMX: fix page leak in hardware_setup() (diff) | |
| parent | KVM: s390: Fix skey emulation permission check (diff) | |
| download | kernel-d29899a30f987de46bcdab3ca4513de2479629e5.tar.gz kernel-d29899a30f987de46bcdab3ca4513de2479629e5.zip | |
Merge tag 'kvm-s390-master-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux
KVM: s390: Fixes for 4.15
- SPDX tags
- Fence storage key accesses from problem state
- Make sure that irq_state.flags is not used in the future
Diffstat (limited to 'arch/s390/kvm/interrupt.c')
| -rw-r--r-- | arch/s390/kvm/interrupt.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/s390/kvm/interrupt.c b/arch/s390/kvm/interrupt.c index fa557372d600..024ad8bcc516 100644 --- a/arch/s390/kvm/interrupt.c +++ b/arch/s390/kvm/interrupt.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * handling kvm guest interrupts * * Copyright IBM Corp. 2008, 2015 * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License (version 2 only) - * as published by the Free Software Foundation. - * * Author(s): Carsten Otte <[email protected]> */ |
