The patch titled lockdep: lookup_chain_cache comment errata has been removed from the -mm tree. Its filename was lockdep-lookup_chain_cache-comment-errata.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: lockdep: lookup_chain_cache comment errata From: Jarek Poplawski <jarkao2@xxxxx> Signed-off-by: Jarek Poplawski <jarkao2@xxxxx> Acked-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/lockdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -puN kernel/lockdep.c~lockdep-lookup_chain_cache-comment-errata kernel/lockdep.c --- a/kernel/lockdep.c~lockdep-lookup_chain_cache-comment-errata +++ a/kernel/lockdep.c @@ -1309,8 +1309,9 @@ out_unlock_set: /* * Look up a dependency chain. If the key is not present yet then - * add it and return 0 - in this case the new dependency chain is - * validated. If the key is already hashed, return 1. + * add it and return 1 - in this case the new dependency chain is + * validated. If the key is already hashed, return 0. + * (On return with 1 graph_lock is held.) */ static inline int lookup_chain_cache(u64 chain_key, struct lock_class *class) { _ Patches currently in -mm which might be from jarkao2@xxxxx are origin.patch ppp_generic-fix-lockdep-warning.patch make-cancel_rearming_delayed_work-reliable.patch make-cancel_rearming_delayed_work-reliable-spelling.patch timer-parenthesis-fix-in-tbase_get_deferrable-etc.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