Re: [PATCH v12 6/6] arm64: send SIGBUS to user process for SEA exception
From: Tong Tiangen <hidden>
Date: 2024-08-20 03:45:57
Also in:
linux-arm-kernel, linux-mm, lkml
From: Tong Tiangen <hidden>
Date: 2024-08-20 03:45:57
Also in:
linux-arm-kernel, linux-mm, lkml
在 2024/8/19 20:08, Jonathan Cameron 写道:
On Tue, 28 May 2024 16:59:15 +0800 Tong Tiangen [off-list ref] wrote:quoted
For SEA exception, kernel require take some action to recover from memory error, such as isolate poison page adn kill failure thread, which are done in memory_failure(). During our test, the failure thread cannot be killed due to this issue[1], Here, I temporarily workaround this issue by sending signals to user processes in do_sea(). After [1] is merged, this patch can be rolled back or the SIGBUS will be sent repeated. [1]https://lore.kernel.org/lkml/20240204080144.7977-1-xueshuai@linux.alibaba.com/ (local)What's the status of that one? Seems better to help get that in than carry this. Jonathan .
That patch set has not been incorporated yet. The latest one is still v11. The consideration here was to ensure the functional integrity of this feature. Considering that this may cause confusion, it is not appropriate to make this temporary modification here. Otherwise, this patch will not be included. Related impacts are described in patch 0. Thanks, Tong.