On Sun, 15 Mar 2026 23:41:02 -0700, Satyanarayana K V P wrote: > > --- > V5 -> V6: > - Updated commit message. > - Return number of engines and memory regions as zero instead of returning > query size as zero (Michal Wajdeczko). > - Allow all other query IOCTLs excepts query_engines and query_mem_regions > (Michal Wajdeczko).
Can someone explain the reason to move away from the approach in v5? Afais v6 has issues of this sort: * query_engines will return 0 engines but query_hwconfig will return > 0 engines * query_engines will return 0 engines but query_oa_units will list out the engines * query_oa_units will return valid oa support but observation ioctl will fail v5 seems to have avoided contradictions of this sort. Or this doesn't matter? Thanks.
