On Mon, Sep 20, 2021, Maciej S. Szmigiero wrote: For future revisions, feel free to omit the lengthy intro and just provide links to previous versions. > On x86-64 the code was well tested, passed KVM unit tests and KVM > selftests with KASAN on. > And, of course, booted various guests successfully (including nested > ones with TDP MMU enabled). > On other KVM platforms the code was compile-tested only. > > Changes since v1: ... > Changes since v2: ... > Changes since v3: ... > Changes since v4: > * Rebase onto v5.15-rc2 (torvalds/master), > > * Fix 64-bit division of n_memslots_pages for 32-bit KVM, > > * Collect Claudio's Reviewed-by tags for some of the patches. Heh, this threw me for a loop. The standard pattern is to start with the most recent version and work backwards, that way reviewers can quickly see the delta for _this_ version. I.e. Changes since v4: ... Changes since v3: ...