summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHuan Yang <link@vivo.com>2025-04-28 15:38:29 +0800
committerVivek Kasireddy <vivek.kasireddy@intel.com>2025-05-15 21:54:51 -0700
commitceb7b62eaaaacfcf87473bd2e99ac73a758620cb (patch)
tree624fbb3567c57cc028c63158c0386e0027394312 /tools/perf/scripts/python
parent549810e918155cc00d65d44ed3e7d2bd0aa89df9 (diff)
downloadlinux-ceb7b62eaaaacfcf87473bd2e99ac73a758620cb.tar.gz
linux-ceb7b62eaaaacfcf87473bd2e99ac73a758620cb.zip
Revert "udmabuf: fix vmap_udmabuf error page set"
This reverts commit 18d7de823b7150344d242c3677e65d68c5271b04. We cannot use vmap_pfn() in vmap_udmabuf() as it would fail the pfn_valid() check in vmap_pfn_apply(). This is because vmap_pfn() is intended to be used for mapping non-struct-page memory such as PCIe BARs. Since, udmabuf mostly works with pages/folios backed by shmem/hugetlbfs/THP, vmap_pfn() is not the right tool or API to invoke for implementing vmap. Signed-off-by: Huan Yang <link@vivo.com> Suggested-by: Vivek Kasireddy <vivek.kasireddy@intel.com> Reported-by: Bingbu Cao <bingbu.cao@linux.intel.com> Closes: https://lore.kernel.org/dri-devel/eb7e0137-3508-4287-98c4-816c5fd98e10@vivo.com/T/#mbda4f64a3532b32e061f4e8763bc8e307bea3ca8 Acked-by: Vivek Kasireddy <vivek.kasireddy@intel.com> Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com> Link: https://lore.kernel.org/r/20250428073831.19942-2-link@vivo.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions