commit | 55bb25a643cba469a00258e987074399db4c2ffb | [log] [tgz] |
---|---|---|
author | Matthew Denton <mpdenton@chromium.org> | Mon Oct 23 20:01:00 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 23 20:01:00 2023 |
tree | d8aa5d57c2efb26124e3ce82e9e39215ef6949b6 | |
parent | 0d2a0bd1ddf85b94d08b30b039a902daf2251543 [diff] |
Linux/Cros: Add feature to disable Spectre v2 mitigations in net service Applying a seccomp sandbox in Chrome normally automatically enables Spectre v2 mitigations. This can cause performance regressions so this CL adds a feature to disable those mitigations, which should help debug any performance regressions when enabling the network service sandbox. Change-Id: Iaadf6b71ff65d7cd0116d9fd7e2df8cb21facb81 Bug: 1494823 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4965340 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/main@{#1213702}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.