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>] [day] [month] [year] [list]
Message-ID: <20241008135606.3e440dd5@canb.auug.org.au>
Date: Tue, 8 Oct 2024 13:56:06 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Alex Deucher <alexdeucher@...il.com>
Cc: Alex Deucher <alexander.deucher@....com>, Sunil Khatri
 <sunil.khatri@....com>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the amdgpu tree

Hi all,

After merging the amdgpu tree, today's linux-next build (x86_64
allmocdonfig) failed like this:

drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 's3_debug_store':
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5209:35: error: passing argument 1 of 'dm_resume' from incompatible pointer type [-Wincompatible-pointer-types]
 5209 |                         dm_resume(adev);
      |                                   ^~~~
      |                                   |
      |                                   struct amdgpu_device *
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3152:46: note: expected 'struct amdgpu_ip_block *' but argument is of type 'struct amdgpu_device *'
 3152 | static int dm_resume(struct amdgpu_ip_block *ip_block)
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5212:36: error: passing argument 1 of 'dm_suspend' from incompatible pointer type [-Wincompatible-pointer-types]
 5212 |                         dm_suspend(adev);
      |                                    ^~~~
      |                                    |
      |                                    struct amdgpu_device *
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:2963:47: note: expected 'struct amdgpu_ip_block *' but argument is of type 'struct amdgpu_device *'
 2963 | static int dm_suspend(struct amdgpu_ip_block *ip_block)
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~

Caused by commits

  982d7f9bfe4a ("drm/amdgpu: update the handle ptr in suspend")
  7feb4f3ad8be ("drm/amdgpu: update the handle ptr in resume")

I have used the amdgpu tree from next-20241004 for today.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ