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:	Tue, 16 Aug 2016 10:09:28 -0700
From:	Dan Williams <dan.j.williams@...el.com>
To:	linux-nvdimm@...ts.01.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] device-dax prepare for dynamic resize / allocate

In preparation for dynamic resize / allocation support:

- convert device-dax instances to reserve memory ranges from their
  parent region

- produce a 'seed' device instance to accept new allocation requests

---


Dan Williams (4):
      dax: check resource alignment at dax region/device create
      dax: add region-available-size attribute
      dax: convert devm_create_dax_dev to PTR_ERR
      dax: register seed device


 drivers/dax/dax.c  |  208 ++++++++++++++++++++++++++++++++++++++++++++++++----
 drivers/dax/dax.h  |    5 +
 drivers/dax/pmem.c |    5 +
 3 files changed, 196 insertions(+), 22 deletions(-)

Powered by blists - more mailing lists