Re: [GIT PULL] KVM/rseq changes for Linux 5.15-rc3
From: Paolo Bonzini
Date: Fri Sep 24 2021 - 12:01:34 EST
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