Re: [Intel-gfx] [PATCH 23/24] drm/i915: Use a slab for object allocation

2012-10-11 Thread Jesse Barnes
On Tue, 4 Sep 2012 21:03:15 +0100 Chris Wilson wrote: > The primary purpose of this was to debug some use-after-free memory > corruption that was causing an OOPS inside drm/i915. As it turned out > the corruption was being caused elsewhere and i915.ko as a major user of > many objects was being

[Intel-gfx] [PATCH 23/24] drm/i915: Use a slab for object allocation

2012-09-04 Thread Chris Wilson
The primary purpose of this was to debug some use-after-free memory corruption that was causing an OOPS inside drm/i915. As it turned out the corruption was being caused elsewhere and i915.ko as a major user of many objects was being hit hardest. Indeed as we do frequent the generic kmalloc caches

Re: [Intel-gfx] [PATCH 23/24] drm/i915: Use a slab for object allocation

2012-08-30 Thread Ben Widawsky
On Thu, 30 Aug 2012 16:31:18 +0100 Chris Wilson wrote: > The primary purpose of this was to debug some use-after-free memory > corruption that was causing an OOPS inside drm/i915. As it turned out > the corruption was being caused elsewhere and i915.ko as a major user > of many objects was being

[Intel-gfx] [PATCH 23/24] drm/i915: Use a slab for object allocation

2012-08-30 Thread Chris Wilson
The primary purpose of this was to debug some use-after-free memory corruption that was causing an OOPS inside drm/i915. As it turned out the corruption was being caused elsewhere and i915.ko as a major user of many objects was being hit hardest. Indeed as we do frequent the generic kmalloc caches