{"id":26436886,"url":"https://github.com/nevuly/wsl2-linux-kernel-rolling-lts","last_synced_at":"2026-06-02T03:02:25.659Z","repository":{"id":145633394,"uuid":"606649482","full_name":"Nevuly/WSL2-Linux-Kernel-Rolling-LTS","owner":"Nevuly","description":"Rolling Release LTS Kernel for Windows Subsystem for Linux2 (WSL2)","archived":false,"fork":false,"pushed_at":"2026-05-29T02:04:46.000Z","size":2756435,"stargazers_count":88,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-29T04:07:26.596Z","etag":null,"topics":["linux-kernel","lts-kernel","lts-rolling","rolling-lts-release","wsl2","wsl2-kernel"],"latest_commit_sha":null,"homepage":"https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling-LTS/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":"2023-02-26T05:51:19.000Z","updated_at":"2026-05-19T10:07:46.000Z","dependencies_parsed_at":"2026-03-05T05:02:06.850Z","dependency_job_id":null,"html_url":"https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling-LTS","commit_stats":null,"previous_names":[],"tags_count":238,"template":false,"template_full_name":null,"purl":"pkg:github/Nevuly/WSL2-Linux-Kernel-Rolling-LTS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling-LTS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling-LTS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling-LTS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling-LTS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nevuly","download_url":"https://codeload.github.com/Nevuly/WSL2-Linux-Kernel-Rolling-LTS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nevuly%2FWSL2-Linux-Kernel-Rolling-LTS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33803734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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","lts-kernel","lts-rolling","rolling-lts-release","wsl2","wsl2-kernel"],"created_at":"2025-03-18T08:19:02.402Z","updated_at":"2026-06-02T03:02:25.615Z","avatar_url":"https://github.com/Nevuly.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rolling Release LTS Kernel for WSL2\n\n[![LTS Kernel CI](https://img.shields.io/github/actions/workflow/status/Nevuly/WSL2-Linux-Kernel-Rolling-LTS/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-LTS/actions/workflows/trigger.yml)\n[![Release](https://img.shields.io/github/v/release/Nevuly/WSL2-Linux-Kernel-Rolling-LTS?display_name=tag\u0026label=LATEST\u0026logo=Linux\u0026logoColor=%23FFFFFF\u0026style=for-the-badge\u0026labelColor=%23000000)](https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling-LTS/releases/latest)\n\nMaintainer: Yang Jeong Hun (Nevuly)\n\n## Introduction\nThe [WSL2-Linux-Kernel-Rolling-LTS][wsl2-kernel-rolling-lts] repo contains the latest LTS 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 LTS kernel is released][kernel-lts].\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-lts]: https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling-LTS\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-LTS/actions\n[kernel-lts]: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\n[wiki]: https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling-LTS/wiki/Install-Instructions\n[issue]: https://github.com/Nevuly/WSL2-Rolling-Kernel-Issue/issues\n[pr]: https://github.com/Nevuly/WSL2-Linux-Kernel-Rolling-LTS/pulls","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnevuly%2Fwsl2-linux-kernel-rolling-lts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnevuly%2Fwsl2-linux-kernel-rolling-lts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnevuly%2Fwsl2-linux-kernel-rolling-lts/lists"}