From patchwork Tue Oct 13 06:36:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 11835003 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 A1BD192C for ; Tue, 13 Oct 2020 06:36:17 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 9B80D214DB; Tue, 13 Oct 2020 06:36:17 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (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 04167208D5 for ; Tue, 13 Oct 2020 06:36:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="VurKTq4r" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 04167208D5 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-lj1-f194.google.com with SMTP id y16so18037503ljk.1 for ; Mon, 12 Oct 2020 23:36:16 -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=f/vgJ5tZy59f3G2+ZFDN7Jz5qqqhrRIyIT59xyu6f5c=; b=VurKTq4rgp5xS31EfSVEMi3VVWnmwKjdM3DFbV9rSsz8Yz/49ZmvOwMzsk3v7qa+s/ MvmDZ2boQ6Qdck58C8ms2jUgqb5FbJcvLeObhEFKEvjyt2KLeuJmYiXrazIVNX/bj19g UahdaXUEJKOlbfiSsZGw6zZvk8OQlDkvEFIWdsLgGcoG7EoTdZKKU4KOfoiMBqjHttWO j2DalfK305bac6/RFBAtRvh+n7rU0gmKXythGYThz1xDoD8qOg1E4Od2FERDxJhZwAR7 HfFfN7NK15s4e/6Z6rN7BelvDhnRAA4ivcNiWZDqJxURR+52/I4bQW61fZEJII4lR30F mHjg== 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=f/vgJ5tZy59f3G2+ZFDN7Jz5qqqhrRIyIT59xyu6f5c=; b=aA8Pc4EQvWvIG+xQBiOvu3ZohRpFqbB3pCu090CepxB6cwk/U6XzXftJ0gr1nam4ld wxbbfDrsWabhAWnna8VpFb7TbrgWSh0iawTuJfMyHosdSuVcQHFbcL3czj7u6euQ4x8R +cQKOP0sKkkz6sxRMTKfCfUL8KLZfD12ox7+pevWOBfPVlol8mKmba14ApKuwKtnlp6b BIP3TNyGy5ThaTLj/vqtrih72calEWU1QGPMiJfki7j0S/1Jmd+ikRh6c6RyZWgZhN5B eZ9Z+wPoqXqjLCNjU7IutG92EmrwgWIUtNCTKNGsbaWLXRZ4nV3DS9bJC1/jt1oUSf+O ivjw== X-Gm-Message-State: AOAM530G1MmAwsqe41wEDKSLT8rzP2eDHVMG28HXC5d5oKtC9pfU/kqW tPeO3zGmxYyvVDfMYG0WDI9BFg== X-Google-Smtp-Source: ABdhPJxm/XsKE6p9Hy7y4sJgvTLXvYTu5iUNX+bmtQILZWmZ+vyUZEovSYmy3b2YUrfUQFn0vDEhWw== X-Received: by 2002:a2e:80c2:: with SMTP id r2mr6871608ljg.402.1602570974954; Mon, 12 Oct 2020 23:36:14 -0700 (PDT) Received: from jade (h-249-223.A175.priv.bahnhof.se. [98.128.249.223]) by smtp.gmail.com with ESMTPSA id p8sm4048802lfe.11.2020.10.12.23.36.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Oct 2020 23:36:14 -0700 (PDT) Date: Tue, 13 Oct 2020 08:36:12 +0200 From: Jens Wiklander List-Id: To: arm@kernel.org, soc@kernel.org Cc: Linux Kernel Mailing List , Linux ARM , op-tee@lists.trustedfirmware.org, Andy Shevchenko Subject: [GIT PULL] OP-TEE use UUID API for v5.10 Message-ID: <20201013063612.GA3325842@jade> MIME-Version: 1.0 Content-Disposition: inline Hello arm-soc maintainers, Please pull this small patch which allows to hide uuit_t internals from the OP-TEE driver. I know it's a bit late for v5.10, if it's too late please queue it for v5.11 instead. 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/optee-use-uuid-api-for-v5.10 for you to fetch changes up to 57222a1be27e06ecb81cc2f945e897814d5f461c: tee: optee: Use UUID API for exporting the UUID (2020-10-13 08:03:18 +0200) ---------------------------------------------------------------- Use UUID API to export the UUID Uses export_uuid() to export and uuid_t to an u8 array instead of depending on the internals of uuid_t. ---------------------------------------------------------------- Andy Shevchenko (1): tee: optee: Use UUID API for exporting the UUID drivers/tee/optee/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)