(subset) [PATCH] drm/managed: Clean up GFP_ flag usage in drmm_kmalloc()

Maxime Ripard mripard at kernel.org
Mon Jul 24 10:50:51 UTC 2023


On Fri, 21 Jul 2023 17:57:49 +0300, Dan Carpenter wrote:
> This code is not using the correct gfp flags which were passed in.
> However, this does not affect runtime because kstrdup_const() is a
> no-op in this context.  (It just returns the "kmalloc" string literal
> without doing an allocation.)
> 
> 

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime



More information about the dri-devel mailing list