mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-01-27 17:26:47 +00:00
Adds a configurable option to allow killing frozen tasks in a way similar to cgroups v2. The status of frozen tasks is changed to TASK_INTERRUPTIBLE and their PF_FROZEN flag is reset on pending fatal signals. This behavior is enabled via a run-time configurable option, so that the pre-existing behavior is preserved by default. Change-Id: Ic86a2c2652ab4b374cd636faf48bc55065858b3f Bug: b/143308662 Test: manual Signed-off-by: Marco Ballesio <balejs@google.com>