2024-01-05 18:16:04

by Markus Elfring

[permalink] [raw]
Subject: Re: [PATCH 0/5] drm/amdgpu: Fine-tuning for several function implementations

> Date: Sun, 18 Sep 2016 18:38:48 +0200
>
> Some update suggestions were taken into account
> from static source code analysis.
>
> Markus Elfring (5):
> Use kmalloc_array() in amdgpu_debugfs_gca_config_read()
> Improve determination of sizes in two functions
> Rename a jump label in amdgpu_debugfs_regs_read()
> Rename a jump label in amdgpu_device_init()
> Adjust checks for null pointers in nine functions
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 68 +++++++++++++++---------------
> 1 file changed, 33 insertions(+), 35 deletions(-)

Is this patch series still in review queues?

Regards,
Markus


2024-01-05 18:30:21

by Alex Deucher

[permalink] [raw]
Subject: Re: [PATCH 0/5] drm/amdgpu: Fine-tuning for several function implementations

On Fri, Jan 5, 2024 at 1:15 PM Markus Elfring <[email protected]> wrote:
>
> > Date: Sun, 18 Sep 2016 18:38:48 +0200
> >
> > Some update suggestions were taken into account
> > from static source code analysis.
> >
> > Markus Elfring (5):
> > Use kmalloc_array() in amdgpu_debugfs_gca_config_read()
> > Improve determination of sizes in two functions
> > Rename a jump label in amdgpu_debugfs_regs_read()
> > Rename a jump label in amdgpu_device_init()
> > Adjust checks for null pointers in nine functions
> >
> > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 68 +++++++++++++++---------------
> > 1 file changed, 33 insertions(+), 35 deletions(-)
>
> Is this patch series still in review queues?

Doesn't look like I ever received it. Can you resend?

Alex

>
> Regards,
> Markus