On 09/02/2023 12:47, Carsten Haitzler wrote:
On 2/7/23 15:27, Kevin Brodsky wrote:
On 07/02/2023 13:25, carsten.haitzler@foss.arm.com wrote:
|struct drm_wait_vblank_reply32 { enum drm_vblank_seq_type type; unsigned int sequence; - s32 tval_sec; - s32 tval_usec; + compat_ulong_t tval_sec; + compat_ulong_t tval_usec;|
Technically should be compat_long_t to match native (probably not noticeable in practice though). Happy with the rest of the patch so I can change that when merging if you prefer.
yeah - just change it. it makes no functional difference but is a theoretical correct match
Cool, now applied on next with that change. Thanks!
Kevin