Re: [PATCH v3 1/5] include: Add definitions for sed

2016-12-27 Thread Scott Bauer
On Sun, Dec 25, 2016 at 03:15:53PM +0100, Jethro Beekman wrote: > On 19-12-16 20:35, Scott Bauer wrote: > > diff --git a/include/linux/sed.h b/include/linux/sed.h > > > > +/* > > + * These constant values come from: > > + * TCG Storage Architecture Core Spec v2.01 r1 > > + * Section: 3.3 Interface

Re: [PATCH v3 1/5] include: Add definitions for sed

2016-12-27 Thread Scott Bauer
On Sun, Dec 25, 2016 at 03:15:53PM +0100, Jethro Beekman wrote: > On 19-12-16 20:35, Scott Bauer wrote: > > diff --git a/include/linux/sed.h b/include/linux/sed.h > > > > +/* > > + * These constant values come from: > > + * TCG Storage Architecture Core Spec v2.01 r1 > > + * Section: 3.3 Interface

Re: [PATCH v3 1/5] include: Add definitions for sed

2016-12-25 Thread Jethro Beekman
On 19-12-16 20:35, Scott Bauer wrote: > diff --git a/include/linux/sed.h b/include/linux/sed.h > > +/* > + * These constant values come from: > + * TCG Storage Architecture Core Spec v2.01 r1 > + * Section: 3.3 Interface Communications > + */ > +enum { > + TCG_SECP_00 = 0, Protocol 0 is not

Re: [PATCH v3 1/5] include: Add definitions for sed

2016-12-25 Thread Jethro Beekman
On 19-12-16 20:35, Scott Bauer wrote: > diff --git a/include/linux/sed.h b/include/linux/sed.h > > +/* > + * These constant values come from: > + * TCG Storage Architecture Core Spec v2.01 r1 > + * Section: 3.3 Interface Communications > + */ > +enum { > + TCG_SECP_00 = 0, Protocol 0 is not

Re: [PATCH v3 1/5] include: Add definitions for sed

2016-12-19 Thread Christoph Hellwig
On Mon, Dec 19, 2016 at 12:35:45PM -0700, Scott Bauer wrote: > This patch adds the definitions and structures for the SED > Opal code. This seems to contain a few things: userspace ABIs, on the wire defintions, and prototypes for the code added in patch 2. The userspace ABIs should be a header

Re: [PATCH v3 1/5] include: Add definitions for sed

2016-12-19 Thread Christoph Hellwig
On Mon, Dec 19, 2016 at 12:35:45PM -0700, Scott Bauer wrote: > This patch adds the definitions and structures for the SED > Opal code. This seems to contain a few things: userspace ABIs, on the wire defintions, and prototypes for the code added in patch 2. The userspace ABIs should be a header

[PATCH v3 1/5] include: Add definitions for sed

2016-12-19 Thread Scott Bauer
This patch adds the definitions and structures for the SED Opal code. Signed-off-by: Scott Bauer Signed-off-by: Rafael Antognolli --- include/linux/sed-opal.h | 38 + include/linux/sed.h | 76

[PATCH v3 1/5] include: Add definitions for sed

2016-12-19 Thread Scott Bauer
This patch adds the definitions and structures for the SED Opal code. Signed-off-by: Scott Bauer Signed-off-by: Rafael Antognolli --- include/linux/sed-opal.h | 38 + include/linux/sed.h | 76 ++ include/uapi/linux/sed-opal.h | 94