On 3/27/24 6:16 PM, Gabriel Krisman Bertazi wrote: > anonymous enums, while valid, confuses Cython (Python to C translator), > as reported by Ritesh (YoSTEALTH) . Since people are using this, just > name the existing enums. > > See https://github.com/cython/cython/issues/3240. > > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxx> > > --- > Do we want to sync with the kernel header? Yeah, usually the kernel side gets updates, and then liburing syncs it. That's how it needs to be done as the kernel side is driving improvements or new features. So I think we'd want to do this on the kernel side first, then sync it back to liburing afterwards as a follow up patch. -- Jens Axboe