Re: [PATCH] drm/msm/adreno: Remove VLA usage

From: Rob Clark
Date: Fri Aug 03 2018 - 08:04:42 EST


On Thu, Aug 2, 2018 at 7:24 PM, Kees Cook <keescook@xxxxxxxxxxxx> wrote:
> On Fri, Jun 29, 2018 at 2:20 PM, Jordan Crouse <jcrouse@xxxxxxxxxxxxxx> wrote:
>> On Fri, Jun 29, 2018 at 11:48:18AM -0700, Kees Cook wrote:
>>> In the quest to remove all stack VLA usage from the kernel[1], this
>>> switches to using a kasprintf()ed buffer. Return paths are updated
>>> to free the allocation.
>>>
>>> [1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@xxxxxxxxxxxxxx
>>
>> Thanks for doing this.
>>
>> Acked-by: Jordan Crouse <jcrouse@xxxxxxxxxxxxxx>
>
> Hi Rob,
>
> Is this something you can take via your tree?
>

Oh, sorry, I missed this one, I'll pick it up shortly..

BR,
-R