mbox series

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

Message ID 20240703225525.1759907-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series build/mkheader: Fixes | expand

Message

Andrew Cooper July 3, 2024, 10:55 p.m. UTC
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(-)

Comments

Oleksii Kurochko July 4, 2024, 10:42 a.m. UTC | #1
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(-)
>