switch wireguard over to a full supported backport for v5.4 kernels
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
In Progress
|
Medium
|
Andy Whitcroft |
Bug Description
Upstream produces a proper independent backport of wireguard for v5.4 based kernels. Due to the nature of the compat version in the DKMS packages some features are not implemented there leading to worse performance. This proper backport is now in use in the majority of distros which use the v5.4 base, and as such support for v5.4 is likely to end soon in the compat tree. Switch to using that backport.
tl;dr
$ git clone https:/
$ cd focal
$ git cherry-pick aa350dbe3a1ee5e
$ curl 'https:/
The whole series should apply cleanly. Afterwards, simply enable
CONFIG_WIREGUARD=y and you're good to go.
Changed in linux (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Andy Whitcroft (apw) |
description: | updated |
Both of the scaffolding patches (aa350dbe3a1ee5 e062228f8f5ebd2 ffb6e58709c b41352a93c163af afd29f56bb18fd3 c0fef1120c) are present in linux stable v5.4.91 which have been applied to focal/master-next.