Re: [PATCH v1 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE

2021-04-18 Thread 堀口 直也
On Sat, Apr 17, 2021 at 01:47:51PM +0800, Aili Yao wrote: > On Tue, 13 Apr 2021 07:43:17 +0900 > Naoya Horiguchi wrote: > > > Hi, > > > > I wrote this patchset to materialize what I think is the current > > allowable solution mentioned by the previous discussion [1]. > > I simply borrowed Tony's

Re: [PATCH v1 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE

2021-04-16 Thread Aili Yao
On Tue, 13 Apr 2021 07:43:17 +0900 Naoya Horiguchi wrote: > Hi, > > I wrote this patchset to materialize what I think is the current > allowable solution mentioned by the previous discussion [1]. > I simply borrowed Tony's mutex patch and Aili's return code patch, > then I queued another one to

[PATCH v1 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE

2021-04-12 Thread Naoya Horiguchi
Hi, I wrote this patchset to materialize what I think is the current allowable solution mentioned by the previous discussion [1]. I simply borrowed Tony's mutex patch and Aili's return code patch, then I queued another one to find error virtual address in the best effort manner. I know that this