Re: [PATCH v2] mm, memory-failure: clarify error message

2019-05-20 Thread Pankaj Gupta
> Some user who install SIGBUS handler that does longjmp out > therefore keeping the process alive is confused by the error > message > "[188988.765862] Memory failure: 0x1840200: Killing >cellsrv:33395 due to hardware memory corruption" > Slightly modify the error message to improve

Re: [PATCH v2] mm, memory-failure: clarify error message

2019-05-20 Thread Anshuman Khandual
On 05/21/2019 07:22 AM, Jane Chu wrote: > Some user who install SIGBUS handler that does longjmp out > therefore keeping the process alive is confused by the error > message > "[188988.765862] Memory failure: 0x1840200: Killing >cellsrv:33395 due to hardware memory corruption" > Slightly

Re: [PATCH v2] mm, memory-failure: clarify error message

2019-05-20 Thread Naoya Horiguchi
On Mon, May 20, 2019 at 07:52:03PM -0600, Jane Chu wrote: > Some user who install SIGBUS handler that does longjmp out > therefore keeping the process alive is confused by the error > message > "[188988.765862] Memory failure: 0x1840200: Killing >cellsrv:33395 due to hardware memory

[PATCH v2] mm, memory-failure: clarify error message

2019-05-20 Thread Jane Chu
Some user who install SIGBUS handler that does longjmp out therefore keeping the process alive is confused by the error message "[188988.765862] Memory failure: 0x1840200: Killing cellsrv:33395 due to hardware memory corruption" Slightly modify the error message to improve clarity.