Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938599AbcKKWHt (ORCPT ); Fri, 11 Nov 2016 17:07:49 -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 S935022AbcKKWHs (ORCPT ); Fri, 11 Nov 2016 17:07:48 -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> Cc: linux-kernel@vger.kernel.org, jdike@addtoit.com, user-mode-linux-devel@lists.sourceforge.net, Sebastian Andrzej Siewior From: Richard Weinberger Message-ID: <5718c625-bf94-dbd7-c7f5-14957d6b04d9@nod.at> Date: Fri, 11 Nov 2016 23:07:42 +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: 816 Lines: 23 On 11.11.2016 22:03, Keno Fischer wrote: > Did you have CONFIG_INET set? I'm attaching my full .config. This is > on vanilla Ubuntu 16.10. Yes, CONFIG_INET is set. Let my try on Ubuntu. ;-\ > I did see the same error when building with `CONFIG_STATIC_LINK=y`. > Note that I also, separately, ran into a linker problem, though I > believe it is unrelated to this patch > (though perhaps is related to the problem you're seeing?): > https://sourceware.org/bugzilla/show_bug.cgi?id=20800. This seems to be an UML<->glibc issue. memmove() is now an ifunc and for whatever reason it does not work with UML. > I'd also be happy to provide you with ssh access to the machine that > I'm seeing this on if that > would be helpful. Okay, let me try myself first. I think I'm able to install Ubuntu. :) Thanks, //richard