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

Upstream: Add Intel Indirect Branch Tracking support #1659

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Jun 21, 2024

Issues:

  • Addresses: CryptoAlg-2220

Previous Work:

This change re-introduces changes from the following PRs:

Due to build failures with certain environments using gcc-4.8, the above was reverted:

The build failures were addressed in the following PR:

Description of changes:

Upstream commits:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@codecov-commenter
Copy link

codecov-commenter commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.21%. Comparing base (a0e8da9) to head (84f6982).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1659      +/-   ##
==========================================
- Coverage   78.22%   78.21%   -0.02%     
==========================================
  Files         571      571              
  Lines       95519    95519              
  Branches    13700    13699       -1     
==========================================
- Hits        74721    74708      -13     
- Misses      20188    20198      +10     
- Partials      610      613       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bob Beck and others added 3 commits July 11, 2024 15:13
This allows operating systems to insist on IBT
enforcement as an exploit mitigation mechanism without
needing to make an exception for anything using a
bundled boringssl, such as chrome, mono, and qtwebengine.

Change-Id: Iac28dd3d2af177b89ffde10ae97bce23739feb94
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/60625
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Bob Beck <bbe@google.com>
Reviewed-by: David Benjamin <davidben@google.com>

(cherry picked from commit 9fc1c33e9c21439ce5f87855a6591a9324e569fd)
Change-Id: Ie64ed383a1f6b63a0624c8a6f64d92a33dabf56e
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/61485
Auto-Submit: Bob Beck <bbe@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>

(cherry picked from commit 51ed32f1971956a904ce7b3a7ff10716e76eecd4)
@justsmth justsmth changed the title [DRAFT] Upstream: Add Intel Indirect Branch Tracking support Upstream: Add Intel Indirect Branch Tracking support Jul 11, 2024
@justsmth justsmth marked this pull request as ready for review July 11, 2024 19:14
@justsmth justsmth requested a review from a team as a code owner July 11, 2024 19:14
@justsmth justsmth requested review from nebeid and removed request for skmcgrail July 12, 2024 12:44
@justsmth justsmth merged commit 1fbf584 into aws:main Jul 12, 2024
101 checks passed
@justsmth justsmth deleted the add-_CET_ENDBR branch July 12, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants