From a820c72c134a50ee5468df1b854b8f1f9fc246c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=98=E6=80=80?= Date: Tue, 10 Feb 2026 13:36:40 +0800 Subject: [PATCH] Revert "net: netpoll: Fix kabi in netpoll by using KABI_EXTEND" This reverts commit 6cdefbb2ae58744661cf3e1d6c3ba49278ceaae1. --- include/linux/netpoll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/netpoll.h b/include/linux/netpoll.h index 81e032713072b..26175ccae50c9 100644 --- a/include/linux/netpoll.h +++ b/include/linux/netpoll.h @@ -32,10 +32,10 @@ struct netpoll { bool ipv6; u16 local_port, remote_port; u8 remote_mac[ETH_ALEN]; + struct sk_buff_head skb_pool; DEEPIN_KABI_RESERVE(1) DEEPIN_KABI_RESERVE(2) - DEEPIN_KABI_EXTEND(struct sk_buff_head skb_pool) }; struct netpoll_info {