2019-07-25 05:50:01

by Dan Williams

[permalink] [raw]
Subject: Re: [PATCH v2 0/1] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS issue

On Wed, Jul 24, 2019 at 3:35 PM Jane Chu <[email protected]> wrote:
>
> Changes in v2:
> - move 'tk' allocations internal to add_to_kill(), suggested by Dan;

Oh, sorry if it wasn't clear, this should move to its own patch that
only does the cleanup, and then the follow on fix patch becomes
smaller and more straightforward.


2019-07-25 05:57:12

by Jane Chu

[permalink] [raw]
Subject: Re: [PATCH v2 0/1] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS issue

On 7/24/2019 3:52 PM, Dan Williams wrote:
> On Wed, Jul 24, 2019 at 3:35 PM Jane Chu <[email protected]> wrote:
>>
>> Changes in v2:
>> - move 'tk' allocations internal to add_to_kill(), suggested by Dan;
>
> Oh, sorry if it wasn't clear, this should move to its own patch that
> only does the cleanup, and then the follow on fix patch becomes
> smaller and more straightforward.
>

Make sense, thanks! I'll split up the patch next.

thanks,
-jane