From cbd4e34591bb14b8b1b94780d4454746e81f39ba Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 19 Jun 2018 17:09:28 +0200 Subject: compat: use stabler lkml links This will redirect to whichever archive kernel.org thinks is best. Suggested-by: Konstantin Ryabitsev --- src/compat/compat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compat/compat.h') diff --git a/src/compat/compat.h b/src/compat/compat.h index f2d7e17..ba2f028 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -591,7 +591,7 @@ static inline void *skb_put_data(struct sk_buff *skb, const void *data, unsigned } #endif -/* https://lkml.org/lkml/2017/6/23/790 */ +/* https://lkml.kernel.org/r/20170624021727.17835-1-Jason@zx2c4.com */ #if IS_ENABLED(CONFIG_NF_CONNTRACK) #include #include @@ -623,7 +623,7 @@ static inline void new_icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 #define icmpv6_send(a,b,c,d) new_icmpv6_send(a,b,c,d) #endif -/* https://lkml.org/lkml/2018/6/18/1361 */ +/* https://lkml.kernel.org/r/20180618234347.13282-1-Jason@zx2c4.com */ #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) #include #include -- cgit v1.2.3-59-g8ed1b