git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673f820
)
timer: implement lockdep deadlock detection
author
Johannes Berg
<johannes@sipsolutions.net>
Thu, 29 Jan 2009 15:03:20 +0000
(16:03 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 14 Feb 2009 22:25:52 +0000
(23:25 +0100)
This modifies the timer code in a way to allow lockdep to detect
deadlocks resulting from a lock being taken in the timer function
as well as around the del_timer_sync() call.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
No differences found