Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934161AbcJRUkp (ORCPT ); Tue, 18 Oct 2016 16:40:45 -0400 Received: from ud10.udmedia.de ([194.117.254.50]:33989 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932511AbcJRUkh (ORCPT ); Tue, 18 Oct 2016 16:40:37 -0400 Date: Tue, 18 Oct 2016 22:40:33 +0200 From: Markus Trippelsdorf To: Borislav Petkov Cc: Al Viro , lkml Subject: Re: 784d5699eddc ("x86: move exports to actual definitions") Message-ID: <20161018204033.GB307@x4> References: <20161018202304.sksoxuoll4uy3uwg@pd.tnic> <20161018202915.GA307@x4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161018202915.GA307@x4> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 542 Lines: 20 On 2016.10.18 at 22:29 +0200, Markus Trippelsdorf wrote: > On 2016.10.18 at 22:23 +0200, Borislav Petkov wrote: > > Hey Al, > > > > I see the gazillion warnings below when building -rc1 here. > > > > When I revert > > > > 784d5699eddc ("x86: move exports to actual definitions") > > > > the warnings are gone. > > I'm seeing the same thing on ppc64le with an allmodconfig. Also ld.gold doesn't handle linker scripts with empty archives. It hits an internal error, see: https://sourceware.org/bugzilla/show_bug.cgi?id=20693 -- Markus