stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build errors in v3.18.y.queue
@ 2018-11-03 14:38 Guenter Roeck
  2018-11-03 15:28 ` Sasha Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2018-11-03 14:38 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable

For v3.18.124-131-g7e61c1e8ba56:

Build results:
	total: 138 pass: 135 fail: 3
Failed builds:
	arm:allmodconfig
	arm:omap2plus_defconfig
	arm:exynos_defconfig
Qemu test results:
	total: 221 pass: 205 fail: 16
Failed tests:
	arm:beagle:multi_v7_defconfig:omap3-beagle
	arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
	arm:overo:multi_v7_defconfig:omap3-overo-tobi
	arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite
	arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9
	arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1
	arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7
	arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702
	arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706
	arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed
	arm:cubieboard:multi_v7_defconfig:sun4i-a10-cubieboard
	arm:midway:multi_v7_defconfig:ecx-2000
	arm:smdkc210:exynos_defconfig:exynos4210-smdkv310
	arm:beagle:omap2plus_defconfig:omap3-beagle
	arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
	arm:overo:omap2plus_defconfig:omap3-overo-tobi

---

arch/arm/mach-omap2/omap-headsmp.S: Assembler messages:
arch/arm/mach-omap2/omap-headsmp.S:60: Error: bad instruction `badr r0,hyp_boot'

drivers/clocksource/exynos_mct.c: In function 'exynos4_local_timer_stop':
drivers/clocksource/exynos_mct.c:490:26: error: 'mevt' undeclared

Culprits:

59566174aef6 ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
4042eb2ed0c7 clocksource/exynos_mct: Clear interrupt when cpu is shut down

Guenter

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

* Re: Build errors in v3.18.y.queue
  2018-11-03 14:38 Build errors in v3.18.y.queue Guenter Roeck
@ 2018-11-03 15:28 ` Sasha Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Sasha Levin @ 2018-11-03 15:28 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: Greg Kroah-Hartman, stable

On Sat, Nov 03, 2018 at 07:38:55AM -0700, Guenter Roeck wrote:
>For v3.18.124-131-g7e61c1e8ba56:
>
>Build results:
>	total: 138 pass: 135 fail: 3
>Failed builds:
>	arm:allmodconfig
>	arm:omap2plus_defconfig
>	arm:exynos_defconfig
>Qemu test results:
>	total: 221 pass: 205 fail: 16
>Failed tests:
>	arm:beagle:multi_v7_defconfig:omap3-beagle
>	arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm
>	arm:overo:multi_v7_defconfig:omap3-overo-tobi
>	arm:sabrelite:multi_v7_defconfig:imx6dl-sabrelite
>	arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9
>	arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1
>	arm:vexpress-a15-a7:multi_v7_defconfig:vexpress-v2p-ca15_a7
>	arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702
>	arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706
>	arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed
>	arm:cubieboard:multi_v7_defconfig:sun4i-a10-cubieboard
>	arm:midway:multi_v7_defconfig:ecx-2000
>	arm:smdkc210:exynos_defconfig:exynos4210-smdkv310
>	arm:beagle:omap2plus_defconfig:omap3-beagle
>	arm:beaglexm:omap2plus_defconfig:omap3-beagle-xm
>	arm:overo:omap2plus_defconfig:omap3-overo-tobi
>
>---
>
>arch/arm/mach-omap2/omap-headsmp.S: Assembler messages:
>arch/arm/mach-omap2/omap-headsmp.S:60: Error: bad instruction `badr r0,hyp_boot'
>
>drivers/clocksource/exynos_mct.c: In function 'exynos4_local_timer_stop':
>drivers/clocksource/exynos_mct.c:490:26: error: 'mevt' undeclared
>
>Culprits:
>
>59566174aef6 ARM: OMAP5 / DRA7: Fix HYP mode boot for thumb2 build
>4042eb2ed0c7 clocksource/exynos_mct: Clear interrupt when cpu is shut down

I've removed both of these, thank you!

--
Thanks,
Sasha

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

* Re: Build errors in v3.18.y.queue
  2019-02-12 16:47 Guenter Roeck
@ 2019-02-12 18:37 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2019-02-12 18:37 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Tue, Feb 12, 2019 at 08:47:28AM -0800, Guenter Roeck wrote:
> Just in case it hasn't been reported yet:
> 
> drivers/tty/serial/samsung.c: In function 's3c24xx_serial_set_termios':
> drivers/tty/serial/samsung.c:820:19: error: 'UPSTAT_AUTOCTS' undeclared

It hasn't, thanks, let me go look...

Ah, found it, will go drop the offending patch, thanks.

greg k-h

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

* Build errors in v3.18.y.queue
@ 2019-02-12 16:47 Guenter Roeck
  2019-02-12 18:37 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2019-02-12 16:47 UTC (permalink / raw)
  To: stable, Greg Kroah-Hartman

Just in case it hasn't been reported yet:

drivers/tty/serial/samsung.c: In function 's3c24xx_serial_set_termios':
drivers/tty/serial/samsung.c:820:19: error: 'UPSTAT_AUTOCTS' undeclared

Guenter

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

end of thread, other threads:[~2019-02-12 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-03 14:38 Build errors in v3.18.y.queue Guenter Roeck
2018-11-03 15:28 ` Sasha Levin
2019-02-12 16:47 Guenter Roeck
2019-02-12 18:37 ` Greg Kroah-Hartman

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).