Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1494405

[PATCH 0/2] Clean up handling of event log files

From Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Clean up handling of event log files
Date 2016-10-01 14:50 +0200
Message-ID <snrTP-51-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Meld a common function for opening measurements files and keep the
dentries in a static array.

Jarkko Sakkinen (1):
  tpm: replace dynamically allocated bios_dir with a static array

Nayna Jain (1):
  tpm: define a generic open() method for ascii & bios measurements

 drivers/char/tpm/tpm-chip.c     |   9 +--
 drivers/char/tpm/tpm.h          |   3 +-
 drivers/char/tpm/tpm_eventlog.c | 123 ++++++++++++++--------------------------
 drivers/char/tpm/tpm_eventlog.h |  10 ++--
 4 files changed, 55 insertions(+), 90 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Clean up handling of event log files Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-10-01 14:50 +0200
  [PATCH 1/2] tpm: define a generic open() method for ascii & bios measurements Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-10-01 14:50 +0200
  [PATCH 2/2] tpm: replace dynamically allocated bios_dir with a static array Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-10-01 14:50 +0200
    Re: [PATCH 2/2] tpm: replace dynamically allocated bios_dir with a  static array Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-10-01 18:50 +0200
      Re: [PATCH 2/2] tpm: replace dynamically allocated bios_dir with a  static array Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-10-01 21:30 +0200

csiph-web