Re: [PATCH v3 0/2] x86_64: Sigcontext improvements

2015-03-13 Thread Oleg Nesterov
On 03/12, Andy Lutomirski wrote: > > Patch 1 is IMO a bug fix. And personally I agree. I am still not sure about renames in include/uapi, perhaps someone can ack comment this change... Perhaps we could could even do - __u16 __pad0; + // comment to explain that ->ss i

[PATCH v3 0/2] x86_64: Sigcontext improvements

2015-03-12 Thread Andy Lutomirski
Patch 1 is IMO a bug fix. Patch 2 is a cleanup and avoids some confusion. It's also sort of an API break (no ABI change) because it removes a struct field. But that struct field has never done anything at all as far as I can tell. AFAICT this series got bogged down in discussion about patch 2 l