On 23/04/2021 13:35, Roger Pau Monne wrote: > Remove the unneeded usage of the compat layer to copy frame pointers > from guest address space. Instead just use raw_copy_from_guest. > > Reported-by: Andrew Cooper <andrew.coop...@citrix.com> > Signed-off-by: Roger Pau Monné <roger....@citrix.com> > --- > Just build tested. Note sure I'm missing something, since using the > compat layer here was IMO much more complicated than just using the > raw accessors.
Thankyou, and yes - I agree. The logic was unnecessarily complicated. Acked-by: Andrew Cooper <andrew.coop...@citrix.com> Needs a fixes tag, but can be sorted on commit.