linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] tee subsys for v4.21
@ 2018-12-12 12:31 Jens Wiklander
  2018-12-12 21:38 ` Olof Johansson
  2018-12-31 21:06 ` Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Jens Wiklander @ 2018-12-12 12:31 UTC (permalink / raw)
  To: arm-soc; +Cc: Linux Kernel Mailing List, Linux ARM

Hello arm-soc maintainers,

Please pull this small OP-TEE driver enhancement. A friendly log message
is added to inform that dynamic shared memory is used when initiazing
the OP-TEE driver.

Thanks,
Jens

The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:

  Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-subsys-optee-for-4.21

for you to fetch changes up to 3c15ddb97c77f34ba009910becd5921f169770a2:

  tee: optee: log message if dynamic shm is enabled (2018-12-11 14:38:40 +0100)

----------------------------------------------------------------
OP-TEE dynamic shm log message

Adds a log message in the OP-TEE driver to inform that dynamic shared
memory is enabled.

----------------------------------------------------------------
Victor Chong (1):
      tee: optee: log message if dynamic shm is enabled

 drivers/tee/optee/core.c | 3 +++
 1 file changed, 3 insertions(+)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] tee subsys for v4.21
  2018-12-12 12:31 [GIT PULL] tee subsys for v4.21 Jens Wiklander
@ 2018-12-12 21:38 ` Olof Johansson
  2018-12-13  7:33   ` Jens Wiklander
  2018-12-31 21:06 ` Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2018-12-12 21:38 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: arm-soc, Linux Kernel Mailing List, Linux ARM

On Wed, Dec 12, 2018 at 01:31:21PM +0100, Jens Wiklander wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small OP-TEE driver enhancement. A friendly log message
> is added to inform that dynamic shared memory is used when initiazing
> the OP-TEE driver.

Hi Jens,

We generally try to keep our branches based on quite early -rc releases (rc
1/2/3), to avoid having to merge-back into our tree from upstream too much.

Your branch is unfortunately based on -rc6. Would you prefer to respin it with
an older base, or should I cherry-pick over the patch from it? Either is OK
with me.


Thanks!


-Olof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] tee subsys for v4.21
  2018-12-12 21:38 ` Olof Johansson
@ 2018-12-13  7:33   ` Jens Wiklander
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Wiklander @ 2018-12-13  7:33 UTC (permalink / raw)
  To: Olof Johansson; +Cc: arm-soc, Linux Kernel Mailing List, Linux ARM

Hi Olof,

On Wed, Dec 12, 2018 at 11:16 PM Olof Johansson <olof@lixom.net> wrote:
>
> On Wed, Dec 12, 2018 at 01:31:21PM +0100, Jens Wiklander wrote:
> > Hello arm-soc maintainers,
> >
> > Please pull this small OP-TEE driver enhancement. A friendly log message
> > is added to inform that dynamic shared memory is used when initiazing
> > the OP-TEE driver.
>
> Hi Jens,
>
> We generally try to keep our branches based on quite early -rc releases (rc
> 1/2/3), to avoid having to merge-back into our tree from upstream too much.

Sorry, I'll keep that in mind from now on.

>
> Your branch is unfortunately based on -rc6. Would you prefer to respin it with
> an older base, or should I cherry-pick over the patch from it? Either is OK
> with me.

If you don't mind cherry-pick over please do so.

Thanks,
Jens

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] tee subsys for v4.21
  2018-12-12 12:31 [GIT PULL] tee subsys for v4.21 Jens Wiklander
  2018-12-12 21:38 ` Olof Johansson
@ 2018-12-31 21:06 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-12-31 21:06 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: arm-soc, Linux Kernel Mailing List, Linux ARM

On Wed, Dec 12, 2018 at 01:31:21PM +0100, Jens Wiklander wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small OP-TEE driver enhancement. A friendly log message
> is added to inform that dynamic shared memory is used when initiazing
> the OP-TEE driver.
> 
> Thanks,
> Jens
> 
> The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:
> 
>   Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-subsys-optee-for-4.21
> 
> for you to fetch changes up to 3c15ddb97c77f34ba009910becd5921f169770a2:
> 
>   tee: optee: log message if dynamic shm is enabled (2018-12-11 14:38:40 +0100)

Same as the other branch, queued this in next/late for now. Will send at end of
week.


-Olof


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-31 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-12 12:31 [GIT PULL] tee subsys for v4.21 Jens Wiklander
2018-12-12 21:38 ` Olof Johansson
2018-12-13  7:33   ` Jens Wiklander
2018-12-31 21:06 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).