Re: [PATCH v4 1/2] drm/rocket: Check allocations before use
Markus Elfring <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.video.dri.devel,gmane.linux.kernel.janitors |
|---|---|
| Message-ID | <[email protected]> |
… > +++ b/drivers/accel/rocket/rocket_job.c > @@ -192,6 +192,9 @@ static int rocket_job_push(struct rocket_job *job) > > bos = kvmalloc_array(job->in_bo_count + job->out_bo_count, sizeof(void *), > GFP_KERNEL); … I see opportunities for corresponding collateral evolution. How do you think about to apply the attribute “__free(kvfree)” also in such a function implementation by another update step? https://elixir.bootlin.com/linux/v7.2-rc7/source/include/linux/slab.h#L1420 Regards, Markus