Dan Williams wrote: > Ira Weiny wrote: > > Additional event testing using the cxl-event.h header revealed that it > > did not include the correct headers for the types used. Compile errors > > such as: > > > > include/linux/cxl-event.h|11 col 9| error: unknown type name ‘u8’ > > > > ... were seen. > > Were seen where? Should this have the trio of Reported-by: Closes: and > Fixes tags? As I said after this in the commit message: "Omit the fixes tag because this does not cause any issues until the header is used again in other code." I'll clarify it was seen when I used cxl-event.h in the testing code and this happened. Ira