[PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
Ackerley Tng
ackerleytng at google.com
Thu Aug 28 08:43:20 AEST 2025
Shivank Garg <shivankg at amd.com> writes:
>
> [...snip...]
>
I meant to send this to you before this version went out but you were
too quick!
Here's a new version, Fuad and I reviewed this again internally. The
changes are:
+ Sort linux/pseudo_fs.h after linux/pagemap.h (alphabetical)
+ Don't set MNT_NOEXEC on the mount, since SB_I_NOEXEC was already set
on the superblock
+ Rename kvm_gmem_inode_make_secure_inode() to kvm_gmem_inode_create()
+ Emphasizes that there is a creation in this function
+ Remove "secure" from the function name to remove confusion that
there may be a "non-secure" version
+ In kvm_gmem_inode_create_getfile()'s error path, return ERR_PTR(err)
directly instead of having a goto
More information about the Linux-erofs
mailing list