lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <DE7HNY4I79TM.1EAA75D8OW13C@linux.ibm.com>
Date: Thu, 13 Nov 2025 11:18:43 +0100
From: "Christoph Schlameuss" <schlameuss@...ux.ibm.com>
To: "Claudio Imbrenda" <imbrenda@...ux.ibm.com>, <kvm@...r.kernel.org>
Cc: <linux-kernel@...r.kernel.org>, <linux-s390@...r.kernel.org>,
        <borntraeger@...ibm.com>, <frankja@...ux.ibm.com>, <nsg@...ux.ibm.com>,
        <nrb@...ux.ibm.com>, <seiden@...ux.ibm.com>,
        <schlameuss@...ux.ibm.com>, <hca@...ux.ibm.com>, <svens@...ux.ibm.com>,
        <agordeev@...ux.ibm.com>, <gor@...ux.ibm.com>, <david@...hat.com>,
        <gerald.schaefer@...ux.ibm.com>
Subject: Re: [PATCH v3 07/23] KVM: s390: KVM-specific bitfields and helper
 functions

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@...ux.ibm.com>
> ---
>  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@...ux.ibm.com>
> + *               Martin Schwidefsky <schwidefsky@...ibm.com>

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

...

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ