* [REGRESSION] imx_v6_v7_defconfig: undefined reference to `__hyp_stub_vectors' @ 2018-12-19 12:42 Marcel Ziswiler 2018-12-19 13:16 ` Daniel Baluta 0 siblings, 1 reply; 5+ messages in thread From: Marcel Ziswiler @ 2018-12-19 12:42 UTC (permalink / raw) To: linux-arm-kernel, linux-kernel; +Cc: linux-imx Hi there I noticed that at least today's and yesterdays -next won't build with the imx_v6_v7_defconfig giving the following error: LD arch/arm/boot/compressed/vmlinux arch/arm/boot/compressed/head.o: In function `restart': (.text+0xa8): undefined reference to `__hyp_stub_vectors' (.text+0xac): undefined reference to `__hyp_stub_vectors' Has anybody seen that as well and knows what is going on? Thanks! Cheers Marcel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] imx_v6_v7_defconfig: undefined reference to `__hyp_stub_vectors' 2018-12-19 12:42 [REGRESSION] imx_v6_v7_defconfig: undefined reference to `__hyp_stub_vectors' Marcel Ziswiler @ 2018-12-19 13:16 ` Daniel Baluta 2018-12-19 13:31 ` Daniel Baluta 0 siblings, 1 reply; 5+ messages in thread From: Daniel Baluta @ 2018-12-19 13:16 UTC (permalink / raw) To: linux-arm-kernel, linux-kernel, Marcel Ziswiler; +Cc: dl-linux-imx On Wed, 2018-12-19 at 12:42 +0000, Marcel Ziswiler wrote: > Hi there > > I noticed that at least today's and yesterdays -next won't build with > the imx_v6_v7_defconfig giving the following error: > > LD arch/arm/boot/compressed/vmlinux > arch/arm/boot/compressed/head.o: In function `restart': > (.text+0xa8): undefined reference to `__hyp_stub_vectors' > (.text+0xac): undefined reference to `__hyp_stub_vectors' > > Has anybody seen that as well and knows what is going on? Hmm, works for me. Using linux-next, master branch. HEAD commit: commit 02fc169594e96f7c51c4f23114e12b7a18e85a0a (HEAD -> master, tag: next-20181219, origin/master, origin/HEAD) Author: Stephen Rothwell <sfr@canb.auug.org.au> Date: Wed Dec 19 18:42:46 2018 +1100 Add linux-next specific files for 20181219 Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Using gcc version 7.3.0 (GCC). ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] imx_v6_v7_defconfig: undefined reference to `__hyp_stub_vectors' 2018-12-19 13:16 ` Daniel Baluta @ 2018-12-19 13:31 ` Daniel Baluta 2018-12-19 14:20 ` Fabio Estevam 0 siblings, 1 reply; 5+ messages in thread From: Daniel Baluta @ 2018-12-19 13:31 UTC (permalink / raw) To: Daniel Baluta Cc: linux-arm-kernel, linux-kernel, Marcel Ziswiler, dl-linux-imx, robh, Fabio Estevam On Wed, Dec 19, 2018 at 3:17 PM Daniel Baluta <daniel.baluta@nxp.com> wrote: > > > On Wed, 2018-12-19 at 12:42 +0000, Marcel Ziswiler wrote: > > Hi there > > > > I noticed that at least today's and yesterdays -next won't build with > > the imx_v6_v7_defconfig giving the following error: > > > > LD arch/arm/boot/compressed/vmlinux > > arch/arm/boot/compressed/head.o: In function `restart': > > (.text+0xa8): undefined reference to `__hyp_stub_vectors' > > (.text+0xac): undefined reference to `__hyp_stub_vectors' > > > > Has anybody seen that as well and knows what is going on? > > Hmm, works for me. > > Using linux-next, master branch. HEAD commit: > > commit 02fc169594e96f7c51c4f23114e12b7a18e85a0a (HEAD -> master, tag: > next-20181219, origin/master, origin/HEAD) > Author: Stephen Rothwell <sfr@canb.auug.org.au> > Date: Wed Dec 19 18:42:46 2018 +1100 > > Add linux-next specific files for 20181219 > > Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> > > > Using gcc version 7.3.0 (GCC). On the other hand I'm getting this warning: arch/arm/boot/dts/vfxxx.dtsi:550.24-563.6: Warning (spi_bus_bridge): /soc/aips-bus@40080000/spi@400ad000: incorrect #address-cells for SPI bus also defined at arch/arm/boot/dts/vf610-bk4.dts:107.8-119.3 arch/arm/boot/dts/vf610-bk4.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' Maybe Rob can jump in? thanks, Daniel. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] imx_v6_v7_defconfig: undefined reference to `__hyp_stub_vectors' 2018-12-19 13:31 ` Daniel Baluta @ 2018-12-19 14:20 ` Fabio Estevam 2018-12-19 15:11 ` Marcel Ziswiler 0 siblings, 1 reply; 5+ messages in thread From: Fabio Estevam @ 2018-12-19 14:20 UTC (permalink / raw) To: Daniel Baluta, Lukasz Majewski, Rob Herring, Marcel Ziswiler Cc: Daniel Baluta, linux-kernel, dl-linux-imx, Fabio Estevam, linux-arm-kernel Hi Daniel, On Wed, Dec 19, 2018 at 11:32 AM Daniel Baluta <daniel.baluta@gmail.com> wrote: > > On Wed, Dec 19, 2018 at 3:17 PM Daniel Baluta <daniel.baluta@nxp.com> wrote: > > > > > > On Wed, 2018-12-19 at 12:42 +0000, Marcel Ziswiler wrote: > > > Hi there > > > > > > I noticed that at least today's and yesterdays -next won't build with > > > the imx_v6_v7_defconfig giving the following error: > > > > > > LD arch/arm/boot/compressed/vmlinux > > > arch/arm/boot/compressed/head.o: In function `restart': > > > (.text+0xa8): undefined reference to `__hyp_stub_vectors' > > > (.text+0xac): undefined reference to `__hyp_stub_vectors' > > > > > > Has anybody seen that as well and knows what is going on? > > > > Hmm, works for me. Yes, I haven't seen build failures reported by the autobuilders: http://kisskb.ellerman.id.au/kisskb/target/7464/ > On the other hand I'm getting this warning: > > arch/arm/boot/dts/vfxxx.dtsi:550.24-563.6: Warning (spi_bus_bridge): > /soc/aips-bus@40080000/spi@400ad000: incorrect #address-cells for SPI > bus > also defined at arch/arm/boot/dts/vf610-bk4.dts:107.8-119.3 > arch/arm/boot/dts/vf610-bk4.dtb: Warning (spi_bus_reg): Failed > prerequisite 'spi_bus_bridge' > > > Maybe Rob can jump in? Yes, I have already reported this warning to Rob and Lukasz. Hopefully they could help fixing it. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [REGRESSION] imx_v6_v7_defconfig: undefined reference to `__hyp_stub_vectors' 2018-12-19 14:20 ` Fabio Estevam @ 2018-12-19 15:11 ` Marcel Ziswiler 0 siblings, 0 replies; 5+ messages in thread From: Marcel Ziswiler @ 2018-12-19 15:11 UTC (permalink / raw) To: festevam, robh, daniel.baluta, lukma Cc: linux-arm-kernel, linux-kernel, linux-imx, daniel.baluta, fabio.estevam On Wed, 2018-12-19 at 12:20 -0200, Fabio Estevam wrote: > Hi Daniel, > > On Wed, Dec 19, 2018 at 11:32 AM Daniel Baluta < > daniel.baluta@gmail.com> wrote: > > On Wed, Dec 19, 2018 at 3:17 PM Daniel Baluta < > > daniel.baluta@nxp.com> wrote: > > > > > > On Wed, 2018-12-19 at 12:42 +0000, Marcel Ziswiler wrote: > > > > Hi there > > > > > > > > I noticed that at least today's and yesterdays -next won't > > > > build with > > > > the imx_v6_v7_defconfig giving the following error: > > > > > > > > LD arch/arm/boot/compressed/vmlinux > > > > arch/arm/boot/compressed/head.o: In function `restart': > > > > (.text+0xa8): undefined reference to `__hyp_stub_vectors' > > > > (.text+0xac): undefined reference to `__hyp_stub_vectors' > > > > > > > > Has anybody seen that as well and knows what is going on? > > > > > > Hmm, works for me. > > Yes, I haven't seen build failures reported by the autobuilders: > http://kisskb.ellerman.id.au/kisskb/target/7464/ Hm, strange. A clean re-build using ARM's latest gcc 8.2.1 now worked fine as well. Sorry, for the noise. > > On the other hand I'm getting this warning: > > > > arch/arm/boot/dts/vfxxx.dtsi:550.24-563.6: Warning > > (spi_bus_bridge): > > /soc/aips-bus@40080000/spi@400ad000: incorrect #address-cells for > > SPI > > bus > > also defined at arch/arm/boot/dts/vf610-bk4.dts:107.8-119.3 > > arch/arm/boot/dts/vf610-bk4.dtb: Warning (spi_bus_reg): Failed > > prerequisite 'spi_bus_bridge' > > > > > > Maybe Rob can jump in? > > Yes, I have already reported this warning to Rob and Lukasz. > Hopefully > they could help fixing it. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-12-19 15:12 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2018-12-19 12:42 [REGRESSION] imx_v6_v7_defconfig: undefined reference to `__hyp_stub_vectors' Marcel Ziswiler 2018-12-19 13:16 ` Daniel Baluta 2018-12-19 13:31 ` Daniel Baluta 2018-12-19 14:20 ` Fabio Estevam 2018-12-19 15:11 ` Marcel Ziswiler
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®