Re: [uml-devel] [PATCH] uml: Fix build with recent glibc
From: Jesse Brandeburg
Date: Thu Mar 01 2018 - 21:30:31 EST
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/msg10071.html
Reviewed-by: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>