Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

A modified Linux kernel for the Windows Subsystem for Linux 2 (WSL2) compiled with Clang/LLVM using LTO/Polly optimizations. AppArmor/Snaps support included.

License

Notifications You must be signed in to change notification settings

INCT-DD/WSL2-Linux-Kernel-clang

 
 

Repository files navigation

Clang/LLVM WSL2-Linux-Kernel Build

Introduction

This repository contains a slightly different version of the standard WSL2 Kernel, compiled with Clang/LLVM using LTO/Polly optimizations, geared towards data workloads, and including the necessary kernel changes to properly run AppArmor and Snaps.

Important: do not use our build artifacts in production as they are automated builds used exclusively for debugging purposes. Only our releases are properly tested and even those could potentially bring you problems in mission critical deployments as we only test those kernels for our own purposes. So exercise caution and keep hacking!

For more information, take a look at our wiki

Reporting Bugs or Requesting Features

If you discover an issue relating to our kernel build, please report it using our issue tracker and DO NOT REPORT IT UPSTREAM. If we find that the bug is directly related to Microsoft's upstream version, we'll relay it for you.

Feature Requests

Even if our build is very workload specific, you can still ask us to include features using our issue tracker and we'll consider the possibility of including it. Please note that inclusions aren't guaranteed, but we'll do our best to accommodate other needs as we go.

Build Instructions

Please refer to .github/workflows/ as our builds are automated using GitHub Actions. We'll work on documenting the process directly in the .yml files, but for now the code is the documentation.

Install Instructions

We plan on offering an install script in the future to automatically download and configure our kernel builds for you, but for now please see the documentation on the .wslconfig configuration file for information on using a custom built kernel and check our wiki for our own installation instructions.

About

A modified Linux kernel for the Windows Subsystem for Linux 2 (WSL2) compiled with Clang/LLVM using LTO/Polly optimizations. AppArmor/Snaps support included.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C 98.2%
  • Assembly 1.1%
  • Shell 0.3%
  • Makefile 0.2%
  • Perl 0.1%
  • Python 0.1%