Skip to content

Commit d331674

Browse files
committed
Merge: wireguard: mark as Tech Preview
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/210 JIRA: https://issues.redhat.com/browse/RHEL-74327 Signed-off-by: Hangbin Liu <haliu@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: Marcelo Ricardo Leitner <mleitner@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Jan Stancek <jstancek@redhat.com>
2 parents 500fa59 + 5b40a20 commit d331674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wireguard/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ static int __init wg_mod_init(void)
5454
pr_info("WireGuard " WIREGUARD_VERSION " loaded. See www.wireguard.com for information.\n");
5555
pr_info("Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n");
5656

57+
mark_tech_preview("WireGuard", THIS_MODULE);
5758
return 0;
5859

5960
err_netlink:

0 commit comments

Comments
 (0)