From patchwork Fri Mar 20 06:34:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 11448451 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 17B1E1667 for ; Fri, 20 Mar 2020 06:34:52 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 113EC20774; Fri, 20 Mar 2020 06:34:52 +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 A12DF2072D for ; Fri, 20 Mar 2020 06:34:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="UFzo6MVB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A12DF2072D Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=jens.wiklander@linaro.org Received: by mail-lj1-f194.google.com with SMTP id r24so5228909ljd.4 for ; Thu, 19 Mar 2020 23:34:51 -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 :user-agent; bh=EN5kJIjrDw1mgoma/zwe6C2IRFI0DiYfgabsVqUwoBk=; b=UFzo6MVBPLDq6LaahJnJhgqy9QcASg2VsWxFtxxJqOCPPcNxMkH2gdkN/rL88RNMWE lv3Bun7kMu7e/k8R4ULX7rOUxZaCHBZfBMmyC5QBMxRRwKpGUYzOi4GVdsIG0vfJLjHY 21lJv4xEP4IehCfnWAe7FW9ICeRSK3cXcvKJIZ+bqM/PpwoRNfTSQLlIxPWHexvEi4w5 nF5/tTXgUBIAefZNhp2dfsKIWxBiV4BSyKVFtsq0FddxSe+OIlBHdAR3cI88Sx+Gx9Lg 7WmJ4Qv8TFe5hE1V2FbBR6nGMzqac/qyj/GNq5KsZ3hWOm0DxjKrPUY9029XVfDQTjkV nhkA== 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:user-agent; bh=EN5kJIjrDw1mgoma/zwe6C2IRFI0DiYfgabsVqUwoBk=; b=cEK8eMgPWILAjm5pQF8FUulWVoh07QO7oWCEdpRVO+YWT1bzcfv4Lyi06ikonnEKHp rJ795lqKjbfIvGbTWq6JjvpZQGISR4H+8yv6yeM6OAJT6L1pcXixo9H+IdahInCC+opY AJkavTWx0FQgrFXPfoTKfBrxVVZKgBVuvGTekat1PRtqiSfMqCoZ1Hkp9JwPGm9kpBCh 3+tSW2IVOa9XI0oNKK4HBNSWqxMG0amkA+c49VCkLAto2g1rIj93rsbkshmr1HzX0ZAP 315giFPeNSLGtEbnOcbBKPdprOASBI70yNQVVDbng9rA3OvTZ9YPSmyo38y2lAscsAGX PqNQ== X-Gm-Message-State: ANhLgQ10qno/dYxYYDJwGhb4kBHUP7Re6/Fba7OQGb6XXr/jj3F1tLGN 0BE5H33YmHRSQSkcuYqWSfpHCg== X-Google-Smtp-Source: ADFU+vsBf8yKtP2HvAQixVnArfLXpQKief8SGtO73/OQ886ubDAeeOSQpYCwMKdMyAwsibcXp7pgLA== X-Received: by 2002:a2e:9897:: with SMTP id b23mr4397938ljj.97.1584686089605; Thu, 19 Mar 2020 23:34:49 -0700 (PDT) Received: from jade (81-236-179-152-no272.tbcn.telia.com. [81.236.179.152]) by smtp.gmail.com with ESMTPSA id f16sm2732885ljj.34.2020.03.19.23.34.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Mar 2020 23:34:48 -0700 (PDT) Date: Fri, 20 Mar 2020 07:34:46 +0100 From: Jens Wiklander List-Id: To: arm@kernel.org, soc@kernel.org Cc: Linux Kernel Mailing List , Linux ARM , tee-dev@lists.linaro.org, Rijo Thomas Subject: [GIT PULL] another amdtee driver fix for v5.6 Message-ID: <20200320063446.GA9892@jade> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Hello arm-soc maintainers, Please pull this AMDTEE driver fix for an out of bounds read in find_session() Thanks, Jens The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8: Linux 5.6-rc2 (2020-02-16 13:16:59 -0800) are available in the Git repository at: https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-amdtee-fix2-for-5.6 for you to fetch changes up to 36fa3e50085e3858dd506e4431b9abd1bcb1f542: tee: amdtee: out of bounds read in find_session() (2020-03-10 08:12:04 +0100) ---------------------------------------------------------------- tee: amdtee: out of bounds read in find_session() ---------------------------------------------------------------- Dan Carpenter (1): tee: amdtee: out of bounds read in find_session() drivers/tee/amdtee/core.c | 3 +++ 1 file changed, 3 insertions(+)