diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/cmake_modules/utils.cmake b/cmake_modules/utils.cmake old mode 100755 new mode 100644 diff --git a/rocm_smi/CMakeLists.txt b/rocm_smi/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/rocm_smi/example/rocm_smi_example.cc b/rocm_smi/example/rocm_smi_example.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/kfd_ioctl.h b/rocm_smi/include/rocm_smi/kfd_ioctl.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi.h b/rocm_smi/include/rocm_smi/rocm_smi.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_common.h b/rocm_smi/include/rocm_smi/rocm_smi_common.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_counters.h b/rocm_smi/include/rocm_smi/rocm_smi_counters.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_device.h b/rocm_smi/include/rocm_smi/rocm_smi_device.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_exception.h b/rocm_smi/include/rocm_smi/rocm_smi_exception.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_io_link.h b/rocm_smi/include/rocm_smi/rocm_smi_io_link.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_kfd.h b/rocm_smi/include/rocm_smi/rocm_smi_kfd.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_main.h b/rocm_smi/include/rocm_smi/rocm_smi_main.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_monitor.h b/rocm_smi/include/rocm_smi/rocm_smi_monitor.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_power_mon.h b/rocm_smi/include/rocm_smi/rocm_smi_power_mon.h old mode 100755 new mode 100644 diff --git a/rocm_smi/include/rocm_smi/rocm_smi_utils.h b/rocm_smi/include/rocm_smi/rocm_smi_utils.h old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi.cc b/rocm_smi/src/rocm_smi.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi64Config.in b/rocm_smi/src/rocm_smi64Config.in old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_binary_parser.cc b/rocm_smi/src/rocm_smi_binary_parser.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_counters.cc b/rocm_smi/src/rocm_smi_counters.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_device.cc b/rocm_smi/src/rocm_smi_device.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_gpu_metrics.cc b/rocm_smi/src/rocm_smi_gpu_metrics.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_io_link.cc b/rocm_smi/src/rocm_smi_io_link.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_kfd.cc b/rocm_smi/src/rocm_smi_kfd.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_main.cc b/rocm_smi/src/rocm_smi_main.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_monitor.cc b/rocm_smi/src/rocm_smi_monitor.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_power_mon.cc b/rocm_smi/src/rocm_smi_power_mon.cc old mode 100755 new mode 100644 diff --git a/rocm_smi/src/rocm_smi_utils.cc b/rocm_smi/src/rocm_smi_utils.cc old mode 100755 new mode 100644 diff --git a/src/amd_smiConfig.in b/src/amd_smiConfig.in old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/api_support_read.cc b/tests/amd_smi_test/functional/api_support_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/api_support_read.h b/tests/amd_smi_test/functional/api_support_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/err_cnt_read.cc b/tests/amd_smi_test/functional/err_cnt_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/err_cnt_read.h b/tests/amd_smi_test/functional/err_cnt_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/evt_notif_read_write.cc b/tests/amd_smi_test/functional/evt_notif_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/evt_notif_read_write.h b/tests/amd_smi_test/functional/evt_notif_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/fan_read.cc b/tests/amd_smi_test/functional/fan_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/fan_read.h b/tests/amd_smi_test/functional/fan_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/fan_read_write.cc b/tests/amd_smi_test/functional/fan_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/fan_read_write.h b/tests/amd_smi_test/functional/fan_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/frequencies_read.cc b/tests/amd_smi_test/functional/frequencies_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/frequencies_read.h b/tests/amd_smi_test/functional/frequencies_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/frequencies_read_write.cc b/tests/amd_smi_test/functional/frequencies_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/frequencies_read_write.h b/tests/amd_smi_test/functional/frequencies_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/gpu_busy_read.cc b/tests/amd_smi_test/functional/gpu_busy_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/gpu_busy_read.h b/tests/amd_smi_test/functional/gpu_busy_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/hw_topology_read.cc b/tests/amd_smi_test/functional/hw_topology_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/hw_topology_read.h b/tests/amd_smi_test/functional/hw_topology_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/id_info_read.cc b/tests/amd_smi_test/functional/id_info_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/id_info_read.h b/tests/amd_smi_test/functional/id_info_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/init_shutdown_refcount.cc b/tests/amd_smi_test/functional/init_shutdown_refcount.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/init_shutdown_refcount.h b/tests/amd_smi_test/functional/init_shutdown_refcount.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/mem_page_info_read.cc b/tests/amd_smi_test/functional/mem_page_info_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/mem_page_info_read.h b/tests/amd_smi_test/functional/mem_page_info_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/mem_util_read.cc b/tests/amd_smi_test/functional/mem_util_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/mem_util_read.h b/tests/amd_smi_test/functional/mem_util_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/mutual_exclusion.cc b/tests/amd_smi_test/functional/mutual_exclusion.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/mutual_exclusion.h b/tests/amd_smi_test/functional/mutual_exclusion.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/overdrive_read.cc b/tests/amd_smi_test/functional/overdrive_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/overdrive_read.h b/tests/amd_smi_test/functional/overdrive_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/overdrive_read_write.cc b/tests/amd_smi_test/functional/overdrive_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/overdrive_read_write.h b/tests/amd_smi_test/functional/overdrive_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/pci_read_write.cc b/tests/amd_smi_test/functional/pci_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/pci_read_write.h b/tests/amd_smi_test/functional/pci_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/perf_cntr_read_write.cc b/tests/amd_smi_test/functional/perf_cntr_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/perf_cntr_read_write.h b/tests/amd_smi_test/functional/perf_cntr_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/perf_level_read.cc b/tests/amd_smi_test/functional/perf_level_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/perf_level_read.h b/tests/amd_smi_test/functional/perf_level_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/perf_level_read_write.cc b/tests/amd_smi_test/functional/perf_level_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/perf_level_read_write.h b/tests/amd_smi_test/functional/perf_level_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/power_cap_read_write.cc b/tests/amd_smi_test/functional/power_cap_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/power_cap_read_write.h b/tests/amd_smi_test/functional/power_cap_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/power_read.cc b/tests/amd_smi_test/functional/power_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/power_read.h b/tests/amd_smi_test/functional/power_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/power_read_write.cc b/tests/amd_smi_test/functional/power_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/power_read_write.h b/tests/amd_smi_test/functional/power_read_write.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/process_info_read.cc b/tests/amd_smi_test/functional/process_info_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/process_info_read.h b/tests/amd_smi_test/functional/process_info_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/sys_info_read.cc b/tests/amd_smi_test/functional/sys_info_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/sys_info_read.h b/tests/amd_smi_test/functional/sys_info_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/temp_read.cc b/tests/amd_smi_test/functional/temp_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/temp_read.h b/tests/amd_smi_test/functional/temp_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/version_read.cc b/tests/amd_smi_test/functional/version_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/version_read.h b/tests/amd_smi_test/functional/version_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/volt_freq_curv_read.cc b/tests/amd_smi_test/functional/volt_freq_curv_read.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/volt_freq_curv_read.h b/tests/amd_smi_test/functional/volt_freq_curv_read.h old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/xgmi_read_write.cc b/tests/amd_smi_test/functional/xgmi_read_write.cc old mode 100755 new mode 100644 diff --git a/tests/amd_smi_test/functional/xgmi_read_write.h b/tests/amd_smi_test/functional/xgmi_read_write.h old mode 100755 new mode 100644 diff --git a/third_party/shared_mutex/shared_mutex.cc b/third_party/shared_mutex/shared_mutex.cc old mode 100755 new mode 100644 diff --git a/third_party/shared_mutex/shared_mutex.h b/third_party/shared_mutex/shared_mutex.h old mode 100755 new mode 100644