From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755989AbcI0R65 (ORCPT ); Tue, 27 Sep 2016 13:58:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49802 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753345AbcI0R6t (ORCPT ); Tue, 27 Sep 2016 13:58:49 -0400 Date: Tue, 27 Sep 2016 12:58:48 -0500 From: Josh Poimboeuf To: Arnaldo Carvalho de Melo Cc: Linus Torvalds , Michal Marek , Ingo Molnar , Linux Kernel Mailing List Subject: Re: new objtool warnings again... Message-ID: <20160927175848.3itsqiegapogjm4v@treble> References: <20160923211655.d2ho4aguyzgvbl3t@treble> <20160926164914.GA6661@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160926164914.GA6661@redhat.com> User-Agent: Mutt/1.6.0.1 (2016-04-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 27 Sep 2016 17:58:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2016 at 01:49:14PM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Sep 23, 2016 at 02:19:04PM -0700, Linus Torvalds escreveu: > > On Fri, Sep 23, 2016 at 2:16 PM, Josh Poimboeuf wrote: > > > > > > I just started seeing this problem today. I suspect it's a ccache > > > issue, since it only showed up after ccache was updated. > > > > Ahh, I didn't even notice that ccache got updated, but yeah, that makes sense. > > yeah, that explains the problems on my side as well, I "fixed" it by > uninstalling ccache, will get the older version.. FYI, here's the upstream ccache github issue: https://github.com/ccache/ccache/issues/133 and possibly related: https://github.com/ccache/ccache/issues/134 -- Josh