From patchwork Thu Aug 15 06:56:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 11095105 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7035213A0 for ; Thu, 15 Aug 2019 06:57:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 56B7628868 for ; Thu, 15 Aug 2019 06:57:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4ACAE2886E; Thu, 15 Aug 2019 06:57:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D25C028868 for ; Thu, 15 Aug 2019 06:57:05 +0000 (UTC) X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Wed, 14 Aug 2019 23:57:05 -0700 X-Received: by mail.kernel.org (Postfix) id 6CFE62133F; Thu, 15 Aug 2019 06:57:04 +0000 (UTC) X-Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (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 0BE4B2084D for ; Thu, 15 Aug 2019 06:57:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0BE4B2084D X-Received: by mail-lf1-f68.google.com with SMTP id b29so1021845lfq.1 for ; Wed, 14 Aug 2019 23:57:03 -0700 (PDT) X-Gm-Message-State: APjAAAUOINjF30pCqYwPjAIkI8VJnvThvAYKHUAbo2y5+lcBRQ3ik5rY 56OK05PowN/euoHHJFQoD8cvpeAiAhU= X-Google-Smtp-Source: APXvYqzfCzhF11z2F4XsMUzO2mumPQq0sKbZSqSSnFlIg89QB+a7wZox9HdKZUoyffMFbn6H6j1c3A== X-Received: by 2002:ac2:44ce:: with SMTP id d14mr1626809lfm.143.1565852222061; Wed, 14 Aug 2019 23:57:02 -0700 (PDT) X-Received: from jax (h-84-105.A175.priv.bahnhof.se. [79.136.84.105]) by smtp.gmail.com with ESMTPSA id i17sm303452lfp.94.2019.08.14.23.57.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 14 Aug 2019 23:57:01 -0700 (PDT) Date: Thu, 15 Aug 2019 08:56:59 +0200 From: Jens Wiklander To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Linux Kernel Mailing List , Linux ARM Subject: [GIT PULL] tee subsys for v5.4 Message-ID: <20190815065659.GA13498@jax> MIME-Version: 1.0 User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1565852225; bh=0RWZExCO7sduni2/bAKGZyoSPL1q3/0J3zn6jmZq2M0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=xcDOQm5QLx40uK9jP2jFRZqEE3XYVeqtz6OswQOvx2HNF5bxIf2TIqAFdpRa6Pf5IAu kTwH2EJbo3ECY+QDTxnx/SzSAvsrSaeLuTjg6CmIG/+fMncip73k2Cpru4nh4AejgPx6M 4m/ckYWv2aQT1XYYLgHnBcj4urAlT+0lnUM= X-Virus-Scanned: ClamAV using ClamSMTP Hello arm-soc maintainers, Please pull this OP-TEE driver patch. It adds a call to might_sleep() during RPC in the OP-TEE driver in order to be more friendly with CONFIG_PREEMPT_VOLUNTARY. Thanks, Jens The following changes since commit 0ecfebd2b52404ae0c54a878c872bb93363ada36: Linux 5.2 (2019-07-07 15:41:56 -0700) are available in the Git repository at: git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-optee-for-5.4 for you to fetch changes up to 9f02b8f61f29f4518581770d57bfffe99b1ea599: tee: optee: add might_sleep for RPC requests (2019-07-08 22:38:56 +0200) ---------------------------------------------------------------- Add might_sleep() in OP-TEE RPC requests ---------------------------------------------------------------- Rouven Czerwinski (1): tee: optee: add might_sleep for RPC requests drivers/tee/optee/call.c | 1 + 1 file changed, 1 insertion(+) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#340): https://linux.kernel.org/g/patchwork-soc/message/340 Mute This Topic: https://linux.kernel.org/mt/32884179/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-