mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
3e2a4c183a
To help avoid an architecture failing to correctly check kernel/user
boundaries when handling copy_to_user, copy_from_user, put_user, or
get_user, perform some simple tests and fail to load if any of them
behave unexpectedly.
Specifically, this is to make sure there is a way to notice if things
like what was fixed in commit
|
||
---|---|---|
.. | ||
fault-injection | ||
ktest | ||
selftests |