All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the amdgpu and powerpc-fixes trees
@ 2022-07-26 10:54 Stephen Rothwell
  2022-07-27  1:29 ` Michael Ellerman
  2022-07-27 14:17 ` Michael Ellerman
  0 siblings, 2 replies; 8+ messages in thread
From: Stephen Rothwell @ 2022-07-26 10:54 UTC (permalink / raw)
  To: Alex Deucher, Michael Ellerman, Guenter Roeck
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

Hi all,

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

ld: drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o uses soft float
ld: failed to merge target specific data of file drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o

I have reverted commit

  c653c591789b ("drm/amdgpu: Re-enable DCN for 64-bit powerpc")

for today.

I suspect that commit

  3876a8b5e241 ("drm/amd/display: Enable building new display engine with KCOV enabled")

may also be involved (or, at least, not sufficient).
-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: build failure after merge of the amdgpu and powerpc-fixes trees
  2022-07-26 10:54 linux-next: build failure after merge of the amdgpu and powerpc-fixes trees Stephen Rothwell
@ 2022-07-27  1:29 ` Michael Ellerman
  2022-07-27  5:29   ` Stephen Rothwell
  2022-07-27 14:17 ` Michael Ellerman
  1 sibling, 1 reply; 8+ messages in thread
From: Michael Ellerman @ 2022-07-27  1:29 UTC (permalink / raw)
  To: Stephen Rothwell, Alex Deucher, Guenter Roeck
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

Stephen Rothwell <sfr@canb.auug.org.au> writes:
> Hi all,
>
> After merging the amdgpu tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> ld: drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o uses soft float
> ld: failed to merge target specific data of file drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o

What compiler are you using?

cheers

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: build failure after merge of the amdgpu and powerpc-fixes trees
  2022-07-27  1:29 ` Michael Ellerman
@ 2022-07-27  5:29   ` Stephen Rothwell
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Rothwell @ 2022-07-27  5:29 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Alex Deucher, Guenter Roeck, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 730 bytes --]

Hi Michael,

On Wed, 27 Jul 2022 11:29:02 +1000 Michael Ellerman <mpe@ellerman.id.au> wrote:
>
> Stephen Rothwell <sfr@canb.auug.org.au> writes:
> > Hi all,
> >
> > After merging the amdgpu tree, today's linux-next build (powerpc
> > allyesconfig) failed like this:
> >
> > ld: drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o uses soft float
> > ld: failed to merge target specific data of file drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o  
> 
> What compiler are you using?

Debian's gcc v11.2:

$ gcc --version
gcc (Debian 11.2.0-10) 11.2.0
$ ld --version
GNU ld (GNU Binutils for Debian) 2.37

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: build failure after merge of the amdgpu and powerpc-fixes trees
  2022-07-26 10:54 linux-next: build failure after merge of the amdgpu and powerpc-fixes trees Stephen Rothwell
  2022-07-27  1:29 ` Michael Ellerman
@ 2022-07-27 14:17 ` Michael Ellerman
  2022-07-27 16:15   ` Alex Deucher
  2022-07-28  2:11   ` Stephen Rothwell
  1 sibling, 2 replies; 8+ messages in thread
From: Michael Ellerman @ 2022-07-27 14:17 UTC (permalink / raw)
  To: Stephen Rothwell, Alex Deucher, Guenter Roeck
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

Stephen Rothwell <sfr@canb.auug.org.au> writes:
> Hi all,
>
> After merging the amdgpu tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> ld: drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o uses soft float
> ld: failed to merge target specific data of file drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o
>
> I have reverted commit
>
>   c653c591789b ("drm/amdgpu: Re-enable DCN for 64-bit powerpc")
>
> for today.

It bisects to:

  40b31e5355ba ("drm/amd/display: Remove FPU flags from DCN30 Makefile")

So I guess there's still some float code in dcn30?

cheers

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: build failure after merge of the amdgpu and powerpc-fixes trees
  2022-07-27 14:17 ` Michael Ellerman
@ 2022-07-27 16:15   ` Alex Deucher
  2022-07-28 20:36     ` Rodrigo Siqueira Jordao
  2022-07-28  2:11   ` Stephen Rothwell
  1 sibling, 1 reply; 8+ messages in thread
From: Alex Deucher @ 2022-07-27 16:15 UTC (permalink / raw)
  To: Michael Ellerman, Siqueira, Rodrigo, Melissa Wen
  Cc: Stephen Rothwell, Guenter Roeck, Linux Kernel Mailing List,
	Linux Next Mailing List

+ Rodrigo, Melissa

On Wed, Jul 27, 2022 at 10:17 AM Michael Ellerman <mpe@ellerman.id.au> wrote:
>
> Stephen Rothwell <sfr@canb.auug.org.au> writes:
> > Hi all,
> >
> > After merging the amdgpu tree, today's linux-next build (powerpc
> > allyesconfig) failed like this:
> >
> > ld: drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o uses soft float
> > ld: failed to merge target specific data of file drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o
> >
> > I have reverted commit
> >
> >   c653c591789b ("drm/amdgpu: Re-enable DCN for 64-bit powerpc")
> >
> > for today.
>
> It bisects to:
>
>   40b31e5355ba ("drm/amd/display: Remove FPU flags from DCN30 Makefile")
>
> So I guess there's still some float code in dcn30?
>
> cheers

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: build failure after merge of the amdgpu and powerpc-fixes trees
  2022-07-27 14:17 ` Michael Ellerman
  2022-07-27 16:15   ` Alex Deucher
@ 2022-07-28  2:11   ` Stephen Rothwell
  1 sibling, 0 replies; 8+ messages in thread
From: Stephen Rothwell @ 2022-07-28  2:11 UTC (permalink / raw)
  To: Michael Ellerman, Dave Airlie
  Cc: Alex Deucher, Guenter Roeck, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 982 bytes --]

Hi all,

On Thu, 28 Jul 2022 00:17:49 +1000 Michael Ellerman <mpe@ellerman.id.au> wrote:
>
> Stephen Rothwell <sfr@canb.auug.org.au> writes:
> >
> > After merging the amdgpu tree, today's linux-next build (powerpc
> > allyesconfig) failed like this:
> >
> > ld: drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o uses soft float
> > ld: failed to merge target specific data of file drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o
> >
> > I have reverted commit
> >
> >   c653c591789b ("drm/amdgpu: Re-enable DCN for 64-bit powerpc")
> >
> > for today.  
> 
> It bisects to:
> 
>   40b31e5355ba ("drm/amd/display: Remove FPU flags from DCN30 Makefile")
> 
> So I guess there's still some float code in dcn30?

I have reverted commit 40b31e5355ba from the merge of the drm tree today (since
it has been merged in there) instead of commit c653c591789b.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: build failure after merge of the amdgpu and powerpc-fixes trees
  2022-07-27 16:15   ` Alex Deucher
@ 2022-07-28 20:36     ` Rodrigo Siqueira Jordao
  2022-07-28 22:51       ` Michael Ellerman
  0 siblings, 1 reply; 8+ messages in thread
From: Rodrigo Siqueira Jordao @ 2022-07-28 20:36 UTC (permalink / raw)
  To: Alex Deucher, Michael Ellerman, Melissa Wen
  Cc: Stephen Rothwell, Guenter Roeck, Linux Kernel Mailing List,
	Linux Next Mailing List

Hi Stephen/Michael,

I made this fix:

https://patchwork.freedesktop.org/series/106824/

Could you check if it fixes the issue for you? If so, could you undo 
your revert?

Thanks
Siqueira

On 2022-07-27 12:15, Alex Deucher wrote:
> + Rodrigo, Melissa
> 
> On Wed, Jul 27, 2022 at 10:17 AM Michael Ellerman <mpe@ellerman.id.au> wrote:
>>
>> Stephen Rothwell <sfr@canb.auug.org.au> writes:
>>> Hi all,
>>>
>>> After merging the amdgpu tree, today's linux-next build (powerpc
>>> allyesconfig) failed like this:
>>>
>>> ld: drivers/gpu/drm/amd/display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o uses soft float
>>> ld: failed to merge target specific data of file drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.o
>>>
>>> I have reverted commit
>>>
>>>    c653c591789b ("drm/amdgpu: Re-enable DCN for 64-bit powerpc")
>>>
>>> for today.
>>
>> It bisects to:
>>
>>    40b31e5355ba ("drm/amd/display: Remove FPU flags from DCN30 Makefile")
>>
>> So I guess there's still some float code in dcn30?
>>
>> cheers


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: linux-next: build failure after merge of the amdgpu and powerpc-fixes trees
  2022-07-28 20:36     ` Rodrigo Siqueira Jordao
@ 2022-07-28 22:51       ` Michael Ellerman
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Ellerman @ 2022-07-28 22:51 UTC (permalink / raw)
  To: Rodrigo Siqueira Jordao, Alex Deucher, Melissa Wen
  Cc: Stephen Rothwell, Guenter Roeck, Linux Kernel Mailing List,
	Linux Next Mailing List

Rodrigo Siqueira Jordao <Rodrigo.Siqueira@amd.com> writes:
> Hi Stephen/Michael,
>
> I made this fix:
>
> https://patchwork.freedesktop.org/series/106824/
>
> Could you check if it fixes the issue for you?

Thanks that fixes it here.

> If so, could you undo your revert?

Stephen is on vacation and not doing linux-next today, so I guess for
testing you'll have to do a local revert.

cheers

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-28 22:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26 10:54 linux-next: build failure after merge of the amdgpu and powerpc-fixes trees Stephen Rothwell
2022-07-27  1:29 ` Michael Ellerman
2022-07-27  5:29   ` Stephen Rothwell
2022-07-27 14:17 ` Michael Ellerman
2022-07-27 16:15   ` Alex Deucher
2022-07-28 20:36     ` Rodrigo Siqueira Jordao
2022-07-28 22:51       ` Michael Ellerman
2022-07-28  2:11   ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.