On Mon, 14 Apr 2025 at 11:06, David Hildenbrand <david@xxxxxxxxxx> wrote: > > > > + /* > > + * Shared folios would not be marked as "guestmem" so far, and we only > > + * expect shared folios at this point. > > + */ > > + if (WARN_ON_ONCE(folio_test_guestmem(folio))) { > > + ret = VM_FAULT_SIGBUS; > > + goto out_folio; > > + } > > With that dropped for now > > Acked-by: David Hildenbrand <david@xxxxxxxxxx> Thanks! /fuad > -- > Cheers, > > David / dhildenb >