Re: [PATCH v2] xdrgen: handle _XdrString in union encoder/decoder
From: NeilBrown
Date: Tue Oct 28 2025 - 18:24:51 EST
On Wed, 29 Oct 2025, Khushal Chitturi wrote:
> --- a/tools/net/sunrpc/xdrgen/generators/union.py
> +++ b/tools/net/sunrpc/xdrgen/generators/union.py
> @@ -1,3 +1,4 @@
> +# SPDX-License-Identifier: GPL-2.0
> #!/usr/bin/env python3
#! must be the first line to be effective.
Other .py files in the kernel have '# SPDX' on the second or third line.
NeilBrown