mbox series

[GIT,PULL] TEE fix for v5.10

Message ID 20201013070918.GA3328976@jade (mailing list archive)
State Mainlined, archived
Commit 722939528a37aa0cb22d441e2045c0cf53e78fb0
Headers show
Series [GIT,PULL] TEE fix for v5.10 | expand

Pull-request

git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/tee-fix-for-v5.10

Message

Jens Wiklander Oct. 13, 2020, 7:09 a.m. UTC
Hello arm-soc maintainers,

Please pull this small fix which reenables the kernel login method in the
kernel internal TEE client API. This fixes a problem introduced in v5.8.

Thanks,
Jens

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/tee-fix-for-v5.10

for you to fetch changes up to 722939528a37aa0cb22d441e2045c0cf53e78fb0:

  tee: client UUID: Skip REE kernel login method as well (2020-10-13 08:42:11 +0200)

----------------------------------------------------------------
Reenable kernel login method for kernel TEE client API

The kernel TEE login method was accidentally disabled previously when
enabling a few other login methods, so fix that here.

----------------------------------------------------------------
Sumit Garg (1):
      tee: client UUID: Skip REE kernel login method as well

 drivers/tee/tee_core.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Oct. 26, 2020, 9:58 a.m. UTC | #1
On Tue, Oct 13, 2020 at 9:09 AM Jens Wiklander
<jens.wiklander@linaro.org> wrote:
>
> Hello arm-soc maintainers,
>
> Please pull this small fix which reenables the kernel login method in the
> kernel internal TEE client API. This fixes a problem introduced in v5.8.

I've merged it into the arm/fixes branch now and will send it for v5.10-rc2.

       Arnd