Skip to content

Commit

Permalink
turns out that probe_user_write is used in modular code
Browse files Browse the repository at this point in the history
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Stephen Rothwell <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Stephen Rothwell <[email protected]>
  • Loading branch information
sfrothwell committed Jun 5, 2020
1 parent b8ca32e commit 4cc91ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/maccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ long strncpy_from_unsafe_user(char *dst, const void __user *unsafe_addr,

return ret;
}
EXPORT_SYMBOL_GPL(probe_user_write);

/**
* strnlen_unsafe_user: - Get the size of a user string INCLUDING final NUL.
Expand Down

0 comments on commit 4cc91ee

Please sign in to comment.