diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-19 17:09:28 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-06-19 17:09:28 +0200 |
commit | 11fe41d2882d7af7e35951035623a1c1415d013a (patch) | |
tree | faf7a80762dcc0c3cdfbcaab29204620d7803d22 /src/compat/compat.h | |
parent | cbd64bac2d156846c7f97ec6d9d047b48c4b6791 (diff) |
compat: use stabler lkml links
This will redirect to whichever archive kernel.org thinks is best.
Suggested-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/compat/compat.h')
-rw-r--r-- | src/compat/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <linux/ip.h> #include <linux/icmpv6.h> @@ -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 <linux/random.h> #include <linux/slab.h> |