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:
49e6bc5
)
drm/i915: Redefine WARN_ON to include the condition
author
Mika Kuoppala
<miku@iki.fi>
Tue, 28 Oct 2014 15:32:30 +0000
(17:32 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 4 Nov 2014 22:22:14 +0000
(23:22 +0100)
When looking at the bug report logs with triggered
WARN_ON, the person doing bug triaging will have to
find exact kernel source and match file/line.
Attach the condition that triggered the WARN_ON
to kernel log. In most cases the context is self
evident and this way we can save developer time.
The drawback is ~16kbytes bigger i915.ko
Signed-off-by: Mika Kuoppala <miku@iki.fi>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/i915/i915_drv.h
Simple merge