On 13.12.2022 23:26, Demi Marie Obenour wrote: > This makes the code much easier to understand, and avoids problems if > Xen's PAT ever changes in the future. > > Reviewed-by: Jan Beulich <jbeul...@suse.com> > Signed-off-by: Demi Marie Obenour <d...@invisiblethingslab.com>
Nit (quoting docs/process/sending-patches.doc): In general tags are added in chronological order. So a `Reviewed-by:` tag should be added **after** the `Signed-off-by:` tag, as the review happened after the patch was written. Otherwise it looks like this patch could go in right away, if only it was clear that it's independent of the earlier three (it looks as if it is). Jan