All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Hoemann <jerry.hoemann@hpe.com>
To: ross.zwisler@linux.intel.com, rjw@rjwysocki.net, lenb@kernel.org,
	dan.j.williams@intel.com, elliott@hpe.com, jmoyer@redhat.com,
	krivenok.dmitry@gmail.com, linda.knippers@hpe.com
Cc: robert.moore@intel.com, lv.zheng@intel.com,
	rafael.j.wysocki@intel.com, linux-nvdimm@lists.01.org,
	linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/6] nvdimm: Add an IOCTL pass thru for DSM calls
Date: Mon, 14 Dec 2015 10:33:07 -0700	[thread overview]
Message-ID: <20151214173307.GA47566@tevye.fc.hp.com> (raw)
In-Reply-To: <cover.1450036445.git.jerry.hoemann@hpe.com>

On Sun, Dec 13, 2015 at 06:54:21PM -0700, Jerry Hoemann wrote:
> 
> 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 "passthru" IOCTL interface which
> is not tied to a particular DSM.
> 

  ...


> 
> Changes in version 4:
> ---------------------

...


Sorry, forgot to update version number in the email title. 

This is version 4 of this patch series.



-- 

-----------------------------------------------------------------------------
Jerry Hoemann                  Software Engineer   Hewlett Packard Enterprise
-----------------------------------------------------------------------------

WARNING: multiple messages have this Message-ID (diff)
From: Jerry Hoemann <jerry.hoemann@hpe.com>
To: ross.zwisler@linux.intel.com, rjw@rjwysocki.net, lenb@kernel.org,
	dan.j.williams@intel.com, elliott@hpe.com, jmoyer@redhat.com,
	krivenok.dmitry@gmail.com, linda.knippers@hpe.com
Cc: robert.moore@intel.com, lv.zheng@intel.com,
	rafael.j.wysocki@intel.com, linux-nvdimm@ml01.01.org,
	linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/6] nvdimm: Add an IOCTL pass thru for DSM calls
Date: Mon, 14 Dec 2015 10:33:07 -0700	[thread overview]
Message-ID: <20151214173307.GA47566@tevye.fc.hp.com> (raw)
In-Reply-To: <cover.1450036445.git.jerry.hoemann@hpe.com>

On Sun, Dec 13, 2015 at 06:54:21PM -0700, Jerry Hoemann wrote:
> 
> 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 "passthru" IOCTL interface which
> is not tied to a particular DSM.
> 

  ...


> 
> Changes in version 4:
> ---------------------

...


Sorry, forgot to update version number in the email title. 

This is version 4 of this patch series.



-- 

-----------------------------------------------------------------------------
Jerry Hoemann                  Software Engineer   Hewlett Packard Enterprise
-----------------------------------------------------------------------------

  parent reply	other threads:[~2015-12-14 17:33 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14  1:54 [PATCH v3 0/6] nvdimm: Add an IOCTL pass thru for DSM calls Jerry Hoemann
2015-12-14  1:54 ` Jerry Hoemann
2015-12-14  1:54 ` [PATCH v3 1/6] acpica: Correct parameter type to acpi_evaluate_dsm Jerry Hoemann
2015-12-14  1:54   ` Jerry Hoemann
2015-12-14  2:07   ` Rafael J. Wysocki
2015-12-14  2:07     ` Rafael J. Wysocki
2015-12-14  3:20     ` Jerry Hoemann
2015-12-14  3:20       ` Jerry Hoemann
2015-12-14  1:54 ` [PATCH v3 2/6] nvdimm: Clean-up access mode check Jerry Hoemann
2015-12-14  1:54   ` Jerry Hoemann
2015-12-14  1:54 ` [PATCH v3 3/6] nvdimm: Add wrapper for IOCTL pass thru Jerry Hoemann
2015-12-14  1:54   ` Jerry Hoemann
2015-12-14  1:54 ` [PATCH v3 4/6] nvdimm: Fix security issue with DSM IOCTL Jerry Hoemann
2015-12-14  1:54   ` Jerry Hoemann
2015-12-14  1:54 ` [PATCH v3 5/6] nvdimm: Increase max envelope size for IOCTL Jerry Hoemann
2015-12-14  1:54   ` Jerry Hoemann
2015-12-14  1:54 ` [PATCH v3 6/6] nvdimm: Add IOCTL pass thru functions Jerry Hoemann
2015-12-14  1:54   ` Jerry Hoemann
2015-12-14 17:33 ` Jerry Hoemann [this message]
2015-12-14 17:33   ` [PATCH v4 0/6] nvdimm: Add an IOCTL pass thru for DSM calls Jerry Hoemann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151214173307.GA47566@tevye.fc.hp.com \
    --to=jerry.hoemann@hpe.com \
    --cc=dan.j.williams@intel.com \
    --cc=elliott@hpe.com \
    --cc=jmoyer@redhat.com \
    --cc=krivenok.dmitry@gmail.com \
    --cc=lenb@kernel.org \
    --cc=linda.knippers@hpe.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nvdimm@lists.01.org \
    --cc=lv.zheng@intel.com \
    --cc=rafael.j.wysocki@intel.com \
    --cc=rjw@rjwysocki.net \
    --cc=robert.moore@intel.com \
    --cc=ross.zwisler@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.