From c43dcd6495642a3b4122675a5f612efb856e6ab9 Mon Sep 17 00:00:00 2001 From: yangyanjun Date: Mon, 9 Sep 2024 11:39:30 +0800 Subject: [PATCH] modify newip for LTS kernel update 5.10.210>5.10.211 Signed-off-by: yangyanjun --- newip/third_party/linux-5.10/net/newip/tcp_nip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newip/third_party/linux-5.10/net/newip/tcp_nip.c b/newip/third_party/linux-5.10/net/newip/tcp_nip.c index 0d1a771..d04e00d 100644 --- a/newip/third_party/linux-5.10/net/newip/tcp_nip.c +++ b/newip/third_party/linux-5.10/net/newip/tcp_nip.c @@ -1273,7 +1273,7 @@ static void nip_icsk_ulp_release(struct sock *sk) { } -static int nip_icsk_ulp_get_info(const struct sock *sk, struct sk_buff *skb) +static int nip_icsk_ulp_get_info(struct sock *sk, struct sk_buff *skb) { return -EINVAL; } -- Gitee