diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-01 20:27:34 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-01 20:27:34 +0400 |
commit | 4f23174981ebc2055f71da41b5f3a310b1015883 (patch) | |
tree | a9e2d4bcac84c75b2aeb4dfc07024b53d729ec3c /arch/s390/include/uapi/asm/Kbuild | |
parent | 16874b2cb867d3eb63ed838f2847143e11556708 (diff) | |
parent | 9a630d15f16dbe4fec7ef5a4bc570cd46774a968 (diff) | |
download | linux-4f23174981ebc2055f71da41b5f3a310b1015883.tar.xz |
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Paolo Bonzini:
"A bunch of one-liners (except the s390 one).
The two more serious bugs ("KVM: SVM: Fix CPL export via SS.DPL" and
"KVM: s390: add sie.h uapi header file to Kbuild and remove header
dependency") were introduced in the 3.16 merge window"
* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
KVM: SVM: Fix CPL export via SS.DPL
KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency
MIPS: KVM: Fix memory leak on VCPU
KVM: x86: preserve the high 32-bits of the PAT register
kvm: fix wrong address when writing Hyper-V tsc page
KVM: x86: Increase the number of fixed MTRR regs to 10
Diffstat (limited to 'arch/s390/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/s390/include/uapi/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/Kbuild b/arch/s390/include/uapi/asm/Kbuild index 6a9a9eb645f5..736637363d31 100644 --- a/arch/s390/include/uapi/asm/Kbuild +++ b/arch/s390/include/uapi/asm/Kbuild @@ -36,6 +36,7 @@ header-y += signal.h header-y += socket.h header-y += sockios.h header-y += sclp_ctl.h +header-y += sie.h header-y += stat.h header-y += statfs.h header-y += swab.h |