Prev: [PATCH 05/20] KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failure
Next: Add /sys trigger for per-node memory compaction
From: Thomas Gleixner on 17 Feb 2010 09:40 Preempt-RT converts spinlocks to sleeping spinlocks, but some spinlocks need to be kept as real spinlocks. In 2.6.33 we merged the spinlock namespace cleanup which allows us to annotate those locks. The lock type is changed to raw_spinlock which is the same as a common spinlock in !RT kernels. The following series is a collection of lock annotations from the preempt-rt tree. Please merge into 2.6.34. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |