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:	Wed, 27 Apr 2016 10:18:56 -0700
From:	"Simon A. F. Lund" <slund@...xlabs.com>
To:	<linux-block@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<mb@...htnvm.io>
CC:	<gregkh@...uxfoundation.org>,
	"Simon A. F. Lund" <slund@...xlabs.com>
Subject: [RFC PATCH] lightnvm: expose configuration through sysfs

Hi,

Follow up on preparation patches, here is a patch exporting hardware 
attributes of open-channel SSDs and LightNVM configuration to 
user-space through sysfs.

Thanks,

Simon A. F. Lund (1):
  lightnvm: expose configuration through sysfs

 Documentation/ABI/testing/sysfs-lightnvm | 244 ++++++++++++++++++
 drivers/lightnvm/Makefile                |   2 +-
 drivers/lightnvm/core.c                  |  33 ++-
 drivers/lightnvm/sysfs.c                 | 418 +++++++++++++++++++++++++++++++
 drivers/lightnvm/sysfs.h                 |  18 ++
 include/linux/lightnvm.h                 |   4 +
 6 files changed, 712 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-lightnvm
 create mode 100644 drivers/lightnvm/sysfs.c
 create mode 100644 drivers/lightnvm/sysfs.h

-- 
2.5.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ