[PATCH 0/2] livepatch-tools: fixes for building on non-glibc

Roger Pau Monne posted 2 patches 5 months, 2 weeks ago
Failed in applying to current master (apply log)
Makefile             | 4 ++++
create-diff-object.c | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
[PATCH 0/2] livepatch-tools: fixes for building on non-glibc
Posted by Roger Pau Monne 5 months, 2 weeks ago
Hello,

A couple of fixes to allow building the tools on non-glibc systems (BSD
and musl tested).

No functional changes intended for either of the two fixes.

Thanks, Roger.

Roger Pau Monne (2):
  livepatch-tools: add -largp option when required
  livepatch-tools: fix isnumber() function clash

 Makefile             | 4 ++++
 create-diff-object.c | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

-- 
2.42.0
Re: [PATCH 0/2] livepatch-tools: fixes for building on non-glibc
Posted by Ross Lagerwall 5 months, 2 weeks ago
On Mon, Nov 13, 2023 at 4:10 PM Roger Pau Monne <roger.pau@citrix.com> wrote:
>
> Hello,
>
> A couple of fixes to allow building the tools on non-glibc systems (BSD
> and musl tested).
>
> No functional changes intended for either of the two fixes.
>

Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>

Applied, thanks.

Ross