| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-07 | Add boost to makedepends | SteamedFish | |
| 2026-03-07 | Fix GPUWatchGet stack overflow: heap-allocate aga_gpu_watch_info_t | SteamedFish | |
| aga_gpu_watch_info_t is ~2.3 MB (128 GPUs * 65 attrs * ~272 bytes each). Allocating it on the gRPC worker thread stack causes an immediate stack overflow on entry to GPUWatchGet, manifesting as a crash/EOF disconnect when running 'gpuctl show gpu-watch'. Move to heap via std::make_unique. Bump pkgrel to 2. | |||
| 2026-03-07 | Initial submission: rocm-gpu-agent 1.4.2-1 | SteamedFish | |
| AMD ROCm GPU Agent daemon (gpuagent) and control CLI (gpuctl) for AMD Instinct GPUs. Packages upstream release v1.4.2 with patches to build against system libraries instead of vendored static builds. Includes fix for upstream buffer overflow in aga_obj_key_s::str() where sizeof(char*) was used instead of actual buffer size in snprintf, causing __snprintf_chk to abort on startup. | |||