Loading net/wireguard/compat/compat-asm.h +12 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,17 @@ #include <linux/kconfig.h> #include <linux/version.h> #ifdef RHEL_MAJOR #if RHEL_MAJOR == 7 #define ISRHEL7 #elif RHEL_MAJOR == 8 #define ISRHEL8 #if RHEL_MINOR == 4 #define ISCENTOS8S #endif #endif #endif /* PaX compatibility */ #if defined(RAP_PLUGIN) #undef ENTRY Loading Loading @@ -40,7 +51,7 @@ #undef pull #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 76) #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 76) && !defined(ISCENTOS8S) #define SYM_FUNC_START ENTRY #define SYM_FUNC_END ENDPROC #endif Loading net/wireguard/compat/compat.h +1 −1 Original line number Diff line number Diff line Loading @@ -823,7 +823,7 @@ static __always_inline void old_rcu_barrier(void) #define COMPAT_CANNOT_DEPRECIATE_BH_RCU #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 10) && !defined(ISRHEL8) #if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 10) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) && !defined(ISRHEL8)) || LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 217) static inline void skb_mark_not_on_list(struct sk_buff *skb) { skb->next = NULL; Loading net/wireguard/version.h +1 −1 Original line number Diff line number Diff line #ifndef WIREGUARD_VERSION #define WIREGUARD_VERSION "1.0.20201221" #define WIREGUARD_VERSION "1.0.20210124" #endif Loading
net/wireguard/compat/compat-asm.h +12 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,17 @@ #include <linux/kconfig.h> #include <linux/version.h> #ifdef RHEL_MAJOR #if RHEL_MAJOR == 7 #define ISRHEL7 #elif RHEL_MAJOR == 8 #define ISRHEL8 #if RHEL_MINOR == 4 #define ISCENTOS8S #endif #endif #endif /* PaX compatibility */ #if defined(RAP_PLUGIN) #undef ENTRY Loading Loading @@ -40,7 +51,7 @@ #undef pull #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 76) #if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 76) && !defined(ISCENTOS8S) #define SYM_FUNC_START ENTRY #define SYM_FUNC_END ENDPROC #endif Loading
net/wireguard/compat/compat.h +1 −1 Original line number Diff line number Diff line Loading @@ -823,7 +823,7 @@ static __always_inline void old_rcu_barrier(void) #define COMPAT_CANNOT_DEPRECIATE_BH_RCU #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 10) && !defined(ISRHEL8) #if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 10) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) && !defined(ISRHEL8)) || LINUX_VERSION_CODE < KERNEL_VERSION(4, 14, 217) static inline void skb_mark_not_on_list(struct sk_buff *skb) { skb->next = NULL; Loading
net/wireguard/version.h +1 −1 Original line number Diff line number Diff line #ifndef WIREGUARD_VERSION #define WIREGUARD_VERSION "1.0.20201221" #define WIREGUARD_VERSION "1.0.20210124" #endif