On 24/09/21 17:13, Eric W. Biederman wrote:
Does anyone have any idea what to call tracehook_notify_resume so that it describes it's current usage?
There isn't a more precise definition than "sundry slowpaths to be invoked before returning to userspace". Whenever one of the triggering conditions becomes true, set_notify_resume() is called and tracehook_notify_resume() will execute them all.
Paolo