Re: [PATCH V3 00/10] KVM: x86: MMU: Clean up x86's mmu code for future work

From: Xiao Guangrong
Date: Fri Nov 20 2015 - 04:41:58 EST




On 11/20/2015 04:40 PM, Takuya Yoshikawa wrote:
It seems like you all are busy now, so I've made this patch set so that
mechanical and trivial changes come before.

V2->V3:
Patch 01: Rebased and moved here. Updated stale comments.
We may also want to use a union, inside the struct, to eliminate casting to
(u64 *) type when spte is in the head in the future.
Patch 02-05: No change.
About patch 03: There was a comment on the usage of braces for a single line
else-if statement from Xiao. As I answered, checkpatch did not complain about
this, and when the corresponding if block has multiple lines, some developers
prefer/recommend this style. Feel free to modify it if you don't like it.
Patch 06: Changed WARN_ON to BUG_ON as Marcelo suggested.
Patch 07: Removed unnecessary zero-initialization of sp->parent_ptes as Xiao
suggested.


For patch 01 - patch 07:

Reviewed-by: Xiao Guangrong <guangrong.xiao@xxxxxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/