View Issue Details

IDProjectCategoryView StatusLast Update
0017652CentOS-8kernel-pluspublic2020-11-01 00:23
Reportertoracat Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version8.2.2004 
Summary0017652: Add wireguard to kernel-plus (c8)
DescriptionWireGuard was merged into Linux 5.6. The source code has been backported to kernels 3.10 to 5.5 and is available from the wireguard-linux-compat.git repository. Procedure to build it is described in [1].

Note also that regular kernel users can use ELRepo's kmod-wireguard to get this functionality [2].

[1] https://www.wireguard.com/compilation/
[2] http://elrepo.org/tiki/tiki-index.php?page=kmod-wireguard
Additional InformationTo create a patch:

/path/to/git/wireguard-linux-compat/kernel-tree-scripts/create-patch.sh > wireguard-xxx.patch
  (xxx: version number)

kernel*config change :

CONFIG_XDP_SOCKETS=y
CONFIG_XDP_SOCKETS_DIAG=m
CONFIG_INET=y
CONFIG_WIREGUARD=m <===
# CONFIG_WIREGUARD_DEBUG is not set <===
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
TagsNo tags attached.

Relationships

related to 0017651 resolvedtoracat CentOS-7 Add wireguard to kernel-plus (c7) 

Activities

toracat

toracat

2020-09-08 18:32

manager   ~0037663

This will be done in kernel-plus-4.18.0-193.19.1.el8_2.centos.plus.

Issue History

Date Modified Username Field Change
2020-08-07 16:03 toracat New Issue
2020-08-07 16:03 toracat Status new => assigned
2020-08-09 17:39 toracat Additional Information Updated
2020-09-01 23:15 toracat Relationship added related to 0017651
2020-09-01 23:59 toracat Product Version => 8.2.2004
2020-09-08 15:48 toracat Additional Information Updated
2020-09-08 18:32 toracat Note Added: 0037663
2020-11-01 00:23 toracat Status assigned => resolved
2020-11-01 00:23 toracat Resolution open => fixed