Re: [PATCH] drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_soft_gpu_metrics

2021-02-24 Thread Sedat Dilek
ot be known. > > Fixes: de4b7cd8cb87 ("drm/amd/pm/swsmu: unify the init soft gpu metrics > function") > Link: https://github.com/ClangBuiltLinux/linux/issues/1304 > Signed-off-by: Nathan Chancellor I fell over this today with Linux v5.11-10201-gc03c21ba6f4e. Tested-by: Sedat

Re: [Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m

2019-01-25 Thread Sedat Dilek
On Fri, Jan 25, 2019 at 4:15 PM Wentland, Harry wrote: > > On 2019-01-25 3:25 a.m., Koenig, Christian wrote: > > Am 25.01.19 um 08:42 schrieb Sedat Dilek: > >> [ CC Nick D. ] > >> > >> Hi Christian, > >> > >> Nick has posted a fix in [2].

Re: [Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m

2019-01-25 Thread Sedat Dilek
:42 AM Koenig, Christian wrote: > > Am 22.10.18 um 10:40 schrieb Sedat Dilek: > > [SNIP] > >>> Am 29.07.2018 um 15:52 schrieb Sedat Dilek: > >>>> Hi, > >>>> > >>>> when compiling with clang-7 and CONFIG_DRM_AMDGPU=m I see the &g

Re: [Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m

2018-10-22 Thread Sedat Dilek
On Wed, Sep 19, 2018 at 11:47 AM Sedat Dilek wrote: > > On Sun, Jul 29, 2018 at 4:39 PM, Christian König > wrote: > >> Do you need further informations? > > > > No, that is a known issue. > > > > Regards, > > Christian. > > > > Hi Ch

Re: [Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m

2018-09-19 Thread Sedat Dilek
On Sun, Jul 29, 2018 at 4:39 PM, Christian König wrote: >> Do you need further informations? > > No, that is a known issue. > > Regards, > Christian. > Hi Christian, is/was this issue fixed? Regards, - Sedat - > > Am 29.07.2018 um 15:52 schrieb Sedat Dilek: >&

Re: [Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m

2018-08-07 Thread Sedat Dilek
On Sun, Jul 29, 2018 at 4:39 PM, Christian König wrote: >> Do you need further informations? > > No, that is a known issue. > Hi, is there any progress on this? Thanks. Regards, - Sedat - > Regards, > Christian. > > > Am 29.07.2018 um 15:52 schrieb Sedat Dilek:

Re: [Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m

2018-07-30 Thread Sedat Dilek
that is a known issue. > > Regards, > Christian. > > > Am 29.07.2018 um 15:52 schrieb Sedat Dilek: >> >> Hi, >> >> when compiling with clang-7 and CONFIG_DRM_AMDGPU=m I see the following... >> >>if [ "" = "-pg" ]; then

[Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m

2018-07-30 Thread Sedat Dilek
Hi, when compiling with clang-7 and CONFIG_DRM_AMDGPU=m I see the following... if [ "" = "-pg" ]; then if [ arch/x86/boot/compressed/misc.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "arch/x86/boot/compressed/misc.o"; fi; fi; ERROR: "__addsf3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko]

Re: [Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m

2018-07-30 Thread Sedat Dilek
@ - > Regards, > Christian. > > > Am 29.07.2018 um 15:52 schrieb Sedat Dilek: >> >> Hi, >> >> when compiling with clang-7 and CONFIG_DRM_AMDGPU=m I see the following... >> >>if [ "" = "-pg" ]; then if [ arch/x86/boot/compress