-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e3b482
commit a261eb6
Showing
3 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# This file collects the LASS cases | ||
lass m # Test get vsyscall address maps.[negative] | ||
lass d # Test execute vsyscall addr 0xffffffffff600000.[negative] | ||
lass g # Test call vsyscall | ||
lass t # Test call vsyscall api gettimeofday | ||
lass r # Test read vsyscall 0xffffffffff600000.[negative] | ||
lass i # Test read random kernel space.[negative] | ||
lass v # Test process_vm_readv read address 0xffffffffff600000.[negative] | ||
lass e # Test vsyscall emulation. | ||
# Test get vsyscall address maps.[negative] | ||
lass m | ||
# Test execute vsyscall addr 0xffffffffff600000.[negative] | ||
lass d | ||
# Test call vsyscall | ||
lass g | ||
# Test call vsyscall api gettimeofday | ||
lass t | ||
# Test read vsyscall 0xffffffffff600000.[negative] | ||
lass r | ||
# Test read random kernel space.[negative] | ||
lass i | ||
# Test process_vm_readv read address 0xffffffffff600000.[negative] | ||
lass v | ||
# Test vsyscall emulation. | ||
lass e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters