← Back to team overview

kernel-packages team mailing list archive

[Bug 1520427] Re: drm/fbdev: Return -EBUSY when oopsing

 

This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
wily' to 'verification-done-wily'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-wily

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1520427

Title:
   drm/fbdev: Return -EBUSY when oopsing

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  Fix Committed
Status in linux source package in Xenial:
  Fix Released

Bug description:
  Issue: 
  Between upstream kernel v3.19 to v4.2,when Intel SMEP/SMAP protection was triggered by some wild function call or data access,  the screen would be frozen and never come back,but the system does not hang.

  Generally, an SMEP/SMAP violation should cause the involved process
  killed, an oops from page fault exception generated to the syslog, and
  the system survived.

  Fix:
  One patch from 4.3 kernel fix this issue
  commit c50bfd08d60cefbe1714c4a53b1c325982858549
  Author: Daniel Vetter <daniel.vetter@xxxxxxxx>
  Date:   Tue Jul 28 13:18:40 2015 +0200

      drm/fbdev: Return -EBUSY when oopsing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1520427/+subscriptions


References