Re: [PATCH 1/4] livepatch-build: allow patch file name sizes up to 127 characters

2025-01-21 Thread Ross Lagerwall
On Thu, Nov 7, 2024 at 3:15 PM Roger Pau Monne wrote: > > XenServer uses quite long Xen version names, and encode such in the livepatch > filename, and it's currently running out of space in the file name. > > Bump max filename size to 127, so it also matches the patch name length in the > hypervi

[PATCH 1/4] livepatch-build: allow patch file name sizes up to 127 characters

2024-11-07 Thread Roger Pau Monne
XenServer uses quite long Xen version names, and encode such in the livepatch filename, and it's currently running out of space in the file name. Bump max filename size to 127, so it also matches the patch name length in the hypervisor interface. Note the size of the buffer is 128 characters, and