[PATCH for-4.19? 0/2] build/mkheader: Fixes

Andrew Cooper posted 2 patches 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240703225525.1759907-1-andrew.cooper3@citrix.com
tools/include/xen-foreign/mkheader.py | 108 +++++++++++++-------------
1 file changed, 53 insertions(+), 55 deletions(-)
[PATCH for-4.19? 0/2] build/mkheader: Fixes
Posted by Andrew Cooper 2 months ago
For 4.19?  Noticed while staring at build logs.  Low risk, as the build system
contains a cross-check that mkheader generates the same layout.

Not the end of the world if these fixes delay to 4.20.

Andrew Cooper (2):
  build/mkheader: Remove C-isms from the code
  build/mkheader: Fix Syntax/DeprecationWarnings

 tools/include/xen-foreign/mkheader.py | 108 +++++++++++++-------------
 1 file changed, 53 insertions(+), 55 deletions(-)

-- 
2.39.2
Re: [PATCH for-4.19? 0/2] build/mkheader: Fixes
Posted by Oleksii 2 months ago
On Wed, 2024-07-03 at 23:55 +0100, Andrew Cooper wrote:
> For 4.19?  Noticed while staring at build logs.  Low risk, as the
> build system
> contains a cross-check that mkheader generates the same layout.
> 
> Not the end of the world if these fixes delay to 4.20.
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

~ Oleksii
> 
> Andrew Cooper (2):
>   build/mkheader: Remove C-isms from the code
>   build/mkheader: Fix Syntax/DeprecationWarnings
> 
>  tools/include/xen-foreign/mkheader.py | 108 +++++++++++++-----------
> --
>  1 file changed, 53 insertions(+), 55 deletions(-)
>