On Sat, Dec 03, 2022 at 01:18:49PM +0100, Christophe JAILLET wrote: > #include <uapi/linux/sed-opal.h> > -#include <linux/kernel.h> > + > +#include <linux/compiler_types.h> /* for __user */ Not sure we really need the comment here, we don't comment on the other includes either. Also why the added empty line?