On 03.08.23 16:09, Andreas Hindborg (Samsung) wrote: > + buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); Missing #include <linux/vmalloc.h> so the bot doesn't complain. But while we're at it, why can't you just use kvmalloc() here?
On 03.08.23 16:09, Andreas Hindborg (Samsung) wrote: > + buf = __vmalloc(bufsize, GFP_KERNEL | __GFP_NORETRY); Missing #include <linux/vmalloc.h> so the bot doesn't complain. But while we're at it, why can't you just use kvmalloc() here?