Re: [PATCH] alpha: fix page fault handling for r16-r18 targets

2018-12-30 Thread Dmitry V. Levin
Hi, On Sun, Dec 30, 2018 at 08:23:12PM +, Sergei Trofimovich wrote: > Fix page fault handling code to fixup r16-r18 registers. > Before the patch code had off-by-two registers bug. > This bug caused overwriting of ps,pc,gp registers instead > of fixing intended r16,r17,r18 (see `struct pt_regs

[PATCH] alpha: fix page fault handling for r16-r18 targets

2018-12-30 Thread Sergei Trofimovich
Fix page fault handling code to fixup r16-r18 registers. Before the patch code had off-by-two registers bug. This bug caused overwriting of ps,pc,gp registers instead of fixing intended r16,r17,r18 (see `struct pt_regs`). More details: Initially Dmitry noticed a kernel bug as a failure on strace