commit | bec2dd69696cb163fe31dd40ac7752056e1bcb97 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Fri Jun 29 11:48:18 2018 -0700 |
committer | Rob Clark <robdclark@gmail.com> | Sun Aug 05 10:07:09 2018 -0400 |
tree | 0c00182f0acc884b69592dff1fade1dd758d7619 | |
parent | a5f74ec7d3cb6278255f7bf2ffb28baa6ad6e157 [diff] |
drm/msm/adreno: Remove VLA usage 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@mail.gmail.com Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Rob Clark <robdclark@gmail.com>