The patch titled DRM: Spinlock initializer cleanup has been added to the -mm tree. Its filename is drm-spinlock-initializer-cleanup.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: DRM: Spinlock initializer cleanup From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Dave Airlie <airlied@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/drm/i915_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/drm/i915_irq.c~drm-spinlock-initializer-cleanup drivers/char/drm/i915_irq.c --- a/drivers/char/drm/i915_irq.c~drm-spinlock-initializer-cleanup +++ a/drivers/char/drm/i915_irq.c @@ -582,7 +582,7 @@ void i915_driver_irq_postinstall(drm_dev { drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private; - dev_priv->swaps_lock = SPIN_LOCK_UNLOCKED; + spin_lock_init(&dev_priv->swaps_lock); INIT_LIST_HEAD(&dev_priv->vbl_swaps.head); dev_priv->swaps_pending = 0; _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are origin.patch h8300-generic-irq.patch git-arm.patch git-avr32.patch git-dvb.patch git-ieee1394.patch git-input.patch git-mtd.patch optimize-timespec_trunc.patch kernel-irq-procc-unprotected-iteration-over-the-irq-action-list-in-name_unique.patch add-support-for-deferrable-timers-respun.patch irq-check-for-percpu-flag-only-when-adding-first-irqaction.patch move-timekeeping-code-to-timekeepingc.patch ignore-stolen-time-in-the-softlockup-watchdog.patch replace-deprecated-sa_xxx-interrupt-flags.patch deprecate-sa_xxx-interrupt-flags-v2.patch pad-irq_desc-to-internode-cacheline-size.patch highres-dyntick-prevent-xtime-lock-contention.patch introduce-a-handy-list_first_entry-macro-v2.patch the-scheduled-einval-for-invalid-timevals-in-setitimer.patch clockchipsh-kernel-doc-fix.patch export-hrtimer_forward.patch sched-fix-idle-load-balancing-in-softirqd-context.patch sched-dynticks-idle-load-balancing-v3.patch declare-struct-ktime.patch add-irqf_irqpoll-flag-common-code.patch add-irqf_irqpoll-flag-on-x86_64.patch add-irqf_irqpoll-flag-on-i386.patch add-irqf_irqpoll-flag-on-ia64.patch add-irqf_irqpoll-flag-on-sh.patch add-irqf_irqpoll-flag-on-arm.patch clocksource-fix-resume-logic.patch acpi-keep-tsc-stable-when-lapic_timer_c2_ok-is-set.patch acpi-keep-tsc-stable-when-lapic_timer_c2_ok-is-set-vs-x86_64-mm-log-reason-why-tsc-was-marked-unstable.patch clockevents-fix-resume-logic.patch timer_stats-slimmed-down-using-statistics-infrastucture.patch arm-spinlock-initializer-cleanup.patch drm-spinlock-initializer-cleanup.patch isdn-spinlock-initializer-cleanup.patch s390-spinlock-initializer-cleanup.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