These tasks complain about the following: [07:22:58.931] ../src/include/utils/injection_point.h:62:28: note: 'InjectionPointList' declared here [07:22:58.931] 62 | extern InjectionPointData *InjectionPointList(uint32 *num_points);
The latest version of the patch (v3) posted on this thread includes the following: ./v3-0001-Add-InjectionPointList-to-retrieve-list-of-inject.patch: +extern List *InjectionPointList(void); ./v3-0001-Add-InjectionPointList-to-retrieve-list-of-inject.patch: +InjectionPointList(void) ./v3-0002-injection_points-Add-function-to-flush-injection-.patch: + inj_points = InjectionPointList();
How is it possible for what you have applied to include changes that are not part of the patch set posted? Manual mistake on your side perhaps where versions of the patches have been mixed?