lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 24 Jul 2019 12:22:15 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        dri-devel <dri-devel@...ts.freedesktop.org>,
        Oded Gabbay <oded.gabbay@...il.com>,
        amd-gfx@...ts.freedesktop.org
Subject: Re: linux-next: Tree for Jul 24 (amdgpu)

On 7/23/19 9:57 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20190723:
> 

on i386:

  CC [M]  drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.o
../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c: In function ‘dcn20_init_hw’:
../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:634:37: error: ‘const struct resource_caps’ has no member named ‘num_dsc’; did you mean ‘num_ddc’?
  for (i = 0; i < res_pool->res_cap->num_dsc; i++)
                                     ^~~~~~~
                                     num_ddc
../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:635:3: error: implicit declaration of function ‘dcn20_dsc_pg_control’; did you mean ‘dcn20_dpp_pg_control’? [-Werror=implicit-function-declaration]
   dcn20_dsc_pg_control(hws, res_pool->dscs[i]->inst, false);
   ^~~~~~~~~~~~~~~~~~~~
   dcn20_dpp_pg_control
../drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:635:39: error: ‘struct resource_pool’ has no member named ‘dscs’; did you mean ‘dpps’?
   dcn20_dsc_pg_control(hws, res_pool->dscs[i]->inst, false);
                                       ^~~~
                                       dpps

Full randconfig file is attached.

Reported-by: Randy Dunlap <rdunlap@...radead.org>

-- 
~Randy

View attachment "config-r6546" of type "text/plain" (121769 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ