Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1437771 > unrolled thread

Re: [PATCHv2 6/6] x86/signal: add SA_{X32,IA32}_ABI sa_flags

Started byAndy Lutomirski <luto@amacapital.net>
First post2016-07-06 16:40 +0200
Last post2016-07-06 16:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCHv2 6/6] x86/signal: add SA_{X32,IA32}_ABI sa_flags Andy Lutomirski <luto@amacapital.net> - 2016-07-06 16:40 +0200

#1437771 — Re: [PATCHv2 6/6] x86/signal: add SA_{X32,IA32}_ABI sa_flags

FromAndy Lutomirski <luto@amacapital.net>
Date2016-07-06 16:40 +0200
SubjectRe: [PATCHv2 6/6] x86/signal: add SA_{X32,IA32}_ABI sa_flags
Message-ID<rRW9z-1Wj-7@gated-at.bofh.it>
On Wed, Jun 29, 2016 at 3:57 AM, Dmitry Safonov <dsafonov@virtuozzo.com> wrote:
> Introduce new flags that defines which ABI to use on creating sigframe.
> Those flags kernel will set according to sigaction syscall ABI,
> which set handler for the signal being delivered.
>
> So that will drop the dependency on TIF_IA32/TIF_X32 flags on signal deliver.
> Those flags will be used only under CONFIG_COMPAT.
>
> Similar way ARM uses sa_flags to differ in which mode deliver signal
> for 26-bit applications (look at SA_THIRYTWO).

Reviewed-by: Andy Lutomirski <luto@kernel.org>

>
> Cc: Oleg Nesterov <oleg@redhat.com>
> Cc: Andy Lutomirski <luto@kernel.org>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Cyrill Gorcunov <gorcunov@openvz.org>
> Cc: Pavel Emelyanov <xemul@virtuozzo.com>
> Cc: x86@kernel.org
> Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web