Re: [PATCH 0/4] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-10 Thread Jerry Hoemann
On Tue, Nov 10, 2015 at 10:33:29AM -0500, Jeff Moyer wrote: > Jerry Hoemann writes: > > > The NVDIMM code in the kernel supports an IOCTL interface to user > > space based upon the Intel Example DSM: > > > > http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf > > > > This interface

Re: [PATCH 0/4] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-10 Thread Jeff Moyer
Jerry Hoemann writes: > The NVDIMM code in the kernel supports an IOCTL interface to user > space based upon the Intel Example DSM: > > http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf > > This interface cannot be used by other NVDIMM DSMs that support > incompatible functions. >

Re: [PATCH 0/4] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-10 Thread Jeff Moyer
Jerry Hoemann writes: > The NVDIMM code in the kernel supports an IOCTL interface to user > space based upon the Intel Example DSM: > > http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf > > This interface cannot be used by other NVDIMM DSMs that support >

Re: [PATCH 0/4] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-10 Thread Jerry Hoemann
On Tue, Nov 10, 2015 at 10:33:29AM -0500, Jeff Moyer wrote: > Jerry Hoemann writes: > > > The NVDIMM code in the kernel supports an IOCTL interface to user > > space based upon the Intel Example DSM: > > > > http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf > >

[PATCH 0/4] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-06 Thread Jerry Hoemann
The NVDIMM code in the kernel supports an IOCTL interface to user space based upon the Intel Example DSM: http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf This interface cannot be used by other NVDIMM DSMs that support incompatible functions. This patch set adds a generic

[PATCH 0/4] nvdimm: Add an IOCTL pass thru for DSM calls

2015-11-06 Thread Jerry Hoemann
The NVDIMM code in the kernel supports an IOCTL interface to user space based upon the Intel Example DSM: http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf This interface cannot be used by other NVDIMM DSMs that support incompatible functions. This patch set adds a generic