From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1164376AbeCBCa0 (ORCPT ); Thu, 1 Mar 2018 21:30:26 -0500 Received: from mga17.intel.com ([192.55.52.151]:16665 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1164179AbeCBCaY (ORCPT ); Thu, 1 Mar 2018 21:30:24 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,409,1515484800"; d="scan'208";a="179258885" Date: Thu, 1 Mar 2018 18:30:23 -0800 From: Jesse Brandeburg To: Andi Kleen Cc: , Andi Kleen , , , jesse.brandeburg@intel.com Subject: Re: [uml-devel] [PATCH] uml: Fix build with recent glibc Message-ID: <20180301183023.00002ddf@intel.com> In-Reply-To: <20180301030844.23448-1-andi@firstfloor.org> References: <20180301030844.23448-1-andi@firstfloor.org> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.30; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 28 Feb 2018 19:08:44 -0800 Andi Kleen wrote: > From: Andi Kleen > > Newer glibc did some include namespace "cleanups" and removed > struct ucontext and friends. This already broke a lot of software, > and UML seems to be the latest victim. > > Use the typedefs which are still available. They also work on > older glibcs. > > Signed-off-by: Andi Kleen same patch that I sent on Feb 1st. Hope you can get more traction than I did. https://www.mail-archive.com/user-mode-linux-devel@lists.sourceforge.net/msg10071.html Reviewed-by: Jesse Brandeburg