[Bug 81140] [HSW/BYT/BDW Bisected ]system sporadically boot fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jul 12 03:55:10 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=81140

--- Comment #12 from liulei <lei.a.liu at intel.com> ---
My simply debug as below, 
With bad commit, below file will go to wrong place.
(-fixes branch: 92ae62076957c5904509f755eea0075ad60f74c6)
drivers/video/fbdev/core/fbmem.c line:1696

function "static int do_unregister_framebuffer(struct fb_info *fb_info)"
will return -EINVAL, because of this line code:
if (i < 0 || i >= FB_MAX || registered_fb[i] != fb_info) 
more detail: it is "registered_fb[i] != fb_info" cause function return -EINVAL

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140712/ed0372c8/attachment.html>


More information about the intel-gfx-bugs mailing list