Re: [uml-devel] [PATCH] uml: Fix build with recent glibc

From: Richard Weinberger
Date: Fri Mar 02 2018 - 03:38:33 EST


Am Freitag, 2. März 2018, 03:30:23 CET schrieb Jesse Brandeburg:
> On Wed, 28 Feb 2018 19:08:44 -0800
>
> Andi Kleen <andi@xxxxxxxxxxxxxx> wrote:
> > From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
> >
> > 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 <ak@xxxxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxxxxxxxxxx/msg
> 10071.html
>
> Reviewed-by: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>

Sorry guys, due to various reasons in the last months I had not much time for
UML. But things get better now.
The fix from the first sender is in -next and will hit Linus' tree soon.

Thanks,
//richard