Closed giulianobelinassi closed 2 years ago
Before this patch, the user could only specify
#target_symbol:target_symbol_ref:addr1:addr2
however, those address can change when you modify the livepatch sourcecode. Therefore, we now support:
#target_symbol:target_symbol_ref
and now addr1 and addr2 will be collected analysing the target library and livepatch container automatically on packer time.
addr1
addr2
Signed-off-by: Giuliano Belinassi gbelinassi@suse.de
Before this patch, the user could only specify
however, those address can change when you modify the livepatch sourcecode. Therefore, we now support:
and now
addr1
andaddr2
will be collected analysing the target library and livepatch container automatically on packer time.Signed-off-by: Giuliano Belinassi gbelinassi@suse.de