2019-08-15 07:07:09

by Jens Wiklander

[permalink] [raw]
Subject: [GIT PULL] tee subsys for v5.4

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(+)


2019-08-15 14:52:11

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL] tee subsys for v5.4

On Thu, Aug 15, 2019 at 8:57 AM Jens Wiklander
<[email protected]> 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