When Priority Inheritance is enabled, the format of /proc/<PID>/status changes...
When Priority Inheritance is enabled, the format of /proc/<PID>/status changes to show both the current priority and the thread’s base priority. This messes up the format of cmd_ps. The attached patch fixes cmd_ps to ignore the base priority.
Loading
Please register or sign in to comment