Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for all of the ARM cache operations on all kinds of frame mappings. #94

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 3, 2024

  1. More extensive testing of ARM caching operations

    Signed-off-by: Ivan-Velickovic <[email protected]>
    Ivan-Velickovic authored and lsf37 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2e34376 View commit details
    Browse the repository at this point in the history
  2. Fixes to get cache tests passing

    Signed-off-by: Ivan Velickovic <[email protected]>
    Ivan-Velickovic authored and lsf37 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    354898c View commit details
    Browse the repository at this point in the history
  3. Remove debug print

    Signed-off-by: Ivan Velickovic <[email protected]>
    Ivan-Velickovic authored and lsf37 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    36dd4cf View commit details
    Browse the repository at this point in the history
  4. cache: only expect errors for EL1 armv8-a

    On armv7-a and in EL-2, the corresponding operations are safe for the
    kernel to perform.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    13b9de7 View commit details
    Browse the repository at this point in the history