mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Fix MODS_VIRTUAL_TO_PHYSICAL for allocations exceeding 4GB It's unlikely for us to support such large allocations, but if we ever did, integer overflow would truncate the allocation offset, resulting in the incorrect PA being returned. This change also brings the driver up to date with the Perforce copy and fixes the version. CID 421846 Change-Id: Ia9328dd91743631f39a16dfc3077261656384f2c Signed-off-by: Chris Dragan <kdragan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2810261 Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>