lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220520172422.4309-1-Alexander.Steffen@infineon.com>
Date:   Fri, 20 May 2022 19:24:20 +0200
From:   Alexander Steffen <Alexander.Steffen@...ineon.com>
To:     <jarkko@...nel.org>, <linux-kernel@...r.kernel.org>,
        <linux-integrity@...r.kernel.org>
CC:     Alexander Steffen <Alexander.Steffen@...ineon.com>,
        <peterhuewe@....de>, <jgg@...pe.ca>,
        <krzysztof.kozlowski+dt@...aro.org>,
        Johannes Holland <johannes.holland@...ineon.com>,
        Amir Mizinski <amirmizi6@...il.com>
Subject: [PATCH v3 0/2] tpm_tis_i2c

Johannes asked me to take over this series. I've decided to split off the
later patches from this series, since it was suggested to split those changes
into multiple patches and I don't want to blow up this series with too many
changes that are not strictly necessary for the I2C driver to work correctly.
So let's first concentrate on getting the basic functionality right, then we
can work on additional improvements.

I've addressed all review comments for patch 1/2.

Patch 2/2 is unmodified.

Johannes Holland (2):
  tpm: Add tpm_tis_i2c backend for tpm_tis_core
  tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer

 drivers/char/tpm/Kconfig        |  12 +
 drivers/char/tpm/Makefile       |   1 +
 drivers/char/tpm/tpm_tis_core.c |  14 ++
 drivers/char/tpm/tpm_tis_core.h |  10 +
 drivers/char/tpm/tpm_tis_i2c.c  | 405 ++++++++++++++++++++++++++++++++
 5 files changed, 442 insertions(+)
 create mode 100644 drivers/char/tpm/tpm_tis_i2c.c

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ