Re: [PATCH] ttm_get_pages() will OOPS with highmem allocation

2012-11-19 Thread Greg KH
On Fri, Nov 16, 2012 at 07:19:01PM +0200, Jonathan Morton wrote: > Reposting from this kernel bug: > https://bugzilla.kernel.org/show_bug.cgi?id=50241 > > I've tested the patch and it solves a highly repeatable OOPS with the > CedarView driver that I'm porting. > > Reviewed-by: Thomas Hellstrom

Re: [PATCH] ttm_get_pages() will OOPS with highmem allocation

2012-11-19 Thread Jonathan Morton
Reposting from this kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=50241 I've tested the patch and it solves a highly repeatable OOPS with the CedarView driver that I'm porting. Reviewed-by: Thomas Hellstrom >From 3552913d3a1c2d3c4ce158e91dc18cd12b522cb2 Mon Sep 17 00:00:00 2001 From:

[PATCH] ttm_get_pages() will OOPS with highmem allocation

2012-11-16 Thread Jonathan Morton
Reposting from this kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=50241 I've tested the patch and it solves a highly repeatable OOPS with the CedarView driver that I'm porting. Reviewed-by: Thomas Hellstrom

[PATCH] ttm_get_pages() will OOPS with highmem allocation

2012-11-16 Thread Greg KH
On Fri, Nov 16, 2012 at 07:19:01PM +0200, Jonathan Morton wrote: > Reposting from this kernel bug: > https://bugzilla.kernel.org/show_bug.cgi?id=50241 > > I've tested the patch and it solves a highly repeatable OOPS with the > CedarView driver that I'm porting. > > Reviewed-by: Thomas Hellstrom

[PATCH] ttm_get_pages() will OOPS with highmem allocation

2012-11-14 Thread Thomas Hellstrom
On 11/13/2012 07:31 PM, Jonathan Morton wrote: > Reposting from this kernel bug: > https://bugzilla.kernel.org/show_bug.cgi?id=50241 > > I've tested the patch and it solves a highly repeatable OOPS with the > CedarView driver that I'm porting. > > > >From 3552913d3a1c2d3c4ce158e91dc18cd12b522cb2 Mo

Re: [PATCH] ttm_get_pages() will OOPS with highmem allocation

2012-11-14 Thread Thomas Hellstrom
On 11/13/2012 07:31 PM, Jonathan Morton wrote: Reposting from this kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=50241 I've tested the patch and it solves a highly repeatable OOPS with the CedarView driver that I'm porting. >From 3552913d3a1c2d3c4ce158e91dc18cd12b522cb2 Mon Sep 17 00

[PATCH] ttm_get_pages() will OOPS with highmem allocation

2012-11-13 Thread Jonathan Morton
Reposting from this kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=50241 I've tested the patch and it solves a highly repeatable OOPS with the CedarView driver that I'm porting. >From 3552913d3a1c2d3c4ce158e91dc18cd12b522cb2 Mon Sep 17 00:00:00 2001 From: Yakui Zhao Date: Tue, 7 Feb 20

[PATCH] ttm_get_pages() will OOPS with highmem allocation

2012-11-13 Thread Jonathan Morton
Reposting from this kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=50241 I've tested the patch and it solves a highly repeatable OOPS with the CedarView driver that I'm porting.