On 1/3/23 16:48, Daniel Almeida wrote: > This patch adds the AOMedia Video 1 (AV1) kernel uAPI. > > This design is based on currently available AV1 API implementations and > aims to support the development of AV1 stateless video codecs > on Linux. > > Signed-off-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx> > Signed-off-by: Nicolas Dufresne <nicolas.dufresne@xxxxxxxxxxxxx> > Co-Developed-by: Nicolas Dufresne <nicolas.dufresne@xxxxxxxxxxxxx> I ran pahole and it sees many holes in the structs and in addition the 32 bit and 64 bit structs differ in their layout. So definitely more work needs to be done there. Regards, Hans