From a58bd9d967497f784f82bb543d14c81cbfa92a11 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 1 Apr 2020 18:32:32 +0200 Subject: compat: queueing: skb_reset_redirect change has been backported to 5.[45] This is a follow up to 2d4fa2a6e7903ec3340f1b075456cbd84ba6a744. Upstream commit 2c64605b590edadb3fb46d1ec6badb49e940b479 has been backported to 5.4.29 and 5.5.14. Signed-off-by: Christian Hesse Signed-off-by: Jason A. Donenfeld --- src/compat/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compat/compat.h') diff --git a/src/compat/compat.h b/src/compat/compat.h index fe2d07e..e834081 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -1024,7 +1024,7 @@ out: #define COMPAT_CANNOT_USE_MAX_MTU #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 29) || (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 5, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 14)) #include static inline void skb_reset_redirect(struct sk_buff *skb) { -- cgit v1.2.3