From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <54C8EE4B.20502@roeck-us.net> Date: Wed, 28 Jan 2015 06:12:27 -0800 From: Guenter Roeck MIME-Version: 1.0 To: lizf@kernel.org, stable@vger.kernel.org CC: linux-kernel@vger.kernel.org, satoru.takeuchi@gmail.com, Zefan Li Subject: Re: [PATCH 3.4 000/177] 3.4.106-rc1 review References: <1422418050-12581-1-git-send-email-lizf@kernel.org> In-Reply-To: <1422418050-12581-1-git-send-email-lizf@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On 01/27/2015 08:07 PM, lizf@kernel.org wrote: > From: Zefan Li > > This is the start of the stable review cycle for the 3.4.106 release. > There are 177 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 Fri Jan 30 03:58:34 UTC 2015. > Anything received after that time might be too late. > Build results: total: 119 pass: 113 fail: 6 Failed builds: mips:allmodconfig powerpc:allmodconfig (binutils 2.23 and 2.24) score:defconfig sparc64:allmodconfig xtensa:allmodconfig Qemu tests: total: 23 pass: 22 fail: 1 Failed tests: arm:arm_versatile_defconfig New powerpc and sparc64 build failures: drivers/of/selftest.c: In function 'of_selftest': drivers/of/selftest.c:218:2: error: implicit declaration of function 'of_selftest_property_match_string' That function was renamed to of_selftest_property_string() with 'of: Fix overflow bug in string property parsing functions', but apparently missed one caller in 3.4. Guenter