From patchwork Tue Oct 13 07:09:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 11835051 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CEB7C15E6 for ; Tue, 13 Oct 2020 07:09:23 +0000 (UTC) Received: by mail.kernel.org (Postfix) id C908620872; Tue, 13 Oct 2020 07:09:23 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 446CA20797 for ; Tue, 13 Oct 2020 07:09:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="TIsH7J6p" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 446CA20797 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=jens.wiklander@linaro.org Received: by mail-lf1-f66.google.com with SMTP id d24so20935139lfa.8 for ; Tue, 13 Oct 2020 00:09:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:mime-version:content-disposition; bh=KC1mZXARGtkTctLye+KjyZ7VTAKnhcLVAL4MUBQYG14=; b=TIsH7J6p4CYPcfThPuZmnvKha+RD7r/G7ahC1suGPCPl/C28/YTeh/X3m/ae4P7yYk nSCxcgSPHqXMglRfjDuBkNoBGvvqk5KzsXrwlRBdUqtRiHzrn7TV20pUZEN6Nava2741 Hyk5cJCqBvn6KVlex3XSqnlSwlKxRqyN/O5PfKOi0vBcOHV2ooej8/C1YMBOzAAlzs5A VE6zLrmLSGgm9/54iuplsjM+O4gY+Sbph1J7NUNQK15TOASm2Y/CNcMK9qGguzgRn5/h nOsGr2S2p1oRGFDJ3b/G6AWT2ZzU8w5D3UTulHSfxquGzubs7jpT0oM4u0AjEPL7F/eY 75OQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=KC1mZXARGtkTctLye+KjyZ7VTAKnhcLVAL4MUBQYG14=; b=ciBmPRSbwAOpKvHzaX2HPn/Tc0zj3YBztCyxkmxJwuFkhGu1Ph5Rd3eSy6Zn6I4XLn CPyE8gaeOQr0elzI4rwqaFA+fKTWp+sbcRqMywlo3DSdjMQ9NtS86ZjWYteSslsHSiyX UMq31TyDk43s+xB9OVEIeaesEmLGMR4Y4NEvLU2/OQa77MRaRiWZ6PMTrGuETaS9l+Yf Hm9zaAlqslWx7yNmUzzW517Pd3TVCBH1y7n5/QIzNiFYl09LyjfCQusBuvVKcEgLLFGw BFHIpMa1YaaK/F58lsJ13TO0Yt2AaAigmo/jJgTCsfSH+dsIn6EYwAuaSGAVudXCIqPh doeA== X-Gm-Message-State: AOAM5300+iI2YQUKSJyGHLoIkqNCm+9/OU/9zJOIoiXP6y3bYYL3L2Kv XYj8QQMbdQwposX1TLjUFZwNJQ== X-Google-Smtp-Source: ABdhPJx8F9Pb55iM81nT0HhqfRJXGzQAeQqVAleRJTG7ItxJxmYbMT7yuiFRH1DxmoQbjGlIi//k3Q== X-Received: by 2002:a19:344:: with SMTP id 65mr8762799lfd.393.1602572961301; Tue, 13 Oct 2020 00:09:21 -0700 (PDT) Received: from jade (h-249-223.A175.priv.bahnhof.se. [98.128.249.223]) by smtp.gmail.com with ESMTPSA id y14sm3518370lfl.136.2020.10.13.00.09.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Oct 2020 00:09:20 -0700 (PDT) Date: Tue, 13 Oct 2020 09:09:18 +0200 From: Jens Wiklander List-Id: To: arm@kernel.org, soc@kernel.org Cc: Linux Kernel Mailing List , op-tee@lists.trustedfirmware.org, Sumit Garg Subject: [GIT PULL] TEE fix for v5.10 Message-ID: <20201013070918.GA3328976@jade> MIME-Version: 1.0 Content-Disposition: inline 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(-)