Re: [PATCH RESEND v4 0/4] x86: fix get_nr_restart_syscall()

2021-03-16 Thread Thomas Gleixner
On Tue, Mar 16 2021 at 19:10, Oleg Nesterov wrote: > On 02/04, Oleg Nesterov wrote: >> >> It seems that nobody objects, >> >> Andrew, Andy, Thomas, how do you think this series should be routed? > > ping... > > What can I do to finally get this merged? > > Should I resend once again? Whom? I'll p

Re: [PATCH RESEND v4 0/4] x86: fix get_nr_restart_syscall()

2021-03-16 Thread Oleg Nesterov
On 02/04, Oleg Nesterov wrote: > > It seems that nobody objects, > > Andrew, Andy, Thomas, how do you think this series should be routed? ping... What can I do to finally get this merged? Should I resend once again? Whom? > On 02/01, Oleg Nesterov wrote: > > > > Somehow I forgot about this pro

Re: [PATCH RESEND v4 0/4] x86: fix get_nr_restart_syscall()

2021-02-03 Thread Oleg Nesterov
It seems that nobody objects, Andrew, Andy, Thomas, how do you think this series should be routed? On 02/01, Oleg Nesterov wrote: > > Somehow I forgot about this problem. Let me resend the last version > based on discussion with Linus. IIRC he was agree with this series. > > And let me remind why

Re: [PATCH RESEND v4 0/4] x86: fix get_nr_restart_syscall()

2021-02-02 Thread Oleg Nesterov
On 02/02, Linus Torvalds wrote: > > On Tue, Feb 2, 2021 at 7:56 AM Oleg Nesterov wrote: > > > > There is the "erestartsys-trap-debugger" test in ptrace-tests suite. > > Do you mean you want another test in tools/testing/selftests/ptrace ? > > No, I guess it's fine if it's caught by the ptrace test

Re: [PATCH RESEND v4 0/4] x86: fix get_nr_restart_syscall()

2021-02-02 Thread Linus Torvalds
On Tue, Feb 2, 2021 at 7:56 AM Oleg Nesterov wrote: > > There is the "erestartsys-trap-debugger" test in ptrace-tests suite. > Do you mean you want another test in tools/testing/selftests/ptrace ? No, I guess it's fine if it's caught by the ptrace test suite - we'll hopefully get fairly timely "g

Re: [PATCH RESEND v4 0/4] x86: fix get_nr_restart_syscall()

2021-02-02 Thread Oleg Nesterov
On 02/01, Linus Torvalds wrote: > > On Mon, Feb 1, 2021 at 10:18 AM Linus Torvalds > wrote: > > > > Yeah, looks sane to me. > > Oh, and in a perfect world we'd have a test for this condition too, no? There is the "erestartsys-trap-debugger" test in ptrace-tests suite. Do you mean you want another

Re: [PATCH RESEND v4 0/4] x86: fix get_nr_restart_syscall()

2021-02-01 Thread Linus Torvalds
On Mon, Feb 1, 2021 at 10:18 AM Linus Torvalds wrote: > > Yeah, looks sane to me. Oh, and in a perfect world we'd have a test for this condition too, no? Linus

Re: [PATCH RESEND v4 0/4] x86: fix get_nr_restart_syscall()

2021-02-01 Thread Linus Torvalds
On Mon, Feb 1, 2021 at 9:46 AM Oleg Nesterov wrote: > > Somehow I forgot about this problem. Let me resend the last version > based on discussion with Linus. IIRC he was agree with this series. Yeah, looks sane to me. Linus