Re: [PATCH v3 0/2] drm/panthor: Fix panthor+FEX-Emu

2025-06-06 Thread Boris Brezillon
On Fri, 6 Jun 2025 10:09:30 +0200 Boris Brezillon wrote: > Hello, > > This is an attempt a couple bugs exposed by FEX-Emu. The first one > is pretty trivial and should be uncontroversial, since it's just > a missing padding field in one of our uAPI structs. We are getting > away with it on arm3

[PATCH v3 0/2] drm/panthor: Fix panthor+FEX-Emu

2025-06-06 Thread Boris Brezillon
Hello, This is an attempt a couple bugs exposed by FEX-Emu. The first one is pretty trivial and should be uncontroversial, since it's just a missing padding field in one of our uAPI structs. We are getting away with it on arm32 because of the alignment rules provided by the Arm ABI, but x86 has re