From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-f172.google.com ([209.85.215.172]:33784 "EHLO mail-pg1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728337AbeKCXu2 (ORCPT ); Sat, 3 Nov 2018 19:50:28 -0400 Received: by mail-pg1-f172.google.com with SMTP id q5-v6so2252532pgv.0 for ; Sat, 03 Nov 2018 07:38:57 -0700 (PDT) To: Greg Kroah-Hartman Cc: stable From: Guenter Roeck Subject: Build errors in v3.18.y.queue Message-ID: Date: Sat, 3 Nov 2018 07:38:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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