Re: [PATCH v3 07/23] KVM: s390: KVM-specific bitfields and helper functions

From: Christoph Schlameuss

Date: Thu Nov 13 2025 - 05:18:55 EST


On Thu Nov 6, 2025 at 5:11 PM CET, Claudio Imbrenda wrote:
> Add KVM-s390 specific bitfields and helper functions to manipulate DAT
> tables.
>
> Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
> ---
> arch/s390/kvm/dat.h | 726 ++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 726 insertions(+)
> create mode 100644 arch/s390/kvm/dat.h
>
> diff --git a/arch/s390/kvm/dat.h b/arch/s390/kvm/dat.h
> new file mode 100644
> index 000000000000..9d10b615b83c
> --- /dev/null
> +++ b/arch/s390/kvm/dat.h
> @@ -0,0 +1,726 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/*
> + * KVM guest address space mapping code
> + *
> + * Copyright IBM Corp. 2007, 2024
> + * Author(s): Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
> + * Martin Schwidefsky <schwidefsky@xxxxxxxxxx>

nit:
As this is a new file with new content.
Remove Martin here and set the copyright to 2025?

...