
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB6YDK CVE: NA -------------------------------- Fix kabi change and a problem caused by kabi change. Fixes: ba5366b87c0d ("rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag") Signed-off-by: Wang Liang <wangliang74@huawei.com> --- include/linux/netlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/netlink.h b/include/linux/netlink.h index f8cebae8e222..e72d46813125 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -328,7 +328,7 @@ struct netlink_dump_control { void *data; struct module *module; u32 min_dump_alloc; - int flags; + KABI_FILL_HOLE(int flags) }; int __netlink_dump_start(struct sock *ssk, struct sk_buff *skb, -- 2.34.1