From 49e4e8f2345a57ac2dce3165baec702fefb693a0 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Fri, 19 Jul 2024 09:43:22 -0500 Subject: [PATCH] Updated Changelog with Mutex Fix Signed-off-by: Maisam Arif Change-Id: I0aee284ce7600efc66b0ad5392c11bb6a502a929 [ROCm/amdsmi commit: 3a9c93bfa6d2b6404eebc01a83707699cfbb95e7] --- projects/amdsmi/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/amdsmi/CHANGELOG.md b/projects/amdsmi/CHANGELOG.md index 11ca692f3a..da6bd5d8a6 100644 --- a/projects/amdsmi/CHANGELOG.md +++ b/projects/amdsmi/CHANGELOG.md @@ -145,6 +145,9 @@ ASIC products. This requires users to update any ABIs using this structure. ### Fixes +- **Fixed Leftover Mutex deadlock when running multiple instances of the CLI tool**. +When running `amd-smi reset --gpureset --gpu all` and then running an instance of `amd-smi static` (or any other subcommand that access the GPUs) a mutex would lock and not return requiring either a clear of the mutex in /dev/shm or rebooting the machine. + - **Fixed multiple processes not being registered in `amd-smi process` with json and csv format**. Multiple process outputs in the CLI tool were not being registered correctly. The json output did not handle multiple processes and is now in a new valid json format: