From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753467AbcJKPFp (ORCPT ); Tue, 11 Oct 2016 11:05:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35528 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751598AbcJKPFo (ORCPT ); Tue, 11 Oct 2016 11:05:44 -0400 Date: Tue, 11 Oct 2016 10:05:41 -0500 From: Josh Poimboeuf To: Arnd Bergmann Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [RFC] x86: avoid -mtune=atom for objtool warnings Message-ID: <20161011150541.opini6gbolmnpzy5@treble> References: <20161010125709.1870563-1-arnd@arndb.de> <1855683.1QnG4Fe4Hq@wuerfel> <20161011122049.mllgy4e5z74xg4js@treble> <13439579.hUAfjuNOo8@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <13439579.hUAfjuNOo8@wuerfel> 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.32]); Tue, 11 Oct 2016 15:05:44 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 11, 2016 at 03:30:20PM +0200, Arnd Bergmann wrote: > I've attached the three .config files here, but due to the size I > don't know if they make it to the list or your inbox. Let me > know if you get them, and if you are able to reproduce the problem. > > The compiler version I used is gcc-6 (Ubuntu 6.2.0-3ubuntu11~16.04) > 6.2.0 20160901, and this is on top of linux-next plus a few other > patches. Thanks, I got the configs, and I do see the warnings. Will investigate... -- Josh