Re: [PATCH v2 1/4] x86/signal/64: Add a comment about sigcontext->fs and gs

2015-12-29 Thread Andy Lutomirski
On Tue, Dec 29, 2015 at 4:24 AM, Stas Sergeev wrote: > 08.12.2015 02:23, Andy Lutomirski пишет: >> On Oct 31, 2015 8:25 AM, "Stas Sergeev" wrote: >>> >>> 26.10.2015 04:25, Andy Lutomirski пишет: >>> These fields have a strange history. This tries to document it. This borrows from

Re: [PATCH v2 1/4] x86/signal/64: Add a comment about sigcontext->fs and gs

2015-12-29 Thread Stas Sergeev
08.12.2015 02:23, Andy Lutomirski пишет: > On Oct 31, 2015 8:25 AM, "Stas Sergeev" wrote: >> >> 26.10.2015 04:25, Andy Lutomirski пишет: >> >>> These fields have a strange history. This tries to document it. >>> >>> This borrows from 9a036b93a344 ("x86/signal/64: Remove 'fs' and 'gs' >>> from sig

Re: [PATCH v2 1/4] x86/signal/64: Add a comment about sigcontext->fs and gs

2015-12-07 Thread Andy Lutomirski
On Oct 31, 2015 8:25 AM, "Stas Sergeev" wrote: > > 26.10.2015 04:25, Andy Lutomirski пишет: > >> These fields have a strange history. This tries to document it. >> >> This borrows from 9a036b93a344 ("x86/signal/64: Remove 'fs' and 'gs' >> from sigcontext"), which was reverted by ed596cde9425 ("Re

Re: [PATCH v2 1/4] x86/signal/64: Add a comment about sigcontext->fs and gs

2015-10-31 Thread Stas Sergeev
26.10.2015 04:25, Andy Lutomirski пишет: These fields have a strange history. This tries to document it. This borrows from 9a036b93a344 ("x86/signal/64: Remove 'fs' and 'gs' from sigcontext"), which was reverted by ed596cde9425 ("Revert x86 sigcontext cleanups"). Signed-off-by: Andy Lutomirski

[PATCH v2 1/4] x86/signal/64: Add a comment about sigcontext->fs and gs

2015-10-25 Thread Andy Lutomirski
These fields have a strange history. This tries to document it. This borrows from 9a036b93a344 ("x86/signal/64: Remove 'fs' and 'gs' from sigcontext"), which was reverted by ed596cde9425 ("Revert x86 sigcontext cleanups"). Signed-off-by: Andy Lutomirski --- arch/x86/include/uapi/asm/sigcontext