Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions kernel/ovpn-dco/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=ovpn-backports
PKG_VERSION:=7.0.0.2026032400
PKG_RELEASE:=2
PKG_VERSION:=7.1.0.2026070800
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL= \
PKG_SOURCE_URL:= \
Comment thread
BKPepe marked this conversation as resolved.
https://build.openvpn.net/downloads/releases \
https://swupdate.openvpn.net/community/releases
PKG_HASH:=509ca84cf2bb7b9300b282c11869fc1607b09339b562087e535d070d4c0d26a8
PKG_HASH:=2be764534b9a1c2e7827bc7fb832cf89827c5b2e73db6805cb749458e0c72e3b
PKG_BUILD_PARALLEL:=1

PKG_MAINTAINER:=Jianhui Zhao <zhaojh329@gmail.com>
Expand Down
10 changes: 5 additions & 5 deletions kernel/ovpn-dco/patches/0001-do-not-use-EIP-197.patch
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ cryptographic engine [1]. Disable async until this is fixed.
pr_err("%s crypto_alloc_aead failed, err=%d\n", title, ret);
--- a/drivers/net/ovpn/io.c
+++ b/drivers/net/ovpn/io.c
@@ -98,6 +98,9 @@ static void ovpn_netdev_write(struct ovp
}
@@ -105,6 +105,9 @@ static void ovpn_netdev_write(struct ovp
local_bh_enable();
}

+#if IS_ENABLED(CONFIG_CRYPTO_DEV_SAFEXCEL)
Expand All @@ -79,7 +79,7 @@ cryptographic engine [1]. Disable async until this is fixed.
void ovpn_decrypt_post(void *data, int ret)
{
struct ovpn_crypto_key_slot *ks;
@@ -108,11 +111,13 @@ void ovpn_decrypt_post(void *data, int r
@@ -115,11 +118,13 @@ void ovpn_decrypt_post(void *data, int r
__be16 proto;
__be32 *pid;

Expand All @@ -93,7 +93,7 @@ cryptographic engine [1]. Disable async until this is fixed.

payload_offset = ovpn_skb_cb(skb)->payload_offset;
ks = ovpn_skb_cb(skb)->ks;
@@ -228,6 +233,9 @@ void ovpn_recv(struct ovpn_peer *peer, s
@@ -235,6 +240,9 @@ void ovpn_recv(struct ovpn_peer *peer, s
ovpn_decrypt_post(skb, ovpn_aead_decrypt(peer, ks, skb));
}

Expand All @@ -103,7 +103,7 @@ cryptographic engine [1]. Disable async until this is fixed.
void ovpn_encrypt_post(void *data, int ret)
{
struct ovpn_crypto_key_slot *ks;
@@ -236,11 +244,13 @@ void ovpn_encrypt_post(void *data, int r
@@ -243,11 +251,13 @@ void ovpn_encrypt_post(void *data, int r
struct ovpn_peer *peer;
unsigned int orig_len;

Expand Down
107 changes: 0 additions & 107 deletions kernel/ovpn-dco/patches/0002-undef-kmalloc_obj.patch

This file was deleted.