mbox series

[0/4] livepatch-build-tools: fix for livepatch hooks

Message ID 20241107151509.73621-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series livepatch-build-tools: fix for livepatch hooks | expand

Message

Roger Pau Monné Nov. 7, 2024, 3:15 p.m. UTC
Hello,

First two patches in the series are misc (IMO trivial) fixes.  Last two
patches fix the usage of hooks.

Thanks, Roger.

Roger Pau Monne (4):
  livepatch-build: allow patch file name sizes up to 127 characters
  create-diff-object: update default alt_instr size
  create-diff-object: don't include symbols for .livepatch.hooks.*
    sections
  create-diff-object: also include relas that point to changed sections

 create-diff-object.c | 14 +++++++++-----
 livepatch-build      |  5 +++--
 2 files changed, 12 insertions(+), 7 deletions(-)