All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1497833925.14670.3.camel@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 60a38d9..0f722b4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,11 +5,11 @@ Here are thpdates for 4.13.
 Major changes:
 
 - Releasing and relinquishing of locality in tpm_vtpm_proxy for each
-? command/response sequence.
+  command/response sequence.
 - Consolidating platform and ACPI driver in tpm_tis.
 - Sanitize endian conversions for TPM 1.2 commands i.e. call
-? cpu_to_be32() in place when required. Do not have it in the constant
-? definition.
+  cpu_to_be32() in place when required. Do not have it in the constant
+  definition.
 
 BR,
 /Jarkko
@@ -17,18 +17,18 @@ BR,
 The following changes since commit
 33f2eadabba59cf1c763c46c4470279ec2054099:
 
-? apparmor: export that basic profile namespaces are supported (2017-
+  apparmor: export that basic profile namespaces are supported (2017-
 06-10 17:11:48 -0700)
 
 are available in the git repository at:
 
-? git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-
+  git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-
 20170619
 
 for you to fetch changes up to
 e4b0852798bc15ed1a3ed6768ef2c4d2a1cb7599:
 
-? tpm/tpm_atmel: remove unnecessary NULL check (2017-06-19 02:36:04
+  tpm/tpm_atmel: remove unnecessary NULL check (2017-06-19 02:36:04
 +0200)
 
 ----------------------------------------------------------------
@@ -36,56 +36,52 @@ tpmdd updates for Linux 4.13
 
 ----------------------------------------------------------------
 Andy Shevchenko (1):
-??????tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()
+      tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()
 
 Bryan Freed (1):
-??????tpm: Apply a sane minimum adapterlimit value for retransmission.
+      tpm: Apply a sane minimum adapterlimit value for retransmission.
 
 Gustavo A. R. Silva (1):
-??????tpm/tpm_atmel: remove unnecessary NULL check
+      tpm/tpm_atmel: remove unnecessary NULL check
 
 Jarkko Sakkinen (3):
-??????tpm: fix byte order related arithmetic inconsistency in
+      tpm: fix byte order related arithmetic inconsistency in
 tpm_getcap()
-??????tpm, tpm_infineon: remove useless snprintf() calls
-??????tpm: remove struct tpm_pcrextend_in
+      tpm, tpm_infineon: remove useless snprintf() calls
+      tpm: remove struct tpm_pcrextend_in
 
 Jason Gunthorpe (3):
-??????tpm_tis: Fix IRQ autoprobing when using platform_device
-??????tpm_tis: Use platform_get_irq
-??????tpm_tis: Consolidate the platform and acpi probe flow
+      tpm_tis: Fix IRQ autoprobing when using platform_device
+      tpm_tis: Use platform_get_irq
+      tpm_tis: Consolidate the platform and acpi probe flow
 
 Peter Huewe (1):
-??????tpm, tpmrm: Mark tpmrm_write as static
+      tpm, tpmrm: Mark tpmrm_write as static
 
 Roberto Sassu (3):
-??????tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to
+      tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to
 tpm_input_header
-??????tpm: move endianness conversion of ordinals to tpm_input_header
-??????tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()
+      tpm: move endianness conversion of ordinals to tpm_input_header
+      tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()
 
 Stefan Berger (4):
-??????tpm: vtpm_proxy: Suppress error logging when in closed state
-??????tpm: Introduce flag TPM_TRANSMIT_RAW
-??????tpm: vtpm_proxy: Implement request_locality function.
-??????tpm: vtpm_proxy: Prevent userspace from sending driver command
-
-?drivers/char/tpm/st33zp24/i2c.c?????|???3 +-
-?drivers/char/tpm/st33zp24/spi.c?????|???3 +-
-?drivers/char/tpm/tpm-interface.c????| 118 +++++++++++++-----------
-?drivers/char/tpm/tpm-sysfs.c????????|???6 +-
-?drivers/char/tpm/tpm.h??????????????|??22 +----
-?drivers/char/tpm/tpm2-cmd.c?????????|???2 +-
-?drivers/char/tpm/tpm_atmel.c????????|??12 ++-
-?drivers/char/tpm/tpm_i2c_infineon.c |??76 +++++++++++-----
-?drivers/char/tpm/tpm_infineon.c?????|???8 +-
-?drivers/char/tpm/tpm_tis.c??????????| 175 ++++++++++++--------------
+      tpm: vtpm_proxy: Suppress error logging when in closed state
+      tpm: Introduce flag TPM_TRANSMIT_RAW
+      tpm: vtpm_proxy: Implement request_locality function.
+      tpm: vtpm_proxy: Prevent userspace from sending driver command
+
+ drivers/char/tpm/st33zp24/i2c.c     |   3 +-
+ drivers/char/tpm/st33zp24/spi.c     |   3 +-
+ drivers/char/tpm/tpm-interface.c    | 118 +++++++++++++-----------
+ drivers/char/tpm/tpm-sysfs.c        |   6 +-
+ drivers/char/tpm/tpm.h              |  22 +----
+ drivers/char/tpm/tpm2-cmd.c         |   2 +-
+ drivers/char/tpm/tpm_atmel.c        |  12 ++-
+ drivers/char/tpm/tpm_i2c_infineon.c |  76 +++++++++++-----
+ drivers/char/tpm/tpm_infineon.c     |   8 +-
+ drivers/char/tpm/tpm_tis.c          | 175 ++++++++++++--------------
 ----------
-?drivers/char/tpm/tpm_vtpm_proxy.c???|??69 ++++++++++++++
-?drivers/char/tpm/tpmrm-dev.c????????|???2 +-
-?include/uapi/linux/vtpm_proxy.h?????|???4 +
-?13 files changed, 269 insertions(+), 231 deletions(-)
---
-To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
-the body of a message to majordomo at vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ drivers/char/tpm/tpm_vtpm_proxy.c   |  69 ++++++++++++++
+ drivers/char/tpm/tpmrm-dev.c        |   2 +-
+ include/uapi/linux/vtpm_proxy.h     |   4 +
+ 13 files changed, 269 insertions(+), 231 deletions(-)
diff --git a/a/content_digest b/N1/content_digest
index 1974e32..3dcf986 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,10 @@
- "From\0jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)\0"
+ "From\0Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>\0"
  "Subject\0[GIT PULL] tpmdd fixes for 4.13\0"
  "Date\0Mon, 19 Jun 2017 02:58:45 +0200\0"
- "To\0linux-security-module@vger.kernel.org\0"
+ "To\0James Morris <jmorris@namei.org>\0"
+ "Cc\0linux-security-module@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+ " tpmdd-devel@lists.sourceforge.net\0"
  "\00:1\0"
  "b\0"
  "Hi\n"
@@ -11,11 +14,11 @@
  "Major changes:\n"
  "\n"
  "- Releasing and relinquishing of locality in tpm_vtpm_proxy for each\n"
- "? command/response sequence.\n"
+ "\302\240 command/response sequence.\n"
  "- Consolidating platform and ACPI driver in tpm_tis.\n"
  "- Sanitize endian conversions for TPM 1.2 commands i.e. call\n"
- "? cpu_to_be32() in place when required. Do not have it in the constant\n"
- "? definition.\n"
+ "\302\240 cpu_to_be32() in place when required. Do not have it in the constant\n"
+ "\302\240 definition.\n"
  "\n"
  "BR,\n"
  "/Jarkko\n"
@@ -23,18 +26,18 @@
  "The following changes since commit\n"
  "33f2eadabba59cf1c763c46c4470279ec2054099:\n"
  "\n"
- "? apparmor: export that basic profile namespaces are supported (2017-\n"
+ "\302\240 apparmor: export that basic profile namespaces are supported (2017-\n"
  "06-10 17:11:48 -0700)\n"
  "\n"
  "are available in the git repository at:\n"
  "\n"
- "? git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-\n"
+ "\302\240 git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-\n"
  "20170619\n"
  "\n"
  "for you to fetch changes up to\n"
  "e4b0852798bc15ed1a3ed6768ef2c4d2a1cb7599:\n"
  "\n"
- "? tpm/tpm_atmel: remove unnecessary NULL check (2017-06-19 02:36:04\n"
+ "\302\240 tpm/tpm_atmel: remove unnecessary NULL check (2017-06-19 02:36:04\n"
  "+0200)\n"
  "\n"
  "----------------------------------------------------------------\n"
@@ -42,58 +45,54 @@
  "\n"
  "----------------------------------------------------------------\n"
  "Andy Shevchenko (1):\n"
- "??????tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()\n"
  "\n"
  "Bryan Freed (1):\n"
- "??????tpm: Apply a sane minimum adapterlimit value for retransmission.\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: Apply a sane minimum adapterlimit value for retransmission.\n"
  "\n"
  "Gustavo A. R. Silva (1):\n"
- "??????tpm/tpm_atmel: remove unnecessary NULL check\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm/tpm_atmel: remove unnecessary NULL check\n"
  "\n"
  "Jarkko Sakkinen (3):\n"
- "??????tpm: fix byte order related arithmetic inconsistency in\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: fix byte order related arithmetic inconsistency in\n"
  "tpm_getcap()\n"
- "??????tpm, tpm_infineon: remove useless snprintf() calls\n"
- "??????tpm: remove struct tpm_pcrextend_in\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm, tpm_infineon: remove useless snprintf() calls\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: remove struct tpm_pcrextend_in\n"
  "\n"
  "Jason Gunthorpe (3):\n"
- "??????tpm_tis: Fix IRQ autoprobing when using platform_device\n"
- "??????tpm_tis: Use platform_get_irq\n"
- "??????tpm_tis: Consolidate the platform and acpi probe flow\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm_tis: Fix IRQ autoprobing when using platform_device\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm_tis: Use platform_get_irq\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm_tis: Consolidate the platform and acpi probe flow\n"
  "\n"
  "Peter Huewe (1):\n"
- "??????tpm, tpmrm: Mark tpmrm_write as static\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm, tpmrm: Mark tpmrm_write as static\n"
  "\n"
  "Roberto Sassu (3):\n"
- "??????tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to\n"
  "tpm_input_header\n"
- "??????tpm: move endianness conversion of ordinals to tpm_input_header\n"
- "??????tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: move endianness conversion of ordinals to tpm_input_header\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()\n"
  "\n"
  "Stefan Berger (4):\n"
- "??????tpm: vtpm_proxy: Suppress error logging when in closed state\n"
- "??????tpm: Introduce flag TPM_TRANSMIT_RAW\n"
- "??????tpm: vtpm_proxy: Implement request_locality function.\n"
- "??????tpm: vtpm_proxy: Prevent userspace from sending driver command\n"
- "\n"
- "?drivers/char/tpm/st33zp24/i2c.c?????|???3 +-\n"
- "?drivers/char/tpm/st33zp24/spi.c?????|???3 +-\n"
- "?drivers/char/tpm/tpm-interface.c????| 118 +++++++++++++-----------\n"
- "?drivers/char/tpm/tpm-sysfs.c????????|???6 +-\n"
- "?drivers/char/tpm/tpm.h??????????????|??22 +----\n"
- "?drivers/char/tpm/tpm2-cmd.c?????????|???2 +-\n"
- "?drivers/char/tpm/tpm_atmel.c????????|??12 ++-\n"
- "?drivers/char/tpm/tpm_i2c_infineon.c |??76 +++++++++++-----\n"
- "?drivers/char/tpm/tpm_infineon.c?????|???8 +-\n"
- "?drivers/char/tpm/tpm_tis.c??????????| 175 ++++++++++++--------------\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: vtpm_proxy: Suppress error logging when in closed state\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: Introduce flag TPM_TRANSMIT_RAW\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: vtpm_proxy: Implement request_locality function.\n"
+ "\302\240\302\240\302\240\302\240\302\240\302\240tpm: vtpm_proxy: Prevent userspace from sending driver command\n"
+ "\n"
+ "\302\240drivers/char/tpm/st33zp24/i2c.c\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2403 +-\n"
+ "\302\240drivers/char/tpm/st33zp24/spi.c\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2403 +-\n"
+ "\302\240drivers/char/tpm/tpm-interface.c\302\240\302\240\302\240\302\240| 118 +++++++++++++-----------\n"
+ "\302\240drivers/char/tpm/tpm-sysfs.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2406 +-\n"
+ "\302\240drivers/char/tpm/tpm.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24022 +----\n"
+ "\302\240drivers/char/tpm/tpm2-cmd.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2402 +-\n"
+ "\302\240drivers/char/tpm/tpm_atmel.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24012 ++-\n"
+ "\302\240drivers/char/tpm/tpm_i2c_infineon.c |\302\240\302\24076 +++++++++++-----\n"
+ "\302\240drivers/char/tpm/tpm_infineon.c\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2408 +-\n"
+ "\302\240drivers/char/tpm/tpm_tis.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 175 ++++++++++++--------------\n"
  "----------\n"
- "?drivers/char/tpm/tpm_vtpm_proxy.c???|??69 ++++++++++++++\n"
- "?drivers/char/tpm/tpmrm-dev.c????????|???2 +-\n"
- "?include/uapi/linux/vtpm_proxy.h?????|???4 +\n"
- "?13 files changed, 269 insertions(+), 231 deletions(-)\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n"
- "the body of a message to majordomo at vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ "\302\240drivers/char/tpm/tpm_vtpm_proxy.c\302\240\302\240\302\240|\302\240\302\24069 ++++++++++++++\n"
+ "\302\240drivers/char/tpm/tpmrm-dev.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2402 +-\n"
+ "\302\240include/uapi/linux/vtpm_proxy.h\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2404 +\n"
+ "\302\24013 files changed, 269 insertions(+), 231 deletions(-)"
 
-b7839e6dd56d71b109dfeabfb5755d5e0b1e7432c031e63cdd9679835d8fd21f
+e4b1a7122a3210cad1323a7fdaada9bd1b065fc7c464e78c0e2c1f17b5604f97

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.