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

Jenkins: Also boot dev branch for pull requests targeting dev #231

Merged
merged 3 commits into from
Jul 31, 2023

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    f701c80 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. [CHERI] Relax an overly strict assertion in cheri_tag_set_many

    This is currently called by DCZVA with all zero tag bits and was causing
    assertions while running cheribsdtest in Jenkins. The TLBENTRYCAP_FLAG_TRAP
    prevents writing non-zero tag bits, but the assertion was triggering for
    any value of tags, so relax it to actually model the required condition.
    arichardson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7ff6c5a View commit details
    Browse the repository at this point in the history
  2. Jenkins: Ensure RISC-V tests the purecap kernel

    Previously both purecap-kernel and hybrid-kernel jobs were booting the
    default kernel (currently hybrid), which is not right for the purecap
    jobs. For Morello purecap this did not matter since the kernel is chosen
    from the loader prompt, but RISC-V boots the kernel directly.
    arichardson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ac9f055 View commit details
    Browse the repository at this point in the history