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-next>] [day] [month] [year] [list]
Date:   Fri, 26 Jul 2019 16:17:24 -0700
From:   Nuno Das Neves <nudasnev@...rosoft.com>
To:     nudasnev@...rosoft.com, gregkh@...uxfoundation.org,
        sthemmin@...rosoft.com, Alexander.Levin@...rosoft.com,
        haiyangz@...rosoft.com, kys@...rosoft.com, mikelley@...rosoft.com
Cc:     linux-kernel@...r.kernel.org
Subject: [RFC PATCH 0/2] Basic /sys/hypervisor information for Hyper-V

These patches populate /sys/hypervisor with some basic information when running
on Hyper-V. The first patch just introduces /sys/hypervisor/type which contains
"Hyper-V", and the second introduces /sys/hypervisor/version/ which contains a
file for each piece of hypervisor version information.

Nuno Das Neves (2):
  sys-hypervisor: /sys/hypervisor/type for Hyper-V
  sys-hypervisor: version information for Hyper-V

 .../ABI/stable/sysfs-hypervisor-hyperv        |  61 ++++++++
 drivers/hv/Kconfig                            |  10 ++
 drivers/hv/Makefile                           |   7 +-
 drivers/hv/sys-hypervisor.c                   | 143 ++++++++++++++++++
 4 files changed, 218 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/ABI/stable/sysfs-hypervisor-hyperv
 create mode 100644 drivers/hv/sys-hypervisor.c

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ