From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752709AbbJTNP5 (ORCPT ); Tue, 20 Oct 2015 09:15:57 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:51365 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbbJTNP4 (ORCPT ); Tue, 20 Oct 2015 09:15:56 -0400 Subject: Re: [PATCH 3.4 00/65] 3.4.110-rc1 review To: Geert Uytterhoeven , Zefan Li References: <1445302030-4607-1-git-send-email-lizf@kernel.org> <5625A440.5010304@roeck-us.net> <5625F9FA.1020403@huawei.com> Cc: lizf@kernel.org, stable , "linux-kernel@vger.kernel.org" , "Eric W. Biederman" From: Guenter Roeck Message-ID: <56263E89.7020606@roeck-us.net> Date: Tue, 20 Oct 2015 06:15:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/20/2015 01:59 AM, Geert Uytterhoeven wrote: > On Tue, Oct 20, 2015 at 10:23 AM, Zefan Li wrote: >> On 2015/10/20 15:05, Geert Uytterhoeven wrote: >>> On Tue, Oct 20, 2015 at 4:17 AM, Guenter Roeck wrote: >>>> On 10/19/2015 05:47 PM, lizf@kernel.org wrote: >>>>> From: Zefan Li >>>>> >>>>> This is the start of the stable review cycle for the 3.4.110 release. >>>>> There are 65 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. >>>>> >>>> >>>> Build results: >>>> total: 97 pass: 96 fail: 1 >>>> Failed builds: >>>> m68k:sun3_defconfig >>>> >>>> Qemu test results: >>>> total: 63 pass: 63 fail: 0 >>>> >>>> Build failure is due to inconsistent kallsyms data when building >>>> m68k:sun3_defconfig. >>>> From the build log: >>>> >>>> Inconsistent kallsyms data >>>> This is a bug - please report about it >>>> Try make KALLSYMS_EXTRA_PASS=1 as a workaround >>>> Makefile:922: recipe for target 'vmlinux' failed >>>> >>>> Bisect says that the problem is caused by "vfs: Test for and handle paths >>>> that are unreachable from their mnt_root", and reverting that patch >>>> fixes the problem. No idea what is going on. Copying Eric and Geert. >> >> This is odd... > > sun3_defconfig builds fine for me with gcc-4.1.2 20061115 (prerelease) > (Ubuntu 4.1.1-21) and with gcc-4.9.0 (kernel.org crosstool). > Passes for me as well with 4.9.0 from kernel.org crosstool. Looks like a false alarm. Sorry for the noise. Guenter