
hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBSW19 CVE: CVE-2025-21864 -------------------------------- Revert the kabi change introduced by including <net/xfrm.h> for kabi trustlist standardization. Fixes: 9b6412e6979f ("tcp: drop secpath at the same time as we currently drop dst") Signed-off-by: Dong Chenchen <dongchenchen2@huawei.com> --- include/net/tcp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/net/tcp.h b/include/net/tcp.h index 74503aaea5cf..ec4ed462f181 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -41,7 +41,9 @@ #include <net/inet_ecn.h> #include <net/dst.h> #include <net/mptcp.h> +#ifndef __GENKSYMS__ #include <net/xfrm.h> +#endif #include <linux/seq_file.h> #include <linux/memcontrol.h> -- 2.25.1