Re: [uaccess] 780464aed0: WARNING:at_arch/x86/include/asm/uaccess.h:#strnlen_user/0x
From: Linus Torvalds
Date: Sun Mar 03 2019 - 14:54:20 EST
On Sun, Mar 3, 2019 at 9:40 AM kernel test robot <lkp@xxxxxxxxx> wrote:
>
> commit: 780464aed08ad00aa6d5f81ac8bef2e714dc8b06 ("[PATCH v5 2/6] uaccess: Use user_access_ok() in user_access_begin()")
Hmm. Not an upstream commit ID, so this is presumably a backport.
Ok, let's see what it is using the web link:
> url: https://github.com/0day-ci/linux/commits/Masami-Hiramatsu/tracing-probes-uaccess-Add-support-user-space-access/20190303-203749
Yeah, that just gives a github 404 error.
I'm _assuming_ it's the WARN_ON_IN_IRQ() in the access_ok().
Which doesn't much make sense either (why wouldn't it happen in
mainline)? But without a useful web link to see what is actually being
tested, I guess it's not something I can even look at...
Linus