File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ struct perf_guest_info_callbacks {
6161#include <linux/security.h>
6262#include <linux/static_call.h>
6363#include <linux/lockdep.h>
64+ #include <linux/rh_kabi.h>
6465#include <asm/local.h>
6566
6667struct perf_callchain_entry {
@@ -691,7 +692,6 @@ struct perf_event {
691692 /* The cumulative AND of all event_caps for events in this group. */
692693 int group_caps ;
693694
694- unsigned int group_generation ;
695695 struct perf_event * group_leader ;
696696 struct pmu * pmu ;
697697 void * pmu_private ;
@@ -804,6 +804,8 @@ struct perf_event {
804804 void * security ;
805805#endif
806806 struct list_head sb_list ;
807+
808+ RH_KABI_EXTEND (unsigned int group_generation )
807809#endif /* CONFIG_PERF_EVENTS */
808810};
809811
You can’t perform that action at this time.
0 commit comments