From patchwork Mon May 4 18:13:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 11527325 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 4BF9414B4 for ; Mon, 4 May 2020 18:13:38 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 41E0824965; Mon, 4 May 2020 18:13:38 +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 D598A206B9 for ; Mon, 4 May 2020 18:13:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="r6pBRaZe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D598A206B9 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 h4so10657516ljg.12 for ; Mon, 04 May 2020 11:13:37 -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=noyhhByb12LN4LKrdHZP/yohxdBTg9eACOZjHEQQZSw=; b=r6pBRaZeaSe6YLtjSricU/1PdZ4Z/UNZt8MLyfVqVNUDNKGKZbCPVSfVa1VWqlczTE 3exkc6YflKaC+zwu/U/e0tp3BY1dl5wdsa+zeiUi/QFCxv/afDvZ1xaGH1npNS7AHj51 jzBeNaIXtnkcr8fahBzZoBnEQd3EST4uUUWlUGLuUns8PByZamCIJQHiasROr+hHc/1P Ll+Llg0743huW2Dqb6Kt4eBspyn1ebrROyB8PCFVhwc93N6tx/5Zf0YQTWInI1NMvglp dpMMFV4C56tsrb4joX+RXCCawIGPlfmy0sT187WVxJ5JpJrgjhAcoNAIII4GXAI8eDGZ a8TQ== 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=noyhhByb12LN4LKrdHZP/yohxdBTg9eACOZjHEQQZSw=; b=EXF0T7BsjWakBo5Yu3y2u/yikyfPoHaoAIWjG8fSaxEgf/0/QNr4u9qpDj7Xnh++eZ 6m8nfqv3rnbTdzYAG7Fr8YwSeUlHCPn7c5jDVivSKgNmsh1rh37ANb8yju7i3r5FHHUk NvqSJeSx1rzcQDL2l5OEMUe154qRowX0a7qPLZ5TKdniGY+9MnlSJhuohTfC0YXUNN/N CDr3it43ZMyqLn6uUlMPSK23/zGKYS8IiQYqehw0dISo8PEm+h6hjQEdIcC/v7PBoEpH d+ieZTu4wiYLxcwedUL1zaHXNjumccgsOwyPRmCbZpU+/vjHmT55VlqYVg7vhixT++5L aPyA== X-Gm-Message-State: AGi0PuYFh0arY5NOktFuRNEXoBNHs6YClZ4RR7xWbsyV7liFJuoeJw/W cRwEI0tRsFyYnYCqFLpk9JdfBw== X-Google-Smtp-Source: APiQypIXsSBpPqvz5nwBaR6TohrSjdXOt+8TvHMn4JimyxDTWHqEZSW6G48ENPGzKPER4VorYMz00w== X-Received: by 2002:a2e:3017:: with SMTP id w23mr11282519ljw.150.1588616016018; Mon, 04 May 2020 11:13:36 -0700 (PDT) Received: from jade (h-249-223.A175.priv.bahnhof.se. [98.128.249.223]) by smtp.gmail.com with ESMTPSA id r4sm6033018lfm.28.2020.05.04.11.13.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 May 2020 11:13:35 -0700 (PDT) Date: Mon, 4 May 2020 20:13:33 +0200 From: Jens Wiklander List-Id: To: arm@kernel.org, soc@kernel.org Cc: Linux Kernel Mailing List , Linux ARM , tee-dev@lists.linaro.org Subject: [GIT PULL] tee subsystem fix for v5.8 Message-ID: <20200504181333.GA11018@jade> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Hello arm-soc maintainers, Please pull this small fix for a Smatch warning in tee_shm_alloc(). Thanks, Jens The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936: Linux 5.7-rc2 (2020-04-19 14:35:30 -0700) are available in the Git repository at: git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-smatch-for-5.8 for you to fetch changes up to 1115899e7aad71bc36100c3fa1d0b99cff9263e6: tee: remove unnecessary NULL check in tee_shm_alloc() (2020-04-20 13:12:01 +0200) ---------------------------------------------------------------- tee: remove unnecessary NULL check in tee_shm_alloc() ---------------------------------------------------------------- Dan Carpenter (1): tee: remove unnecessary NULL check in tee_shm_alloc() drivers/tee/tee_shm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)