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] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 25 Feb 2018 13:47:47 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Or Idgar <idgar@...tualoco.com>
Cc:     linux-kernel@...r.kernel.org, arnd@...db.de, oidgar@...hat.com,
        ghammer@...hat.com, Or Idgar <oridgar@...il.com>
Subject: Re: [PATCH v2] drivers/virt: vm_gen_counter: initial driver
 implementation

On Sun, Feb 25, 2018 at 02:26:31PM +0200, Or Idgar wrote:
> From: Or Idgar <oridgar@...il.com>
> 
> This patch is a driver which expose the Virtual Machine Generation ID
> via sysfs. The ID is a UUID value used to differentiate between virtual
> machines.
> 
> The VM-Generation ID is a feature defined by Microsoft (paper:
> http://go.microsoft.com/fwlink/?LinkId=260709) and supported by multiple
> hypervisor vendors.
> 
> Signed-off-by: Or Idgar <oridgar@...il.com>
> ---
>  Documentation/ABI/testing/sysfs-hypervisor |  13 +++
>  drivers/misc/Kconfig                       |   6 ++
>  drivers/misc/Makefile                      |   1 +
>  drivers/misc/vmgenid.c                     | 140 +++++++++++++++++++++++++++++
>  4 files changed, 160 insertions(+)
>  create mode 100644 Documentation/ABI/testing/sysfs-hypervisor
>  create mode 100644 drivers/misc/vmgenid.c

What changed from v1?  Always put that below the --- line like
Documentation/SubmittingPatches describes how to do.

v3?

thanks,

greg k-h

Powered by blists - more mailing lists