From: Christoph Hellwig Date: Tue, 9 Jun 2020 04:34:11 +0000 (-0700) Subject: maccess: update the top of file comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f0acb1eb3221b37daf065a84df6360e69c1b516;p=linux.git maccess: update the top of file comment This file now also contains several helpers for accessing user memory. Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Cc: Alexei Starovoitov Cc: Daniel Borkmann Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Masami Hiramatsu Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20200521152301.2587579-6-hch@lst.de Signed-off-by: Linus Torvalds --- diff --git a/mm/maccess.c b/mm/maccess.c index 2a8b8e623c469..b3e15a8ec80fa 100644 --- a/mm/maccess.c +++ b/mm/maccess.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Access kernel memory without faulting. + * Access kernel or user memory without faulting. */ #include #include