From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <542F6694.5020103@roeck-us.net> Date: Fri, 03 Oct 2014 20:16:36 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org CC: torvalds@linux-foundation.org, akpm@linux-foundation.org, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org Subject: Re: [PATCH 3.14 000/238] 3.14.20-stable review References: <20141003212913.680985295@linuxfoundation.org> In-Reply-To: <20141003212913.680985295@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On 10/03/2014 02:28 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.14.20 release. > There are 238 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sun Oct 5 21:28:26 UTC 2014. > Anything received after that time might be too late. > Build results: total: 137 pass: 135 fail: 2 Failed builds: arm:omap2plus_defconfig arm:multi_v7_defconfig Qenu test results: total: 28 pass: 28 fail: 0 --- Build error: arch/arm/mach-omap2/omap_hwmod_7xx_data.c: In function 'dra7xx_hwmod_init': arch/arm/mach-omap2/omap_hwmod_7xx_data.c:2735:2: error: implicit declaration of function 'soc_is_dra74x' arch/arm/mach-omap2/omap_hwmod_7xx_data.c:2737:2: error: implicit declaration of function 'soc_is_dra72x' Culprit: 'ARM: DRA7: hwmod: Add dra74x and dra72x specific ocp interface lists' Needs patch af438fec6cb9 ("ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() variants") as prerequisit. Same problem is in 3.16 as well. Guenter