Re: [PATCH] x86/signal: fix restart_syscall number for x32 tasks

2015-12-17 Thread Andy Lutomirski
On Sat, Dec 12, 2015 at 7:44 PM, Dmitry V. Levin wrote: > On Mon, Dec 07, 2015 at 03:22:06PM -0800, Andy Lutomirski wrote: >> [not real reply because I'm using a bad internet connection right now >> and I'm not set up with my usual Gmane reply hack right now] >> >> The new code is (whitespace-dama

Re: [PATCH] x86/signal: fix restart_syscall number for x32 tasks

2015-12-12 Thread Dmitry V. Levin
On Mon, Dec 07, 2015 at 03:22:06PM -0800, Andy Lutomirski wrote: > [not real reply because I'm using a bad internet connection right now > and I'm not set up with my usual Gmane reply hack right now] > > The new code is (whitespace-damaged): > > static inline unsigned long get_nr_restart_syscall(

Re: [PATCH] x86/signal: fix restart_syscall number for x32 tasks

2015-12-07 Thread Andy Lutomirski
[not real reply because I'm using a bad internet connection right now and I'm not set up with my usual Gmane reply hack right now] The new code is (whitespace-damaged): static inline unsigned long get_nr_restart_syscall(const struct pt_regs *regs) { #if defined(CONFIG_X86_32) || !defined(CONFIG_X