Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756784AbcK2RO5 (ORCPT ); Tue, 29 Nov 2016 12:14:57 -0500 Received: from mail-io0-f196.google.com ([209.85.223.196]:35323 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753347AbcK2ROr (ORCPT ); Tue, 29 Nov 2016 12:14:47 -0500 MIME-Version: 1.0 In-Reply-To: References: <20161129131922.GA31466@angband.pl> <20161129135118.24696-1-kilobyte@angband.pl> <20161129170522.GA3441@angband.pl> From: Linus Torvalds Date: Tue, 29 Nov 2016 09:14:46 -0800 X-Google-Sender-Auth: KLIG826Fz6aX9i_84E02cP5FSB8 Message-ID: Subject: Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm To: Adam Borowski Cc: Greg Kroah-Hartman , Linux Kbuild mailing list , Michal Marek , Ben Hutchings , Debian kernel maintainers , "linux-arch@vger.kernel.org" , Arnd Bergmann , Ingo Molnar , Nicholas Piggin , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 466 Lines: 14 On Tue, Nov 29, 2016 at 9:10 AM, Linus Torvalds wrote: > > So quite frankly, I don't want to make our kernel sources worse due to > broken shit tools getting something wrong that we shouldn't even care > about. And yes, I'm on binutils 2.26 (with no issues), so it could be that it's 2.27 that triggers this. We could make the pr_warn_once() mention "broken binutils?" so that people know why the warning happens. Linus