]> xenbits.xensource.com Git - livepatch-build-tools.git/commit
create-diff-object: Add support for applied/reverted marker
authorPawel Wieczorkiewicz <wipawel@amazon.de>
Tue, 26 Nov 2019 12:25:08 +0000 (12:25 +0000)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Thu, 6 Feb 2020 16:26:05 +0000 (16:26 +0000)
commit615a7786d1d2cc008d6097ee583f822395254965
treeab607f4a4fdc78d5be7067bbf13d525337447fe1
parent6888ac87c3c1816092b91d8fabe2d09cd43e4be8
create-diff-object: Add support for applied/reverted marker

With version 2 of a payload structure additional field is supported
to track whether given function has been applied or reverted.
There also comes additional 8-byte alignment padding to reserve
place for future flags and options.

The new fields are zero-out upon .livepatch.funcs section creation.

Signed-off-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
common.h
create-diff-object.c