[Bug 109695] qemu using spice gl and sandbox resourcecontrol=deny crashes with SIGSYS on radeonsi
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Feb 28 00:15:48 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=109695
--- Comment #7 from Marek Olšák <maraeo at gmail.com> ---
(In reply to Daniel P. Berrange from comment #4)
> I'm curious what motivated this change to start with ? Even if QEMU was not
> enforcing seccomp filters, I think I'd consider it a bug for mesa to be
> setting its process affinity in this way. The mgmt application or sysadmin
> has decided that the process must have a certain affinity, based on how
> it/they want the host CPUs utilized. Why is mesa wanting to override this
> administrative policy decision to restrict CPU usage ?
The correct solution is to fix pthread_setaffinity such that it returns an
error code instead of crashing.
An even better solution would be to have a virtual thread affinity that only
the application can see and change, which should be silently masked by
administrative policies not visible to the application.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190228/28907dc5/attachment-0001.html>
More information about the dri-devel
mailing list