Re: Advice on modifying Lavapipe to isolate JIT compilation in separate process

2023-04-26 Thread Josh Gargus
Thanks for your advice! I hadn't looked at Venus, but that seems like a very promising place to start. The other approach feels more approachable now too; it feels like there are less "unknown unknowns", although there are plenty of known unknowns to investigate (address independence was one that

Re: Advice on modifying Lavapipe to isolate JIT compilation in separate process

2023-04-26 Thread Dave Airlie
On Thu, 27 Apr 2023 at 05:27, Josh Gargus wrote: > > Hi, I'm from the Fuchsia team at Google. We would like to provide Lavapipe > as an ICD within Fuchsia. However, our default security policy is to deny > client apps the capability to map memory as writable/executable; we don't > want to rel

Advice on modifying Lavapipe to isolate JIT compilation in separate process

2023-04-26 Thread Josh Gargus
Hi, I'm from the Fuchsia team at Google. We would like to provide Lavapipe as an ICD within Fuchsia. However, our default security policy is to deny client apps the capability to map memory as writable/executable; we don't want to relax this for every client app which uses Vulkan. Therefore, we