public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the dmaengine tree
@ 2023-09-29  3:13 Stephen Rothwell
  2023-10-02 16:09 ` Vinod Koul
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2023-09-29  3:13 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Frank Li, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

ld: warning: discarding dynamic section .glink
ld: warning: discarding dynamic section .plt
ld: linkage table error against `ioread64'
ld: stubs don't match calculated size
ld: can not build stubs: bad value
ld: fs/debugfs/file.o: in function `debugfs_print_regs':
file.c:(.text+0xee8): undefined reference to `ioread64be'
ld: file.c:(.text+0xf50): undefined reference to `ioread64'

Caused by commit

  09289d0ad122 ("debugfs_create_regset32() support 8/16/64 bit width registers")

I have used the dmaengine tree from next-20230928 for today.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build failure after merge of the dmaengine tree
  2023-09-29  3:13 linux-next: build failure after merge of the dmaengine tree Stephen Rothwell
@ 2023-10-02 16:09 ` Vinod Koul
  2023-10-02 16:26   ` [EXT] " Frank Li
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2023-10-02 16:09 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Frank Li, Linux Kernel Mailing List, Linux Next Mailing List

On 29-09-23, 13:13, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the dmaengine tree, today's linux-next build (powerpc
> ppc64_defconfig) failed like this:
> 
> ld: warning: discarding dynamic section .glink
> ld: warning: discarding dynamic section .plt
> ld: linkage table error against `ioread64'
> ld: stubs don't match calculated size
> ld: can not build stubs: bad value
> ld: fs/debugfs/file.o: in function `debugfs_print_regs':
> file.c:(.text+0xee8): undefined reference to `ioread64be'
> ld: file.c:(.text+0xf50): undefined reference to `ioread64'
> 
> Caused by commit
> 
>   09289d0ad122 ("debugfs_create_regset32() support 8/16/64 bit width registers")
> 
> I have used the dmaengine tree from next-20230928 for today.

Thanks for report, I have dropped offending commits for now.

BR
-- 
~Vinod

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

* RE: [EXT] Re: linux-next: build failure after merge of the dmaengine tree
  2023-10-02 16:09 ` Vinod Koul
@ 2023-10-02 16:26   ` Frank Li
  2023-10-04  7:18     ` Vinod Koul
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Li @ 2023-10-02 16:26 UTC (permalink / raw)
  To: Vinod Koul, Stephen Rothwell
  Cc: Linux Kernel Mailing List, Linux Next Mailing List



> -----Original Message-----
> From: Vinod Koul <vkoul@kernel.org>
> Sent: Monday, October 2, 2023 11:10 AM
> To: Stephen Rothwell <sfr@canb.auug.org.au>
> Cc: Frank Li <frank.li@nxp.com>; Linux Kernel Mailing List <linux-
> kernel@vger.kernel.org>; Linux Next Mailing List <linux-next@vger.kernel.org>
> Subject: [EXT] Re: linux-next: build failure after merge of the dmaengine tree
> 
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report
> this email' button
> 
> 
> On 29-09-23, 13:13, Stephen Rothwell wrote:
> > Hi all,
> >
> > After merging the dmaengine tree, today's linux-next build (powerpc
> > ppc64_defconfig) failed like this:
> >
> > ld: warning: discarding dynamic section .glink
> > ld: warning: discarding dynamic section .plt
> > ld: linkage table error against `ioread64'
> > ld: stubs don't match calculated size
> > ld: can not build stubs: bad value
> > ld: fs/debugfs/file.o: in function `debugfs_print_regs':
> > file.c:(.text+0xee8): undefined reference to `ioread64be'
> > ld: file.c:(.text+0xf50): undefined reference to `ioread64'
> >
> > Caused by commit
> >
> >   09289d0ad122 ("debugfs_create_regset32() support 8/16/64 bit width
> registers")
> >
> > I have used the dmaengine tree from next-20230928 for today.
> 
> Thanks for report, I have dropped offending commits for now.

Fixed patch already post at
https://lore.kernel.org/dmaengine/20231002145737.538934-1-Frank.Li@nxp.com/T/#u

Frank

> 
> BR
> --
> ~Vinod

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

* Re: [EXT] Re: linux-next: build failure after merge of the dmaengine tree
  2023-10-02 16:26   ` [EXT] " Frank Li
@ 2023-10-04  7:18     ` Vinod Koul
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2023-10-04  7:18 UTC (permalink / raw)
  To: Frank Li
  Cc: Stephen Rothwell, Linux Kernel Mailing List,
	Linux Next Mailing List

Hello Frank,

On 02-10-23, 16:26, Frank Li wrote:
> > On 29-09-23, 13:13, Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > After merging the dmaengine tree, today's linux-next build (powerpc
> > > ppc64_defconfig) failed like this:
> > >
> > > ld: warning: discarding dynamic section .glink
> > > ld: warning: discarding dynamic section .plt
> > > ld: linkage table error against `ioread64'
> > > ld: stubs don't match calculated size
> > > ld: can not build stubs: bad value
> > > ld: fs/debugfs/file.o: in function `debugfs_print_regs':
> > > file.c:(.text+0xee8): undefined reference to `ioread64be'
> > > ld: file.c:(.text+0xf50): undefined reference to `ioread64'
> > >
> > > Caused by commit
> > >
> > >   09289d0ad122 ("debugfs_create_regset32() support 8/16/64 bit width
> > registers")
> > >
> > > I have used the dmaengine tree from next-20230928 for today.
> > 
> > Thanks for report, I have dropped offending commits for now.
> 
> Fixed patch already post at
> https://lore.kernel.org/dmaengine/20231002145737.538934-1-Frank.Li@nxp.com/T/#u

I am not sure of this fix, someone has to pick this. let this get fixed
first and we can always pick back these patches.

My tree was broken meanwhile impacting others, so it was better to drop
for now.

Thanks for you understanding

-- 
~Vinod

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

end of thread, other threads:[~2023-10-04  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29  3:13 linux-next: build failure after merge of the dmaengine tree Stephen Rothwell
2023-10-02 16:09 ` Vinod Koul
2023-10-02 16:26   ` [EXT] " Frank Li
2023-10-04  7:18     ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox