On Mon, Mar 15, 2021, Ben Gardon wrote: Missing "From: Sean Christopherson <[email protected]>", i.e. the commit in your local tree needs "git commit --amend --author="Sean Christopherson <[email protected]>". Alternatively, you could just erase my SOB ;-)
> Store the address space ID in the TDP iterator so that it can be > retrieved without having to bounce through the root shadow page. This > streamlines the code and fixes a Sparse warning about not properly using > rcu_dereference() when grabbing the ID from the root on the fly. > > Reported-by: kernel test robot <[email protected]> > Signed-off-by: Sean Christopherson <[email protected]> > Signed-off-by: Ben Gardon <[email protected]> > ---

