Among the 4 debian patches available in version 5.2.3-5 of the package, we noticed the following issues:
commit 2332d4f3c8c9a5a800290546ca97f9c615814623 Author: Cordell Bloor <cgmb@slerp.xyz> Date: Sat Jul 29 20:35:50 2023 -0600 Update changelog for 5.2.3-5 release commit 6f6cdcabc2f04388928214f616fca1318508c26e Author: Cordell Bloor <cgmb@slerp.xyz> Date: Sat Jul 29 15:40:42 2023 -0600 d/p/0004-extend-isa-compatibility-check.patch: fix gfx906 fallback The gfx906 target supports an sramecc compiler option but gfx900 does not. This is because sramecc+ has a performance cost on some gfx906 hardware, so it was made optional. The gfx900 target behaviour is equivalent to the behaviour of the conservative gfx906 variant, i.e., code_object_isa.GetSramecc() == IsaFeature::Any.