On Mon, Mar 2, 2026 at 4:23 PM Isaac J. Manjarres <[email protected]> wrote: > > include/uapi/linux/dma-buf.h uses several macros from ioctl.h to define > its ioctl commands. However, it does not include ioctl.h itself. So, > if userspace source code tries to include the dma-buf.h file without > including ioctl.h, it can result in build failures. > > Therefore, include ioctl.h in the dma-buf UAPI header. > > Signed-off-by: Isaac J. Manjarres <[email protected]>
Reviewed-by: T.J. Mercier <[email protected]>
