On Sat, 18 Sep 2021 16:39:20 -0700 Sultan Alsawaf <sultan@xxxxxxxxxxxxxxx> wrote: > The OOM reaper thread uses wait_event_freezable() without actually being > marked as freezable. Fix it by adding a set_freezable() call. Oh. What are the runtime effects of this defect?