lkml.org 
[lkml]   [2015]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 15/15] x86/headers: Remove <asm/sigcontext.h>

* Mikko Rapeli <mikko.rapeli@iki.fi> wrote:

> > > +++ b/arch/x86/include/uapi/asm/sigcontext32.h
> > > @@ -3,6 +3,6 @@
> > >
> > > /* This is a legacy file - all the type definitions are in sigcontext.h: */
> > >
> > > -#include <uapi/asm/sigcontext.h>
> > > +#include <asm/sigcontext.h>
> >
> > There's no asm/sigcontext.h file anymore if you apply my patches - but we could
> > reintroduce it to make the copy of UAPI headers to user-space work as-is.
>
> Actually there is, in user space :)

I mean in the kernel arch/x86/include/asm/sigcontext.h is gone (at least in that
series), we use the UAPI header directly.

> Then a nice solution would be for the kernel side wrapper to do like you
> said (on top of your changes on master):
>
> --- /dev/null
> +++ b/arch/x86/include/asm/sigcontext.h
> @@ -0,0 +1,6 @@
> +#ifndef _ASM_X86_SIGCONTEXT_H
> +#define _ASM_X86_SIGCONTEXT_H
> +
> +#include <uapi/asm/sigcontext.h>
> +
> +#endif /* _ASM_X86_SIGCONTEXT_H */
>
> And I guess logically this belongs to commit "x86/headers: Remove
> <asm/sigcontext.h>".

Yeah, will do this, plus some comments explaining that this is really just so that
we can keep the UAPI side compatible with a 'straight user-space copying of the
header files'.

This won't affect the kernel as we won't include asm/sigcontext.h directly. (And
even if we do, there's no harm done.)

Agreed?

Thanks,

Ingo


\
 
 \ /
  Last update: 2015-09-07 10:01    [W:0.236 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site