Re: [PATCH 4.19 32/66] xtensa: fix initialization of pt_regs::syscall in start_thread

2019-05-10 Thread Greg Kroah-Hartman
On Thu, May 09, 2019 at 11:55:31AM -0700, Max Filippov wrote: > Hello, > > On Thu, May 9, 2019 at 11:48 AM Greg Kroah-Hartman > wrote: > > > > [ Upstream commit 2663147dc7465cb29040a05cc4286fdd839978b5 ] > > > > New pt_regs should indicate that there's no syscall, not that there's > > syscall

[PATCH 4.19 32/66] xtensa: fix initialization of pt_regs::syscall in start_thread

2019-05-09 Thread Greg Kroah-Hartman
[ Upstream commit 2663147dc7465cb29040a05cc4286fdd839978b5 ] New pt_regs should indicate that there's no syscall, not that there's syscall #0. While at it wrap macro body in do/while and parenthesize macro arguments. Signed-off-by: Max Filippov Signed-off-by: Sasha Levin ---

Re: [PATCH 4.19 32/66] xtensa: fix initialization of pt_regs::syscall in start_thread

2019-05-09 Thread Max Filippov
Hello, On Thu, May 9, 2019 at 11:48 AM Greg Kroah-Hartman wrote: > > [ Upstream commit 2663147dc7465cb29040a05cc4286fdd839978b5 ] > > New pt_regs should indicate that there's no syscall, not that there's > syscall #0. While at it wrap macro body in do/while and parenthesize > macro arguments. >