-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
[Backport release-24.11] electron{-source,-bin,-chromedriver}: 32.3.0 -> 32.3.1, 33.4.0 -> 33.4.1, 34.1.1 -> 34.2.0, electron_34-bin: fix read out of range on aarch64 16k pages systems #382813
Merged
Conversation
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
Previously in chromium (source build): 608b73b This works around a regression in chromium M131-134 that causes electron v33 and v34 on aarch64-linux with 16k pagesize (e.g. Asahi Linux) to crash. This commit applies this workaround only to electron v34, as v33.4.1, for which we have a soon to be merged PR open, already carries the workaround upstream. (cherry picked from commit 69bab47)
13 tasks
Merged
13 tasks
- Changelog: https://github.com/electron/electron/releases/tag/v32.3.1 - Diff: electron/electron@refs/tags/v32.3.0...v32.3.1 (cherry picked from commit e9e8085)
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.1 - Diff: electron/electron@refs/tags/v33.4.0...v33.4.1 (cherry picked from commit 51a2d75)
- Changelog: https://github.com/electron/electron/releases/tag/v34.2.0 - Diff: electron/electron@refs/tags/v34.1.1...v34.2.0 (cherry picked from commit 00f656d)
- Changelog: https://github.com/electron/electron/releases/tag/v32.3.1 - Diff: electron/electron@refs/tags/v32.3.0...v32.3.1 (cherry picked from commit 6b1989f)
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.1 - Diff: electron/electron@refs/tags/v33.4.0...v33.4.1 (cherry picked from commit 003f8f4)
- Changelog: https://github.com/electron/electron/releases/tag/v32.3.1 - Diff: electron/electron@refs/tags/v32.3.0...v32.3.1 (cherry picked from commit 4b382b0)
- Changelog: https://github.com/electron/electron/releases/tag/v33.4.1 - Diff: electron/electron@refs/tags/v33.4.0...v33.4.1 (cherry picked from commit 85c576b)
- Changelog: https://github.com/electron/electron/releases/tag/v34.2.0 - Diff: electron/electron@refs/tags/v34.1.1...v34.2.0 (cherry picked from commit 6dc8694)
teutat3s
approved these changes
Feb 17, 2025
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bot-based backport to
release-24.11
, triggered by a label in #382497 and then manually pushed parts of #382361.