Re: [RFC PATCH] x86/debug: Dump more detailed segfault info

From: Borislav Petkov
Date: Mon Nov 14 2016 - 01:19:05 EST


On Sun, Nov 13, 2016 at 08:15:01AM -0800, Andy Lutomirski wrote:
> How about dropping the __ in front of the copy?

In front of __copy_from_user_inatomic()?

If so, is there even a global helper by that name?

$ git grep -E "[^_]copy_from_user_inatomic"
drivers/gpu/drm/msm/msm_gem_submit.c:98: ret = copy_from_user_inatomic(&submit_bo, userptr, sizeof(submit_bo));

is all I can find.

--
Regards/Gruss,
Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.