From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754811AbbILRvx (ORCPT ); Sat, 12 Sep 2015 13:51:53 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:43169 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752820AbbILRvv (ORCPT ); Sat, 12 Sep 2015 13:51:51 -0400 Message-ID: <55F46630.1090807@roeck-us.net> Date: Sat, 12 Sep 2015 10:51:44 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Sudip Mukherjee , Max Filippov CC: Greg Kroah-Hartman , LKML , Linus Torvalds , Andrew Morton , shuah.kh@samsung.com, "stable@vger.kernel.org" Subject: Re: [PATCH 3.10 00/11] 3.10.88-stable review References: <20150911224528.501106420@linuxfoundation.org> <20150912072603.GA28881@sudip-pc> <20150912155545.GG29944@kroah.com> <20150912173655.GA24092@sudip-pc> In-Reply-To: <20150912173655.GA24092@sudip-pc> Content-Type: text/plain; charset=windows-1252; 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 09/12/2015 10:36 AM, Sudip Mukherjee wrote: > On Sat, Sep 12, 2015 at 07:22:39PM +0300, Max Filippov wrote: >> On Sat, Sep 12, 2015 at 6:55 PM, Greg Kroah-Hartman >> wrote: >>> On Sat, Sep 12, 2015 at 12:56:03PM +0530, Sudip Mukherjee wrote: >>>> On Fri, Sep 11, 2015 at 03:48:59PM -0700, Greg Kroah-Hartman wrote: >>>>> This is the start of the stable review cycle for the 3.10.88 release. >>>>> There are 11 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 Sep 13 22:45:08 UTC 2015. >>>>> Anything received after that time might be too late. >>>> Compiled and booted on x86_32. No errors in dmesg. >>>> >>>> cross_compiled with allmodconfig: >> ... >>>> xtensa - failed >>> >>> Are these all new failures? >> >> Build log says >> >> /home/travis/local/gcc-4.9.0-nolibc/xtensa-linux/bin/xtensa-linux-objcopy: >> Unable to change endianness of input file(s) >> make[2]: *** [arch/xtensa/boot/boot-elf/Image.o] Error 1 >> >> which looks like misconfigured toolchain. > But the same script and same toolchain compiles properly for 4.1.7-rc1, > 3.14.52-rc1 and also works for Linus tree (last tested yesterday > morning). I will see what has changed between 3.10 and 3.14 so that it > doesnot work for 3.10 but works for 3.14. > The question here is if this is a new failure in 3.10, not if it has been fixed in a later kernel version. For my part I used to report such persistent failures. However, I find it useless and even confusing to report "yep, still fails", unless there is a plan to fix it, so I don't do that anymore. Otherwise it is just a waste of test resources, and it makes it difficult to understand the test summary. If I _do_ report such failures, I track down the cause and the fix, and ask the branch maintainer to apply the necessary patch(es). Guenter