[PATCH v2 0/3] livepatch-build-tools: fixes for non GNU tools and alignment

Roger Pau Monne posted 3 patches 12 months ago
Failed in applying to current master (apply log)
common.h             |  2 ++
create-diff-object.c |  5 +++++
livepatch-build      | 38 +++++++++++++++++++++-----------------
3 files changed, 28 insertions(+), 17 deletions(-)
[PATCH v2 0/3] livepatch-build-tools: fixes for non GNU tools and alignment
Posted by Roger Pau Monne 12 months ago
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
Re: [PATCH v2 0/3] livepatch-build-tools: fixes for non GNU tools and alignment
Posted by Ross Lagerwall 11 months, 3 weeks ago
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.