amdgpu
unbind/hand-off to vfio-pci
still appears to work but gives lots of errors in Syslog/journalctl
. It worked without any errors with pve-kernel-5.19.https://forum.proxmox.com/threads/o...r-proxmox-ve-7-x-available.119483/post-518711
https://forum.proxmox.com/threads/o...r-proxmox-ve-7-x-available.119483/post-519158
I think it can be reproduced with an AMD GPU (supported by vendor-reset) using
modprobe amdgpu
followed by rmmod amdgpu
or echo "$PCIID" >"/sys/bus/pci/devices/$PCIID/driver/unbind"
.Anybody happens to know how to fix this? Early binding to
vfio-pci
or blacklisting amdgpu
probably works, but it would be really nice if unbind/unload of amdgpu
would work like pve-kernel 5.19 without any errrors.