udmabuf: Add support for mapping hugepages (v4)
authorVivek Kasireddy <vivek.kasireddy@intel.com>
Wed, 9 Jun 2021 18:29:15 +0000 (11:29 -0700)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Jun 2021 05:44:30 +0000 (07:44 +0200)
commit16c243e99d335e1ef3059871897119affc98b493
tree41131ee1810901f2e9934ec067e68db9b014cb40
parent6eca310e8924ab98c73b81dfd39e7dd553ceddfd
udmabuf: Add support for mapping hugepages (v4)

If the VMM's (Qemu) memory backend is backed up by memfd + Hugepages
(hugetlbfs and not THP), we have to first find the hugepage(s) where
the Guest allocations are located and then extract the regular 4k
sized subpages from them.

v2: Ensure that the subpage and hugepage offsets are calculated correctly
when the range of subpage allocations cuts across multiple hugepages.

v3: Instead of repeatedly looking up the hugepage for each subpage,
only do it when the subpage allocation crosses over into a different
hugepage. (suggested by Gerd and DW)

v4: Fix the following warning identified by checkpatch:
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('

Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com>
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20210609182915.592743-1-vivek.kasireddy@intel.com
[ kraxel: one more checkpatch format tweak ]
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/dma-buf/udmabuf.c