04:30 kode54: okay, I see my compat_ioctl patch was merged
04:30 kode54: now we need a uAPI that can be agreed upon that will work with compat mode too
04:32 kode54: bonus points for the difference of that patch without a 32-bit uAPI concession
04:32 kode54: before: user mode would fail to find the xe driver working, so would fall back on software rendering
04:33 kode54: after: user mode crashes after it finds uAPI, but can't talk to the Xe specific ioctls with the currently distributed header
04:33 kode54: *crashes because it gets errors it wasn't expecting
08:38 kode54: what does "Rb" mean?
08:38 HdkR: Reviewed-By
08:42 kode54: thanks, somehow my brain couldn't make that leap at this hour
15:42 mareko: I'm now more inclined to replace undef with NaN instead of 0, consider f(x)+undef, +0 will still compute f(x), +NaN will eliminate f(x)