From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 16 Mar 2017 15:00:17 +0100 (CET) Received: from mx1.redhat.com ([209.132.183.28]:59878 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991786AbdCPOAKlV8bc (ORCPT ); Thu, 16 Mar 2017 15:00:10 +0100 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9641119D05F; Thu, 16 Mar 2017 14:00:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9641119D05F Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jolsa@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 9641119D05F Received: from krava (dhcp-1-124.brq.redhat.com [10.34.1.124]) by smtp.corp.redhat.com (Postfix) with SMTP id 0AD9C1887F; Thu, 16 Mar 2017 14:00:00 +0000 (UTC) Date: Thu, 16 Mar 2017 14:59:59 +0100 From: Jiri Olsa To: Arnd Bergmann Cc: Arnaldo Carvalho de Melo , Jiri Olsa , Josh Poimboeuf , gregkh , "kernelci.org bot" , kernel-build-reports@lists.linaro.org, linux-mips@linux-mips.org, Linux Kernel Mailing List , stable@vger.kernel.org, Ralf Baechle , James Hogan , Ingo Molnar , Stephen Rothwell Subject: Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1) Message-ID: <20170316135959.GC3620@krava> References: <58b2dc6f.cf4d2e0a.f521.74b3@mx.google.com> <20170315072204.GB26837@kroah.com> <20170316122907.GS12825@kernel.org> <20170316124958.GA3620@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 16 Mar 2017 14:00:04 +0000 (UTC) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 57332 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: jolsa@redhat.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Thu, Mar 16, 2017 at 02:44:45PM +0100, Arnd Bergmann wrote: > On Thu, Mar 16, 2017 at 1:49 PM, Jiri Olsa wrote: > > On Thu, Mar 16, 2017 at 09:29:07AM -0300, Arnaldo Carvalho de Melo wrote: > >> Em Wed, Mar 15, 2017 at 02:15:22PM +0100, Arnd Bergmann escreveu: > >> > On Wed, Mar 15, 2017 at 8:22 AM, gregkh wrote: > >> > > > >> > > All now queued up in the stable trees, thanks. > >> > > >> > Like 4.9.y it builds clean except for a couple of stack frame size warnings > >> > and this one that continues to puzzle me. > >> > > >> > /bin/sh: 1: /home/buildslave/workspace/kernel-builder/arch/x86/defconfig/allmodconfig+CONFIG_OF=n/label/builder/next/build-x86/tools/objtool//fixdep: > >> > Permission denied > >> > >> Jiri? Josh? > > > > hum, looks like it imight be related to this fix we did for perf: > > abb26210a395 perf tools: Force fixdep compilation at the start of the build > > > > it's forcing fixdep to be build as first.. having it as a simple dependency > > (which AFAICS is objtool case), the make -jX occasionaly raced on high cpu > > servers, and executed unfinished binary, hence the permission fail > > It's probably another variation of this bug, but the commit you cite got merged > into 4.10-rc1, while the problem still persists in mainline (4.11-rc2+). the problem is in objtool build right? the fix was for perf build jirka