Skip to content

Commit

Permalink
maccess: update the top of file comment
Browse files Browse the repository at this point in the history
This file now also contains several helpers for accessing user memory.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Christoph Hellwig authored and torvalds committed Jun 9, 2020
1 parent 4f6de12 commit 3f0acb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/maccess.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Access kernel memory without faulting.
* Access kernel or user memory without faulting.
*/
#include <linux/export.h>
#include <linux/mm.h>
Expand Down

0 comments on commit 3f0acb1

Please sign in to comment.