On Fri, Jun 1, 2018 at 3:42 AM, Kees Cook <keescook@xxxxxxxxxxxx> wrote: > Make sure that the memory allocators are behaving as expected in the face > of overflows. > #include <linux/module.h> > #include <linux/overflow.h> > #include <linux/types.h> > +#include <linux/slab.h> > +#include <linux/device.h> > +#include <linux/mm.h> A nit, can we keep it in order? -- With Best Regards, Andy Shevchenko