mbox

[Natty,Pull-request] fix compiz/i965_dri crash

Message ID 1299434523.13772.23.camel@fourier
State New
Headers show

Pull-request

git://kernel.ubuntu.com/kamal/ubuntu-natty.git master-next-fixes

Message

Kamal Mostafa March 6, 2011, 6:02 p.m. UTC
natty/master-next:  Please pull the following change cherry-picked from
drm-intel-fixes to fix this major i965 regression in 2.6.38-rc7 (breaks
unity completely):
        
        https://bugs.launchpad.net/ubuntu/+source/nux/+bug/728672
        compiz crashed with SIGSEGV in intel_miptree_image_copy()

---------------------------------

The following changes since commit 57545cbd909fe74da387e063178a546ea19e616e:

  UBUNTU: rebase fixes LP#715318 (2011-03-02 09:23:36 +0000)

are available in the git repository at:
  git://kernel.ubuntu.com/kamal/ubuntu-natty.git master-next-fixes

Chris Wilson (1):
      Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"

 drivers/gpu/drm/i915/i915_gem_tiling.c |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

Comments

Andy Whitcroft March 15, 2011, 3:09 p.m. UTC | #1
On Sun, Mar 06, 2011 at 10:02:03AM -0800, Kamal Mostafa wrote:
> natty/master-next:  Please pull the following change cherry-picked from
> drm-intel-fixes to fix this major i965 regression in 2.6.38-rc7 (breaks
> unity completely):
>         
>         https://bugs.launchpad.net/ubuntu/+source/nux/+bug/728672
>         compiz crashed with SIGSEGV in intel_miptree_image_copy()
> 
> ---------------------------------
> 
> The following changes since commit 57545cbd909fe74da387e063178a546ea19e616e:
> 
>   UBUNTU: rebase fixes LP#715318 (2011-03-02 09:23:36 +0000)
> 
> are available in the git repository at:
>   git://kernel.ubuntu.com/kamal/ubuntu-natty.git master-next-fixes
> 
> Chris Wilson (1):
>       Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
> 
>  drivers/gpu/drm/i915/i915_gem_tiling.c |   16 +---------------
>  1 files changed, 1 insertions(+), 15 deletions(-)

Confirmed that this has hit Natty via upstream.

-apw