]> git.baikalelectronics.ru Git - kernel.git/commit
maccess: return -ERANGE when probe_kernel_read() fails
authorChristoph Hellwig <hch@lst.de>
Tue, 9 Jun 2020 04:35:04 +0000 (21:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jun 2020 16:39:16 +0000 (09:39 -0700)
commitf6ff9f1e82f1e477f3440ab5b6da1cda18dfe8c1
tree8fae2ecb69aa0286ab0e2c7fe9e3ca3678f37251
parentb77610c74b2771dd7f47e3ae42c4d4912281236e
maccess: return -ERANGE when probe_kernel_read() fails

Allow the callers to distinguish a real unmapped address vs a range
that can't be probed.

Suggested-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20200521152301.2587579-24-hch@lst.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/maccess.c