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