mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
SW Profiler's debugfs entry "enable" has both RW permissions set however the corresponding read operation is set to NULL. Similarly, the other entries i.e. "percentiles", "raw_entries" and "basic_stats" only have a read operation defined and write is set to NULL. To enable correct permissions, set permission for "enable" to "W" and set permissions for others as "R" only. Bug 200747304 Change-Id: I296a0ff08a871f752988c9b0a671c080695d5eab Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2566322 (cherry picked from commit 8542dd388da536ee693610acd0bb3a679ff52881) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2628035 Tested-by: Jonathan Hunter <jonathanh@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit