On Mon, Nov 09, 2020 at 11:04:02AM +0100, Andrea Parri (Microsoft) wrote: > From: Andres Beltran <[email protected]> > > Currently, pointers to guest memory are passed to Hyper-V as > transaction IDs in netvsc. In the face of errors or malicious > behavior in Hyper-V, netvsc should not expose or trust the transaction > IDs returned by Hyper-V to be valid guest memory addresses. Instead, > use small integers generated by vmbus_requestor as requests > (transaction) IDs. > > Signed-off-by: Andres Beltran <[email protected]> > Co-developed-by: Andrea Parri (Microsoft) <[email protected]> > Signed-off-by: Andrea Parri (Microsoft) <[email protected]> > Reviewed-by: Michael Kelley <[email protected]> > Acked-by: Jakub Kicinski <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: Jakub Kicinski <[email protected]> > Cc: [email protected]
Reviewed-by: Wei Liu <[email protected]>

