{"id":26436779,"url":"https://github.com/nevuly/wsl2-linux-kernel-rolling","last_synced_at":"2026-04-02T13:48:29.128Z","repository":{"id":65273961,"uuid":"536512993","full_name":"Nevuly/WSL2-Linux-Kernel-Rolling","owner":"Nevuly","description":"Rolling Release Stable Kernel for Windows Subsystem for Linux2 (WSL2)","archived":false,"fork":false,"pushed_at":"2026-02-16T00:00:07.000Z","size":2692449,"stargazers_count":251,"open_issues_count":0,"forks_count":27,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-02-16T07:40:30.088Z","etag":null,"topics":["linux-kernel","rolling-release","stable-kernel","stable-rolling","wsl2","wsl2-kernel"],"latest_commit_sha":null,"homepage":"https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling/wiki","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nevuly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-14T09:49:54.000Z","updated_at":"2026-02-13T05:49:01.000Z","dependencies_parsed_at":"2026-02-16T02:06:30.930Z","dependency_job_id":null,"html_url":"https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling","commit_stats":null,"previous_names":[],"tags_count":202,"template":false,"template_full_name":null,"purl":"pkg:github/Nevuly/WSL2-Linux-Kernel-Rolling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nevuly","download_url":"https://codeload.github.com/Nevuly/WSL2-Linux-Kernel-Rolling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29639808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"online","status_checked_at":"2026-02-20T02:00:07.535Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux-kernel","rolling-release","stable-kernel","stable-rolling","wsl2","wsl2-kernel"],"created_at":"2025-03-18T08:18:12.274Z","updated_at":"2026-02-20T03:01:35.350Z","avatar_url":"https://github.com/Nevuly.png","language":null,"readme":"# Rolling Release Stable Kernel for WSL2\n\n[![Stable Kernel CI](https://img.shields.io/github/actions/workflow/status/Nevuly/WSL2-Linux-Kernel-Rolling/trigger.yml?label=github%20actions%20build\u0026logo=github-actions\u0026logoColor=%23FFFFFF\u0026style=for-the-badge\u0026labelColor=%23000000)](https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling/actions/workflows/trigger.yml)\n[![Release](https://img.shields.io/github/v/release/Nevuly/WSL2-Linux-Kernel-Rolling?display_name=tag\u0026label=LATEST\u0026logo=Linux\u0026logoColor=%23FFFFFF\u0026style=for-the-badge\u0026labelColor=%23000000)](https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling/releases/latest)\n\nMaintainer: Yang Jeong Hun (Nevuly)\n\n## Introduction\nThe [WSL2-Linux-Kernel-Rolling][wsl2-kernel-rolling] repo contains the latest stable kernel source code and\nconfiguration files for the [WSL2][about-wsl2].\n\nThis kernel is automatically built via [Github Actions][gh-actions] CI whenever a [newer stable kernel is released][kernel-stable].\n\n## Install Instructions\nPlease see this [wiki][wiki].\n\n## Reporting Bugs\nIf you discover an issue relating to WSL or the WSL2 kernel, please report it on\nthe [Issues tab][issue].\n\n## Feature Requests\nIf you want to fix a bug or add new features, Please use the [Pull Request][pr].\n\n## Build Instructions\nInstructions for building WSL2 kernel with an Arch Linux distribution are\nas follows:\n\n1. Install the build dependencies (Arch Linux):  \n   `$ sudo pacman -S aarch64-linux-gnu-gcc bc bison curl flex gcc git pahole python unzip wget zip`\n\n2. Build the kernel using the WSL2 kernel configuration (x86):  \n   `$ make KCONFIG_CONFIG=arch/x86/configs/config-wsl-x86`\n\n3. Build the kernel using the WSL2 kernel configuration (arm64):  \n   `$ export ARCH=arm64 \u0026\u0026 export CROSS_COMPILE=aarch64-linux-gnu-`  \n   `$ make KCONFIG_CONFIG=arch/arm64/configs/config-wsl-arm64`\n\n4. Save the module to a separate folder (Optional. Only for local build):  \n   `$ sudo make modules_install`\n\n## Credits\n * The Linux community who created a awesome kernel.\n * Microsoft which produced WSL2 and dxgkrnl patches.\n\n[wsl2-kernel-rolling]: https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling\n[about-wsl2]: https://docs.microsoft.com/en-us/windows/wsl/about#what-is-wsl-2\n[gh-actions]: https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling/actions\n[kernel-stable]: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\n[wiki]: https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling/wiki/Install-Instructions\n[issue]: https://github.com/Nevuly/WSL2-Rolling-Kernel-Issue/issues\n[pr]: https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling/pulls\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnevuly%2Fwsl2-linux-kernel-rolling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnevuly%2Fwsl2-linux-kernel-rolling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnevuly%2Fwsl2-linux-kernel-rolling/lists"}