> > + if (verbose) { > > + task_lock(p); > > We need to be careful with which locks we take on the oom-killer path, > because it can be called by code which already holds locks. But I > expect task_lock() will be OK.
Sure. task_lock() is already used various oom path. I think this is ok.