Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933738AbcKPOgO (ORCPT ); Wed, 16 Nov 2016 09:36:14 -0500 Received: from b.ns.miles-group.at ([95.130.255.144]:44723 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933612AbcKPOgF (ORCPT ); Wed, 16 Nov 2016 09:36:05 -0500 Subject: Re: [PATCH] um: Fix compile failure due to current_text_address() definition To: Keno Fischer References: <20161110015326.GA51351@juliacomputing.com> <81f0fb21-e336-ed4c-4346-5f54836f5d8c@nod.at> <5718c625-bf94-dbd7-c7f5-14957d6b04d9@nod.at> Cc: linux-kernel@vger.kernel.org, jdike@addtoit.com, user-mode-linux-devel@lists.sourceforge.net, Sebastian Andrzej Siewior From: Richard Weinberger Message-ID: <384fd301-0a12-74e8-8ccd-114f61acbfe4@nod.at> Date: Wed, 16 Nov 2016 15:36:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 219 Lines: 10 Keno, On 16.11.2016 04:45, Keno Fischer wrote: > Just as an FYI, the linker bug has been fixed in binutils. Interesting. Is the same bug also the root cause why a static build of UML does not work? Thanks, //richard