Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966222AbcKJUq5 (ORCPT ); Thu, 10 Nov 2016 15:46:57 -0500 Received: from mail-ua0-f173.google.com ([209.85.217.173]:34483 "EHLO mail-ua0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965894AbcKJUqo (ORCPT ); Thu, 10 Nov 2016 15:46:44 -0500 MIME-Version: 1.0 In-Reply-To: References: <20161110015326.GA51351@juliacomputing.com> From: Keno Fischer Date: Thu, 10 Nov 2016 15:46:01 -0500 Message-ID: Subject: Re: [PATCH] um: Fix compile failure due to current_text_address() definition To: Richard Weinberger Cc: linux-kernel@vger.kernel.org, jdike@addtoit.com, user-mode-linux-devel@lists.sourceforge.net, Sebastian Andrzej Siewior 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: 737 Lines: 16 On Thu, Nov 10, 2016 at 3:19 PM, Richard Weinberger wrote: > Can you please reply to Sebastian's patch series and explain him how you trigger > that error? > I don't have a gcc broken by Debian on my machine right now. I'm not sure how to reply to his patch series directly since I'm not subscribed to lkml (I imagine I can set headers manually, such that things get appropriately threaded, but for now let me just reply here). I don't think there's much to it. It seems like any use of `current_text_addr()` in `ARCH=um` build will cause this problem, there's just not very many such uses in the code base. I believe this particular problem should be reproducible as long as CONFIG_INET is set for an `ARCH=um` build.