aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2022-10-11 23:04:36 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-23 18:08:42 +0200
commit9ddeada2195c0754cc12d0eb173a60a0a12cd8f1 (patch)
treeda74be3af5ffc4c995b14693a31a76692930e54d
parentd56f678748391817b241a03825d77fa29f6c1209 (diff)
downloadbackports-9ddeada2195c0754cc12d0eb173a60a0a12cd8f1.tar.gz
backports: update skb kcov ifdef
This got backported to 5.10.54 so need to update the ifdef. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--backport/backport-include/linux/skbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/skbuff.h b/backport/backport-include/linux/skbuff.h
index c5015e9d..2860c9c4 100644
--- a/backport/backport-include/linux/skbuff.h
+++ b/backport/backport-include/linux/skbuff.h
@@ -123,7 +123,7 @@ static inline __u32 skb_queue_len_lockless(const struct sk_buff_head *list_)
}
#endif /* < 5.6.0 */
-#if LINUX_VERSION_IS_LESS(5,11,0)
+#if LINUX_VERSION_IS_LESS(5,10,54)
#define skb_get_kcov_handle LINUX_BACKPORT(skb_get_kcov_handle)
static inline u64 skb_get_kcov_handle(struct sk_buff *skb)
{