mbox series

Pull request for tpm-master-16112024

Message ID 20241116190658.112452-1-ilias.apalodimas@linaro.org
State New
Headers show
Series Pull request for tpm-master-16112024 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-master-16112024

Message

Ilias Apalodimas Nov. 16, 2024, 7:06 p.m. UTC
Hi Tom,

Not much for the  TPM subsystem on this cycle. Just two patches from Heinrich,
adding missing tpm libraries to the maintenance list and fix for a coverti issue

The following changes since commit f39199e8096dab68fe4a8e15f8ff60026a5fe491:

  km: disable CMD_JFFS2 for all PPC boards (2024-11-15 13:11:51 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-master-16112024

for you to fetch changes up to c0231ede0f555b098dc7418926a8f9b407cc9928:

  MAINTAINERS: add lib/tpm* to TPM DRIVERS (2024-11-16 19:23:11 +0200)

The CI at https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/23393
worked as expected

Please pull!
/Ilias

----------------------------------------------------------------
Two changes from Heinrich.
One is adding some missing TPM files for proper maintenance.
The second addresses Coverity-ID: 356664 replacing a mempcy()
which has undefined behavior with memmove()

----------------------------------------------------------------
Heinrich Schuchardt (2):
      tpm: use memmove() for overlapping buffers
      MAINTAINERS: add lib/tpm* to TPM DRIVERS

 MAINTAINERS  | 1 +
 lib/tpm-v2.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Tom Rini Nov. 16, 2024, 7:22 p.m. UTC | #1
On Sat, Nov 16, 2024 at 09:06:58PM +0200, Ilias Apalodimas wrote:

> Hi Tom,
> 
> Not much for the  TPM subsystem on this cycle. Just two patches from Heinrich,
> adding missing tpm libraries to the maintenance list and fix for a coverti issue
> 
> The following changes since commit f39199e8096dab68fe4a8e15f8ff60026a5fe491:
> 
>   km: disable CMD_JFFS2 for all PPC boards (2024-11-15 13:11:51 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-master-16112024
> 
> for you to fetch changes up to c0231ede0f555b098dc7418926a8f9b407cc9928:
> 
>   MAINTAINERS: add lib/tpm* to TPM DRIVERS (2024-11-16 19:23:11 +0200)
> 
> The CI at https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/23393
> worked as expected
> 
> Please pull!
> /Ilias
> 

Applied to u-boot/master, thanks!