mbox series

[0/2] arm-bsp/trusted-services:smm gateway fixes

Message ID 20221107114148.48326-1-emekcan.aras@arm.com
Headers show
Series arm-bsp/trusted-services:smm gateway fixes | expand

Message

Emekcan Aras Nov. 7, 2022, 11:41 a.m. UTC
From: Emekcan <emekcan.aras@arm.com>

The SMM gateway in trusted-services does not return the right
error values in negative cases. This patchset fixes those issues
as expected in EDK2-test

Emekcan (2):
  arm-bsp/trusted-services: add checks for null attributes in smm
    gateway
  arm-bsp/trusted-services: Fix GetNextVariable max_name_len in smm
    gateway

 ...teway-add-checks-for-null-attributes.patch | 35 +++++++++++++++++++
 .../0022-GetNextVariableName-Fix.patch        | 33 +++++++++++++++++
 .../trusted-services/ts-corstone1000.inc      |  2 ++
 3 files changed, 70 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0021-smm_gateway-add-checks-for-null-attributes.patch
 create mode 100644 meta-arm-bsp/recipes-security/trusted-services/corstone1000/0022-GetNextVariableName-Fix.patch

Comments

Jon Mason Nov. 7, 2022, 7:03 p.m. UTC | #1
On Mon, 7 Nov 2022 11:41:46 +0000, emekcan.aras@arm.com wrote:
> The SMM gateway in trusted-services does not return the right
> error values in negative cases. This patchset fixes those issues
> as expected in EDK2-test
> 
> Emekcan (2):
>   arm-bsp/trusted-services: add checks for null attributes in smm
>     gateway
>   arm-bsp/trusted-services: Fix GetNextVariable max_name_len in smm
>     gateway
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/trusted-services: add checks for null attributes in smm gateway
      commit: 5fd87e47f6d6ef4949123a2b21a6a4217b84ecc2
[2/2] arm-bsp/trusted-services: Fix GetNextVariable max_name_len in smm gateway
      commit: a41572a03284c13c31c612bc04eb6c34bdf9f03d

Best regards,