On 10/7/21 5:22 PM, Konstantin Belousov wrote:
The branch main has been updated by kib:
URL:
https://cgit.FreeBSD.org/src/commit/?id=b5cadc643e853fa4cb23e5315e6f40bf9979a9c0
commit b5cadc643e853fa4cb23e5315e6f40bf9979a9c0
Author: Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2021-10-05 05:11:32 +0000
Commit: Konstantin Belousov <k...@freebsd.org>
CommitDate: 2021-10-08 00:21:43 +0000
Make core dump writes interruptible with SIGKILL
This can be disabled by sysctl kern.core_dump_can_intr
Reported and tested by: pho
Reviewed by: imp, markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D32313
Nice! I've long wanted this feature.
--
John Baldwin