mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 13:45:27 +00:00
This adds a set of test cases to test the behaviour of copy_tofrom_user when exceptions are encountered accessing the source or destination. Currently, copy_tofrom_user does not always copy as many bytes as possible when an exception occurs on a store to the destination, and that is reflected in failures in these tests. Based on a test program from Anton Blanchard. [paulus@ozlabs.org - test all three paths, wrote commit description, made EX_TABLE create an exception table.] Signed-off-by: Paul Mackerras <paulus@ozlabs.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> |
||
|---|---|---|
| .. | ||
| asm | ||
| .gitignore | ||
| copy_tofrom_user_reference.S | ||
| copyuser_64.S | ||
| copyuser_power7.S | ||
| exc_validate.c | ||
| Makefile | ||
| memcpy_64.S | ||
| memcpy_power7.S | ||
| stubs.S | ||
| validate.c | ||