diff mbox series

[28/38] backports: update skb kcov ifdef

Message ID 20221011230356.dfc7c2811ea7.I96fb26c6080e6f75909fafab5de38ccd255ff6f2@changeid (mailing list archive)
State New, archived
Headers show
Series backports updates | expand

Commit Message

Johannes Berg Oct. 11, 2022, 9:04 p.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

This got backported to 5.10.54 so need to update the ifdef.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 backport/backport-include/linux/skbuff.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/backport/backport-include/linux/skbuff.h b/backport/backport-include/linux/skbuff.h
index fc99b5bb7513..376dd5942a34 100644
--- a/backport/backport-include/linux/skbuff.h
+++ b/backport/backport-include/linux/skbuff.h
@@ -148,7 +148,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)
 {