mbox series

[GIT,PULL] tee subsys for v5.4

Message ID 20190815065659.GA13498@jax
State New
Headers show
Series [GIT,PULL] tee subsys for v5.4 | expand

Pull-request

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-optee-for-5.4

Message

Jens Wiklander Aug. 15, 2019, 6:56 a.m. UTC
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(+)

Comments

Arnd Bergmann Aug. 15, 2019, 12:39 p.m. UTC | #1
On Thu, Aug 15, 2019 at 8:57 AM Jens Wiklander
<jens.wiklander@linaro.org> wrote:
>
> 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.
>

Pulled into arm/drivers, thanks!

      Arnd