linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the at91 tree
@ 2021-07-19  0:01 Stephen Rothwell
  2021-07-19  8:07 ` Claudiu.Beznea
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2021-07-19  0:01 UTC (permalink / raw)
  To: Nicolas Ferre, Alexandre Belloni, Ludovic Desroches
  Cc: Claudiu Beznea, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

After merging the at91 tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

arch/arm/mach-at91/pm_suspend.S: Assembler messages:
arch/arm/mach-at91/pm_suspend.S:1052: Error: undefined symbol AT91_PMC_MCR_V2_CSS used as an immediate value
arch/arm/mach-at91/pm_suspend.S:1052: Error: undefined symbol AT91_PMC_MCR_V2_DIV used as an immediate value
arch/arm/mach-at91/pm_suspend.S:1052: Error: undefined symbol AT91_PMC_MCR_V2_CSS_MAINCK used as an immediate value
arch/arm/mach-at91/pm_suspend.S:1052: Error: undefined symbol AT91_PMC_MCR_V2_DIV1 used as an immediate value
arch/arm/mach-at91/pm_suspend.S:1052: Error: undefined symbol AT91_PMC_MCR_V2_CSS used as an immediate value
arch/arm/mach-at91/pm_suspend.S:1052: Error: undefined symbol AT91_PMC_MCR_V2_DIV used as an immediate value
arch/arm/mach-at91/pm_suspend.S:1052: Error: undefined symbol AT91_PMC_MCR_V2_ID_MSK used as an immediate value
arch/arm/mach-at91/pm_suspend.S:1052: Error: undefined symbol AT91_PMC_MCR_V2_CMD used as an immediate value

Caused by commit

  6cb0e54412a3 ("ARM: at91: pm: add support for MCK1..4 save/restore for ulp modes")

I have used the at91 tree from next-20210716 for today.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build failure after merge of the at91 tree
  2021-07-19  0:01 linux-next: build failure after merge of the at91 tree Stephen Rothwell
@ 2021-07-19  8:07 ` Claudiu.Beznea
  0 siblings, 0 replies; 5+ messages in thread
From: Claudiu.Beznea @ 2021-07-19  8:07 UTC (permalink / raw)
  To: sfr, nicolas.ferre, alexandre.belloni, Ludovic.Desroches
  Cc: linux-kernel, linux-next

Apologize for it. I have submitted proper fixes at [1].

Thank you,
Claudiu Beznea

[1]
https://lore.kernel.org/lkml/20210719080317.1045832-1-claudiu.beznea@microchip.com/

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

* Re: linux-next: build failure after merge of the at91 tree
  2019-04-23  4:27 ` Masahiro Yamada
@ 2019-04-23  7:22   ` Ludovic Desroches
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Desroches @ 2019-04-23  7:22 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Stephen Rothwell, Nicolas Ferre, Alexandre Belloni,
	Linux Next Mailing List, Linux Kernel Mailing List

On Tue, Apr 23, 2019 at 01:27:52PM +0900, Masahiro Yamada wrote:
> External E-Mail
> 
> 
> On Tue, Apr 23, 2019 at 10:33 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Hi all,
> >
> > After merging the at91 tree, today's linux-next build (arm
> > multi_v7_defconfig) failed like this:
> >
> > arch/arm/mach-at91/pm_suspend.S:17:10: fatal error: pm_data-offsets.h: No such file or directory
> >  #include "pm_data-offsets.h"
> >           ^~~~~~~~~~~~~~~~~~~
> >
> > Caused by commit
> >
> >   ab690fa1eb4b ("ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91")
> >
> > I used the version of the at91 tree from next-20190418 for today.
> 
> 
> Sorry, I missed to test the out-of-tree build.
> 
> -I $(srctree)/$(src) is not added
> when check-in assembly files include a generated header.
> (I think this should be automatically cared by Kbuild, though.)
> 
> 
> Ludovic,
> 
> Could you drop this patch for now?

Yes I dropped it from my PR for 5.2 and remove it from at91-next.

Regards

Ludovic

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

* Re: linux-next: build failure after merge of the at91 tree
  2019-04-22 22:40 Stephen Rothwell
@ 2019-04-23  4:27 ` Masahiro Yamada
  2019-04-23  7:22   ` Ludovic Desroches
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2019-04-23  4:27 UTC (permalink / raw)
  To: Stephen Rothwell, Ludovic Desroches
  Cc: Nicolas Ferre, Alexandre Belloni, Linux Next Mailing List,
	Linux Kernel Mailing List

On Tue, Apr 23, 2019 at 10:33 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> After merging the at91 tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arch/arm/mach-at91/pm_suspend.S:17:10: fatal error: pm_data-offsets.h: No such file or directory
>  #include "pm_data-offsets.h"
>           ^~~~~~~~~~~~~~~~~~~
>
> Caused by commit
>
>   ab690fa1eb4b ("ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91")
>
> I used the version of the at91 tree from next-20190418 for today.


Sorry, I missed to test the out-of-tree build.

-I $(srctree)/$(src) is not added
when check-in assembly files include a generated header.
(I think this should be automatically cared by Kbuild, though.)


Ludovic,

Could you drop this patch for now?




-- 
Best Regards
Masahiro Yamada

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

* linux-next: build failure after merge of the at91 tree
@ 2019-04-22 22:40 Stephen Rothwell
  2019-04-23  4:27 ` Masahiro Yamada
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2019-04-22 22:40 UTC (permalink / raw)
  To: Nicolas Ferre, Alexandre Belloni, Ludovic Desroches
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Masahiro Yamada

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

Hi all,

After merging the at91 tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

arch/arm/mach-at91/pm_suspend.S:17:10: fatal error: pm_data-offsets.h: No such file or directory
 #include "pm_data-offsets.h"
          ^~~~~~~~~~~~~~~~~~~

Caused by commit

  ab690fa1eb4b ("ARM: at91: move platform-specific asm-offset.h to arch/arm/mach-at91")

I used the version of the at91 tree from next-20190418 for today.

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2021-07-19  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19  0:01 linux-next: build failure after merge of the at91 tree Stephen Rothwell
2021-07-19  8:07 ` Claudiu.Beznea
  -- strict thread matches above, loose matches on Subject: below --
2019-04-22 22:40 Stephen Rothwell
2019-04-23  4:27 ` Masahiro Yamada
2019-04-23  7:22   ` Ludovic Desroches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).