Search Criteria
Package Details: linux-wsl-headers 7.1.3.arch1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linux-wsl.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-wsl |
| Description: | Headers and scripts for building modules for the Linux (WSL without Microsoft out-of-tree patches) kernel |
| Upstream URL: | https://github.com/archlinux/linux |
| Keywords: | wsl |
| Licenses: | GPL-2.0-only |
| Provides: | LINUX-HEADERS |
| Submitter: | HsingYun |
| Maintainer: | HsingYun |
| Last Packager: | HsingYun |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-06-19 18:25 (UTC) |
| Last Updated: | 2026-07-11 18:03 (UTC) |
Dependencies (35)
- binutils
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libelf (elfutils-gitAUR, elfutils-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pahole (pahole-gitAUR)
- xxhash (xxhash-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- bc (bc-ghAUR) (make)
- binutils (make)
- cpio (cpio-gitAUR) (make)
- e2fsprogs (e2fsprogs-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR) (make)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (make)
- Show 15 more dependencies...
Required by (317)
- 8189fs-git (requires linux-headers) (make)
- 8852be-dkms-git (requires linux-headers)
- acronis-cyber-protect-bin (requires linux-headers)
- activdriver (requires linux-headers) (make)
- advantech-vcom (requires linux-headers)
- aic8800d80-pcie-dkms (requires LINUX-HEADERS) (optional)
- aivpn-kernel-dkms (requires linux-headers) (optional)
- akari (requires linux-headers) (make)
- alx-wol-dkms (requires linux-headers) (optional)
- amneziawg-linux (requires linux-headers) (make)
- ape1553-bsp (requires linux-headers) (make)
- asix-ax88279-dkms (requires linux-headers) (make)
- asix-ax99100 (requires linux-headers)
- asix-ax99100-dkms (requires linux-headers) (make)
- ast-dkms (requires linux-headers)
- asus-rog-nb-wmi-dkms-git (requires linux-headers)
- asus-rog-ryujin-hwmon-dkms-git (requires linux-headers) (optional)
- atheros-ar3012 (requires linux-headers) (make)
- atlantic-dkms (requires LINUX-HEADERS) (make)
- backlight-tooler (requires linux-headers)
- Show 297 more...
Sources (5)
- config.x86_64
- https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.3.tar.sign
- https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.3.tar.xz
- https://github.com/archlinux/linux/releases/download/v7.1.3-arch1/linux-v7.1.3-arch1.patch.zst
- https://github.com/archlinux/linux/releases/download/v7.1.3-arch1/linux-v7.1.3-arch1.patch.zst.sig
Latest Comments
HsingYun commented on 2026-06-19 18:45 (UTC) (edited on 2026-06-23 16:43 (UTC) by HsingYun)
linux-wsl
Arch's official
linuxsource built with Microsoft's WSL config. No Microsoft out-of-tree patches (nodxgkrnl/GPU passthrough).1.Mount an NTFS dir as
/bootbefore installing, via/etc/fstab:2. Install:
yay -S linux-wsl.3.Point
%USERPROFILE%\.wslconfigat the image:4. Reboot wsl,
wsl --shutdown, then checkuname -r.On upgrade, pacman rewrites
/boot/vmlinuz-linux-wsl(fixed name) into NTFS —.wslconfignever changes. Justwsl --shutdownto apply.5. [optional] Kernel Module
By specifying vmlinuz-linux-wsl-modules.vhdx via the wsl2.kernelModules option, the corresponding kernel modules can be loaded automatically. However, once WSL loads this .vhdx file, it gets locked by Windows, preventing any updates. Therefore, if you want to update the kernel, you need to temporarily remove the wsl2.kernelModules setting, and then restore it after the update is complete.