Message ID | 20231128092152.35039-1-roger.pau@citrix.com (mailing list archive) |
---|---|
Headers | show |
Series | livepatch-build-tools: fixes for non GNU tools and alignment | expand |
On Tue, Nov 28, 2023 at 9:22 AM Roger Pau Monne <roger.pau@citrix.com> wrote: > > Hello, > > The series contains two fixes for using the tools on non GNU > environments, plus one extra fix to account for section alignment when > calculating old function size. > > Thanks, Roger. > > Roger Pau Monne (3): > livepatch-build-tools: do not use readlink -m option > livepatch-build-tools: remove usage of gawk > livepatch-build-tools: account for section alignment when calculating > function size > > common.h | 2 ++ > create-diff-object.c | 5 +++++ > livepatch-build | 38 +++++++++++++++++++++----------------- > 3 files changed, 28 insertions(+), 17 deletions(-) > > > base-commit: e588b7914e7afa3abb64b15a32fc2fdb57ded341 > -- > 2.43.0 > Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com> ... and applied, thanks.