On Tue, Oct 15, 2019 at 11:35:02AM +0100, Ben Dooks wrote: > -SYSCALL_DEFINE3(open_tree, int, dfd, const char *, filename, unsigned, flags) > +SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags) Please make sure to wrap lines after 80 characters. Otherwise this looks good.