Re: [PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller

2020-03-26 Thread Daniel Vetter
On Mon, Mar 23, 2020 at 03:49:00PM +0100, Daniel Vetter wrote: > slab does this already, and I want to use this in a memory allocation > tracker in drm for stuff that's tied to the lifetime of a drm_device, > not the underlying struct device. Kinda like devres, but for drm. > > Acked-by: Andrew

[PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller

2020-03-23 Thread Daniel Vetter
slab does this already, and I want to use this in a memory allocation tracker in drm for stuff that's tied to the lifetime of a drm_device, not the underlying struct device. Kinda like devres, but for drm. Acked-by: Andrew Morton Signed-off-by: Daniel Vetter Cc: Christoph Lameter Cc: Pekka

[PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller

2020-03-02 Thread Daniel Vetter
slab does this already, and I want to use this in a memory allocation tracker in drm for stuff that's tied to the lifetime of a drm_device, not the underlying struct device. Kinda like devres, but for drm. Acked-by: Andrew Morton Signed-off-by: Daniel Vetter Cc: Christoph Lameter Cc: Pekka

[PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller

2020-02-27 Thread Daniel Vetter
slab does this already, and I want to use this in a memory allocation tracker in drm for stuff that's tied to the lifetime of a drm_device, not the underlying struct device. Kinda like devres, but for drm. Acked-by: Andrew Morton Signed-off-by: Daniel Vetter Cc: Christoph Lameter Cc: Pekka

[PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller

2020-02-21 Thread Daniel Vetter
slab does this already, and I want to use this in a memory allocation tracker in drm for stuff that's tied to the lifetime of a drm_device, not the underlying struct device. Kinda like devres, but for drm. Acked-by: Andrew Morton Signed-off-by: Daniel Vetter Cc: Christoph Lameter Cc: Pekka