The patch titled lockdep-shrink-held_lock-structure fix 2 has been added to the -mm tree. Its filename is lockdep-shrink-held_lock-structure-fix-2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** 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 The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: lockdep-shrink-held_lock-structure fix 2 From: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> A build fix, probably run-away search-'n-replace damage.. Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> Cc: Dave Jones <davej@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/lockdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/lockdep.c~lockdep-shrink-held_lock-structure-fix-2 kernel/lockdep.c --- a/kernel/lockdep.c~lockdep-shrink-held_lock-structure-fix-2 +++ a/kernel/lockdep.c @@ -2819,7 +2819,7 @@ static int lock_release_nested(struct ta #ifdef CONFIG_DEBUG_LOCKDEP hlock->prev_chain_key = 0; - hlock_class(hlock) = NULL; + hlock->class_idx = 0; hlock->acquire_ip = 0; hlock->irq_context = 0; #endif _ Patches currently in -mm which might be from a.p.zijlstra@xxxxxxxxx are linux-next.patch sched-type-fix.patch lockdep-fix-combinatorial-explosion-in-lock-subgraph-traversal.patch lockdep-fix-combinatorial-explosion-in-lock-subgraph-traversal-fix.patch lockdep-lock_set_subclass-reset-a-held-locks-subclass.patch lockdep-re-annotate-scheduler-runqueues.patch lockdep-shrink-held_lock-structure.patch lockdep-shrink-held_lock-structure-fix.patch lockdep-shrink-held_lock-structure-fix-2.patch lockdep-map_acquire.patch lockdep-lock-protection-locks.patch lockdep-spin_lock_nest_lock.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