Re: [PATCH v2] ARC: prevent showing irrelevant exception info in signal message

2018-10-01 Thread Vineet Gupta
On 10/01/2018 09:50 AM, Eugeniy Paltsev wrote: > Hi Vineet, > > any chance you could look at this? > Otherwise we will both forget what it is all about :) I was busy with non Linux stuff for quite some time - hopefully that should be wrapped up and I can get back to tending you ;-) -Vineet > > O

Re: [PATCH v2] ARC: prevent showing irrelevant exception info in signal message

2018-10-01 Thread Eugeniy Paltsev
Hi Vineet, any chance you could look at this? Otherwise we will both forget what it is all about :) On Tue, 2018-08-07 at 16:59 +0300, Eugeniy Paltsev wrote: > We process signals in the end of syscall/exception handler. > It the signal is fatal we print register's content using > show_regs functi

[PATCH v2] ARC: prevent showing irrelevant exception info in signal message

2018-08-07 Thread Eugeniy Paltsev
We process signals in the end of syscall/exception handler. It the signal is fatal we print register's content using show_regs function. show_regs() also prints information about last exception happened. In case of multicore system we can catch the situation when we will print wrong information ab