You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
program: Allow passing extra targets for CO-RE relocations
This commit introduces a new ExtraRelocationTargets field on ProgramOptions
to llow users to pass additional targets (besides the kernel types) to
perform CO-RE relocations. The KernelModuleTypes field is removed as
ExtraRelocationTargets covers its functionality.
This is used in Inspektor Gadget to perform relocations against a
shared map that contains fields whose sizes change according to the
runtime configuration.
Signed-off-by: Mauricio Vásquez <[email protected]>
0 commit comments