Skip to content

Commit a4cc490

Browse files
committed
net: add reserved fields to devlink_health_reporter_ops
JIRA: https://issues.redhat.com/browse/RHEL-111907 Upstream Status: RHEL-only struct devlink_health_reporter_ops is protected by kABI, and can be allocated by drivers (either separately or embedded in their private context). Add 2 reserved fields. Signed-off-by: Ivan Vecera <[email protected]>
1 parent f6a652a commit a4cc490

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/net/devlink.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,9 @@ struct devlink_health_reporter_ops {
788788
struct netlink_ext_ack *extack);
789789
int (*test)(struct devlink_health_reporter *reporter,
790790
struct netlink_ext_ack *extack);
791+
792+
RH_KABI_RESERVE(1)
793+
RH_KABI_RESERVE(2)
791794
};
792795

793796
/**

0 commit comments

Comments
 (0)