On Wed, Jul 1, 2026 at 4:41 PM Daniel P. Berrangé <[email protected]> wrote:
> It sounds like the biggest risk of problems will arise from apps > with plugins, where there is a common use of closed source or > non-Fedora distributed binaries. > > Does NVIDIA still want its own libGL and if so, is that built with > shadow stack support ? If not, then presumably every desktop app > would need to opt out ? A per-binary opt-name feels non-scalable > for that scenario Last I recall (I have not checked recently) the NVIDIA cuda libs did not have shadow stack support, so all the solutions that use dlopen for dynamic use of the cuda frameworks are going to have issues (and that may include a number of things like PyTorch or TensorFlow). -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
