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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3ced00c3-318a-e4ab-f0c2-3c130d478f4f@infradead.org>
Date:   Thu, 16 Jan 2020 09:01:44 -0800
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>,
        nouveau@...ts.freedesktop.org, Ben Skeggs <bskeggs@...hat.com>
Subject: Re: linux-next: Tree for Jan 16
 (drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c)

On 1/16/20 1:17 AM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20200115:
> 
> New tree: zonefs
> 
> The sound-asoc tree lost its build failure.
> 
> The net-next tree gained a build failure for which I reverted a commit.
> 
> The keys tree still had build failures so I used the version from
> next-20191211.
> 

on i386 or x86_64:

../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c: In function ‘gp10b_ltc_init’:
../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c:37:9: error: implicit declaration of function ‘dev_iommu_fwspec_get’; did you mean ‘iommu_fwspec_free’? [-Werror=implicit-function-declaration]
  spec = dev_iommu_fwspec_get(device->dev);
         ^~~~~~~~~~~~~~~~~~~~
         iommu_fwspec_free
../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c:37:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  spec = dev_iommu_fwspec_get(device->dev);
       ^
../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c:39:17: error: ‘struct iommu_fwspec’ has no member named ‘ids’
   u32 sid = spec->ids[0] & 0xffff;
                 ^~

Full randconfig file is attached.


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

View attachment "config-r9253" of type "text/plain" (143728 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ