From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751595AbdCBWwe (ORCPT ); Thu, 2 Mar 2017 17:52:34 -0500 Received: from mail-oi0-f42.google.com ([209.85.218.42]:34190 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751524AbdCBWwb (ORCPT ); Thu, 2 Mar 2017 17:52:31 -0500 MIME-Version: 1.0 In-Reply-To: <20170302182515.zybdzrnbf35hqzbm@treble> References: <20161010125709.1870563-1-arnd@arndb.de> <20161011150541.opini6gbolmnpzy5@treble> <20161011155146.icyl3zewdvmms2h2@treble> <2252957.Vm1BYSSRqP@wuerfel> <20170301143135.arushx2c7q7bnyna@treble> <20170302182515.zybdzrnbf35hqzbm@treble> From: Arnd Bergmann Date: Thu, 2 Mar 2017 23:43:42 +0100 X-Google-Sender-Auth: 6vRNTT-cfEMWYBxrJF980ZoCgxM Message-ID: Subject: Re: [PATCH] [RFC] x86: avoid -mtune=atom for objtool warnings To: Josh Poimboeuf Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Linux Kernel Mailing List , Denys Vlasenko Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 2, 2017 at 7:25 PM, Josh Poimboeuf wrote: >> It was on the current linux-next, so that commit should certainly be included. >> >> > Can you attach the object file? > > Here's the preliminary fix for this one (still needs more testing): It fixes the warning for me. Arnd