Re: [PATCH 4.4] um: Compile with modern headers

From: Greg KH
Date: Wed Jul 03 2019 - 08:11:24 EST


On Wed, Jul 03, 2019 at 10:46:27AM +0100, Alessio Balsini wrote:
> From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
>
> commit 530ba6c7cb3c22435a4d26de47037bb6f86a5329 upstream.
>
> Recent libcs have gotten a bit more strict, so we actually need to
> include the right headers and use the right types. This enables UML to
> compile again.
>
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Richard Weinberger <richard@xxxxxx>
> Signed-off-by: Alessio Balsini <balsini@xxxxxxxxxxx>
> ---
> arch/um/os-Linux/file.c | 1 +
> arch/um/os-Linux/signal.c | 2 ++
> arch/x86/um/stub_segv.c | 1 +
> 3 files changed, 4 insertions(+)

Thanks for this, now applied.

greg k-h