The patch titled kvm-do-not-export-unsupported-msrs-to-userspace-tweak has been removed from the -mm tree. Its filename was kvm-do-not-export-unsupported-msrs-to-userspace-tweak.patch This patch was dropped because it was folded into kvm-do-not-export-unsupported-msrs-to-userspace.patch ------------------------------------------------------ Subject: kvm-do-not-export-unsupported-msrs-to-userspace-tweak From: Andrew Morton <akpm@xxxxxxxx> Cc: Michael Riepe <michael@xxxxxxxx> Cc: Avi Kivity <avi@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/kvm/kvm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/kvm/kvm_main.c~kvm-do-not-export-unsupported-msrs-to-userspace-tweak drivers/kvm/kvm_main.c --- a/drivers/kvm/kvm_main.c~kvm-do-not-export-unsupported-msrs-to-userspace-tweak +++ a/drivers/kvm/kvm_main.c @@ -1430,7 +1430,7 @@ static u32 msrs_to_save[] = { MSR_IA32_TIME_STAMP_COUNTER, }; -static unsigned num_msrs_to_save = 0; +static unsigned num_msrs_to_save; static __init void kvm_init_msr_list(void) { _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch truncate-clear-page-dirtiness-before-running-try_to_free_buffers.patch kvm-do-not-export-unsupported-msrs-to-userspace.patch kvm-do-not-export-unsupported-msrs-to-userspace-tweak.patch rtc-warning-fix.patch fix-vm_events_fold_cpu-build-breakage-fix.patch smc911-workqueue-fixes.patch schedule_timeout-improve-warning-message.patch relay-remove-inlining.patch increase-cardbus_mem_size.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