Re: [PATCH] arc/Kconfig: add the "Memory Management" menu around include mm/Kconfig

2018-07-02 Thread Vineet Gupta
On 06/30/2018 06:54 AM, Mike Rapoport wrote: > Otherwise mm configuration options show up in the top level menu. > > Suggested-by: Randy Dunlap > Signed-off-by: Mike Rapoport > Tested-by: Randy Dunlap > Acked-by: Randy Dunlap Thx, Added to my tree. -Vineet __

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

2018-07-02 Thread Vineet Gupta
+CC Al On 06/29/2018 12:39 PM, 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 function. show_regs() also prints information about > last exception happened. > > In case of multicore system