-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'rolling-lts/wsl/6.6.36.3' into linux-msft-wsl-6.6.y
Linux rolling-lts/wsl/6.6.36.3 Signed-off-by: Kelsey Steele <kelseysteele@microsoft.com>
- Loading branch information
Showing
40 changed files
with
36,473 additions
and
46 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Name SHA1 | ||
---- ---- | ||
config/wsl-6.6 6bb42a690a802743d04a92968efe82c668454644 | ||
feature/arm64-hyperv-hypercall-interface/6.6 8db985fdc14b63b0520d4286eaf57b04b25e00a4 | ||
feature/arm64-hyperv-synthetic-clocks-timers/6.6 b63263237d73f1e1d76e2c2049e31b607ef78bec | ||
feature/dxgkrnl/6.6 423e5044c57566f8267bbb20cf7cf57d1aefb040 | ||
feature/hvlite_virtio_pmem/6.6 7d955beb0207d880fa1862b1ace8487057b5aa6c | ||
fix/hv_utils_clock/6.6 a34090e9209d3d3db3d97aa567bb323ebc7620a4 | ||
product/wsl/readme/6.6 e8bb7797885b28a31b42891d1002ddc17ec926ef | ||
product/wsl/security/6.6 c9cb753bbd093f0599408e24292aba20eed103f2 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../arch/x86/configs/config-wsl |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../arch/arm64/configs/config-wsl-arm64 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
README.md |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Introduction | ||
|
||
The [WSL2-Linux-Kernel][wsl2-kernel] repo contains the kernel source code and | ||
configuration files for the [WSL2][about-wsl2] kernel. | ||
|
||
# Reporting Bugs | ||
|
||
If you discover an issue relating to WSL or the WSL2 kernel, please report it on | ||
the [WSL GitHub project][wsl-issue]. It is not possible to report issues on the | ||
[WSL2-Linux-Kernel][wsl2-kernel] project. | ||
|
||
If you're able to determine that the bug is present in the upstream Linux | ||
kernel, you may want to work directly with the upstream developers. Please note | ||
that there are separate processes for reporting a [normal bug][normal-bug] and | ||
a [security bug][security-bug]. | ||
|
||
# Feature Requests | ||
|
||
Is there a missing feature that you'd like to see? Please request it on the | ||
[WSL GitHub project][wsl-issue]. | ||
|
||
If you're able and interested in contributing kernel code for your feature | ||
request, we encourage you to [submit the change upstream][submit-patch]. | ||
|
||
# Build Instructions | ||
|
||
Instructions for building an x86_64 WSL2 kernel with an Ubuntu distribution are | ||
as follows: | ||
|
||
1. Install the build dependencies: | ||
`$ sudo apt install build-essential flex bison dwarves libssl-dev libelf-dev` | ||
|
||
2. Modify WSL2 kernel configs (optional): | ||
`$ make menuconfig KCONFIG_CONFIG=Microsoft/config-wsl` | ||
|
||
Loadable module support is disabled when using a custom built kernel. Set any modules you want to be built-in before building. | ||
|
||
3. Build the kernel using the WSL2 kernel configuration: | ||
`$ make KCONFIG_CONFIG=Microsoft/config-wsl` | ||
|
||
# Install Instructions | ||
|
||
Please see the documentation on the [.wslconfig configuration | ||
file][install-inst] for information on using a custom built kernel. | ||
|
||
[wsl2-kernel]: https://github.com/microsoft/WSL2-Linux-Kernel | ||
[about-wsl2]: https://docs.microsoft.com/en-us/windows/wsl/about#what-is-wsl-2 | ||
[wsl-issue]: https://github.com/microsoft/WSL/issues/new/choose | ||
[normal-bug]: https://www.kernel.org/doc/html/latest/admin-guide/bug-hunting.html#reporting-the-bug | ||
[security-bug]: https://www.kernel.org/doc/html/latest/admin-guide/security-bugs.html | ||
[submit-patch]: https://www.kernel.org/doc/html/latest/process/submitting-patches.html | ||
[install-inst]: https://docs.microsoft.com/en-us/windows/wsl/wsl-config#configure-global-options-with-wslconfig |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK --> | ||
|
||
## Security | ||
|
||
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). | ||
|
||
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below. | ||
|
||
## Reporting Security Issues | ||
|
||
**Please do not report security vulnerabilities through public GitHub issues.** | ||
|
||
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report). | ||
|
||
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey). | ||
|
||
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc). | ||
|
||
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: | ||
|
||
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) | ||
* Full paths of source file(s) related to the manifestation of the issue | ||
* The location of the affected source code (tag/branch/commit or direct URL) | ||
* Any special configuration required to reproduce the issue | ||
* Step-by-step instructions to reproduce the issue | ||
* Proof-of-concept or exploit code (if possible) | ||
* Impact of the issue, including how an attacker might exploit the issue | ||
|
||
This information will help us triage your report more quickly. | ||
|
||
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs. | ||
|
||
## Preferred Languages | ||
|
||
We prefer all communications to be in English. | ||
|
||
## Policy | ||
|
||
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd). | ||
|
||
<!-- END MICROSOFT SECURITY.MD BLOCK --> |
Oops, something went wrong.