-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Merge master -> feature/wsl-for-apps #13679
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
Merged
benhillis
merged 37 commits into
feature/wsl-for-apps
from
user/benhill/merge_master_to_feature
Nov 5, 2025
Merged
Merge master -> feature/wsl-for-apps #13679
benhillis
merged 37 commits into
feature/wsl-for-apps
from
user/benhill/merge_master_to_feature
Nov 5, 2025
Conversation
This file contains hidden or 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
…ired for 30 seconds when the service stops (#13493)
…akes longer than 30 seconds (#13517) * Fix incorrect timeout causing WSL1 OOBE to fail if the OOBE process takes longer than 30 seconds * Pass the timeout to WaitForMessage
If we can have Leap 15.6 AND Leap 16.0 (5 total distros), that would be great ⭐ Tumbleweed SLE 15SP6 SLE 15SP7 Leap 15.6 Leap 16.0
This is an automated release [1]. [1] https://gitlab.archlinux.org/archlinux/archlinux-wsl/-/blob/main/.gitlab-ci.yml
…t logs during boot (#13537) * Introduce a new kernel command line argument to collect hvsocket event logs during boot * Cleanup diff * unset env * Add test coverage * Fix format * Remove prefix
…de issues (#13500) * Create a persistent install log file to help root cause package upgrade issues * Update src/windows/common/wslutil.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Collect log file in diagnostic script --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…n to cgroupv1 mounts (#13546) * Introduce a new wsl.conf config value to allow distributions to opt-in to cgroupv1 mounts * Add test coverage * Fix tmpfs on wsl1 --------- Co-authored-by: Ben Hillis <benhillis@gmail.com>
…out' test failures (#13555)
…#13561) * Respect the distribution manifest ordering when listing distributions * Fix test * Update test/windows/UnitTests.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Hideyuki Nagase <hideyukn@ntdev.microsoft.com>
* Implement clean instance terminate when using systemd * pr feedback * more pr feedback --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
* Don't throw when processing an empty argument * Cleanup diff
…E-2025-55248 (#13607) Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
…hich contains support virtioproxy support for ICMP (#13606) Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
Co-authored-by: WSL notice <noreply@microsoft.com>
* Fix edge cases around .vhd support * PR feedback Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * pr feedback * remove unneeded scope exit in unit test --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: WSL localization <noreply@microsoft.com>
Co-authored-by: WSL localization <noreply@microsoft.com>
Co-authored-by: WSL localization <noreply@microsoft.com>
…etworkingMode optional fields (#13629) Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
Co-authored-by: WSL localization <noreply@microsoft.com>
Six months have gone by, so it's time for another Fedora release. In addition to the general Fedora updates this release, the WSL image is now properly suffixed.
Co-authored-by: WSL notice <noreply@microsoft.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This is an automated release [1]. [1] https://gitlab.archlinux.org/archlinux/archlinux-wsl/-/blob/main/.gitlab-ci.yml
Collaborator
|
LGTM. We probably shouldn't squash this, in the past I've been manually rebasing this branch on master to refresh it |
OneBlue
approved these changes
Nov 5, 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.
Sync the feature/wsl-for-apps repo with master to keep things from diverging too much.