Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/virt/kvm/kvm

Pull kvm fix from Marcelo Tosatti:
"Fix a spurious warning on CPU offline path"

* git://git.kernel.org/pub/scm/virt/kvm/kvm:
x86: kvmclock: remove check_and_clear_guest_paused warning

-5
-5
arch/x86/kernel/kvmclock.c
··· 120 120 bool ret = false; 121 121 struct pvclock_vcpu_time_info *src; 122 122 123 - /* 124 - * per_cpu() is safe here because this function is only called from 125 - * timer functions where preemption is already disabled. 126 - */ 127 - WARN_ON(!in_atomic()); 128 123 src = &__get_cpu_var(hv_clock); 129 124 if ((src->flags & PVCLOCK_GUEST_STOPPED) != 0) { 130 125 __this_cpu_and(hv_clock.flags, ~PVCLOCK_GUEST_STOPPED);