The patch titled KVM: Clarify licensing has been added to the -mm tree. Its filename is kvm-clarify-licensing.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: KVM: Clarify licensing From: Avi Kivity <avi@xxxxxxxxxxxx> Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/kvm/kvm.h | 5 +++++ drivers/kvm/kvm_main.c | 3 +++ drivers/kvm/mmu.c | 3 +++ drivers/kvm/paging_tmpl.h | 19 +++++++++++++++++++ drivers/kvm/x86_emulate.c | 3 +++ 5 files changed, 33 insertions(+) diff -puN drivers/kvm/kvm.h~kvm-clarify-licensing drivers/kvm/kvm.h --- a/drivers/kvm/kvm.h~kvm-clarify-licensing +++ a/drivers/kvm/kvm.h @@ -1,6 +1,11 @@ #ifndef __KVM_H #define __KVM_H +/* + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + */ + #include <linux/types.h> #include <linux/list.h> #include <linux/mutex.h> diff -puN drivers/kvm/kvm_main.c~kvm-clarify-licensing drivers/kvm/kvm_main.c --- a/drivers/kvm/kvm_main.c~kvm-clarify-licensing +++ a/drivers/kvm/kvm_main.c @@ -10,6 +10,9 @@ * Avi Kivity <avi@xxxxxxxxxxxx> * Yaniv Kamay <yaniv@xxxxxxxxxxxx> * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * */ #include "kvm.h" diff -puN drivers/kvm/mmu.c~kvm-clarify-licensing drivers/kvm/mmu.c --- a/drivers/kvm/mmu.c~kvm-clarify-licensing +++ a/drivers/kvm/mmu.c @@ -12,6 +12,9 @@ * Yaniv Kamay <yaniv@xxxxxxxxxxxx> * Avi Kivity <avi@xxxxxxxxxxxx> * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * */ #include <linux/types.h> #include <linux/string.h> diff -puN drivers/kvm/paging_tmpl.h~kvm-clarify-licensing drivers/kvm/paging_tmpl.h --- a/drivers/kvm/paging_tmpl.h~kvm-clarify-licensing +++ a/drivers/kvm/paging_tmpl.h @@ -1,4 +1,23 @@ /* + * Kernel-based Virtual Machine driver for Linux + * + * This module enables machines with Intel VT-x extensions to run virtual + * machines without emulation or binary translation. + * + * MMU support + * + * Copyright (C) 2006 Qumranet, Inc. + * + * Authors: + * Yaniv Kamay <yaniv@xxxxxxxxxxxx> + * Avi Kivity <avi@xxxxxxxxxxxx> + * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * + */ + +/* * We need the mmu code to access both 32-bit and 64-bit guest ptes, * so the code in this file is compiled twice, once per pte size. */ diff -puN drivers/kvm/x86_emulate.c~kvm-clarify-licensing drivers/kvm/x86_emulate.c --- a/drivers/kvm/x86_emulate.c~kvm-clarify-licensing +++ a/drivers/kvm/x86_emulate.c @@ -13,6 +13,9 @@ * Avi Kivity <avi@xxxxxxxxxxxx> * Yaniv Kamay <yaniv@xxxxxxxxxxxx> * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * * From: xen-unstable 10676:af9809f51f81a3c43f276f00c81a52ef558afda4 */ _ Patches currently in -mm which might be from avi@xxxxxxxxxxxx are kvm-userspace-interface.patch kvm-intel-virtual-mode-extensions-definitions.patch kvm-kvm-data-structures.patch kvm-random-accessors-and-constants.patch kvm-virtualization-infrastructure.patch kvm-virtualization-infrastructure-kvm-fix-guest-cr4-corruption.patch kvm-virtualization-infrastructure-include-desch.patch kvm-virtualization-infrastructure-fix-segment-state-changes-across-processor-mode-switches.patch kvm-virtualization-infrastructure-fix-asm-constraints-for-segment-loads.patch kvm-virtualization-infrastructure-fix-mmu-reset-locking-when-setting-cr0.patch kvm-memory-slot-management.patch kvm-vcpu-creation-and-maintenance.patch kvm-vcpu-creation-and-maintenance-segment-access-cleanup.patch kvm-workaround-cr0cd-cache-disable-bit-leak-from-guest-to.patch kvm-vcpu-execution-loop.patch kvm-define-exit-handlers.patch kvm-define-exit-handlers-pass-fs-gs-segment-bases-to-x86-emulator.patch kvm-less-common-exit-handlers.patch kvm-less-common-exit-handlers-handle-rdmsrmsr_efer.patch kvm-mmu.patch kvm-x86-emulator.patch kvm-x86-emulator-fix-emulator-mov-cr-decoding.patch kvm-plumbing.patch kvm-dynamically-determine-which-msrs-to-load-and-save.patch kvm-fix-calculation-of-initial-value-of-rdx-register.patch kvm-avoid-using-vmx-instruction-directly.patch kvm-avoid-using-vmx-instruction-directly-fix-asm-constraints.patch kvm-expose-interrupt-bitmap.patch kvm-add-time-stamp-counter-msr-and-accessors.patch kvm-expose-msrs-to-userspace.patch kvm-expose-msrs-to-userspace-v2.patch kvm-clarify-licensing.patch kvm-make-enum-values-in-userspace-interface-explicit.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html