All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] AMDTEE fix for v6.5
@ 2023-06-06  7:58 ` Jens Wiklander
  0 siblings, 0 replies; 10+ messages in thread
From: Jens Wiklander @ 2023-06-06  7:58 UTC (permalink / raw)
  To: op-tee

[-- Attachment #1: Type: text/plain, Size: 1214 bytes --]

Hello arm-soc maintainers,

Please pull this AMDTEE driver fix to add a return origin field to the
struct tee_cmd_load_ta used when loading a Trusted Application into the
AMDTEE. This change is backward compatible.

Note that this isn't a usual Arm driver update. This targets AMD instead,
but is part of the TEE subsystem.

Thanks,
Jens

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/amdtee-fix-for-v6.5

for you to fetch changes up to 436eeae0411acdfc54521ddea80ee76d4ae8a7ea:

  tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' (2023-05-15 08:29:52 +0200)

----------------------------------------------------------------
AMDTEE add return origin to load TA command

----------------------------------------------------------------
Rijo Thomas (1):
      tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'

 drivers/tee/amdtee/amdtee_if.h | 10 ++++++----
 drivers/tee/amdtee/call.c      | 30 +++++++++++++++++-------------
 2 files changed, 23 insertions(+), 17 deletions(-)

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

* [GIT PULL] AMDTEE fix for v6.5
@ 2023-06-06  7:58 ` Jens Wiklander
  0 siblings, 0 replies; 10+ messages in thread
From: Jens Wiklander @ 2023-06-06  7:58 UTC (permalink / raw)
  To: arm, soc; +Cc: Linux Kernel Mailing List, op-tee

Hello arm-soc maintainers,

Please pull this AMDTEE driver fix to add a return origin field to the
struct tee_cmd_load_ta used when loading a Trusted Application into the
AMDTEE. This change is backward compatible.

Note that this isn't a usual Arm driver update. This targets AMD instead,
but is part of the TEE subsystem.

Thanks,
Jens

The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/amdtee-fix-for-v6.5

for you to fetch changes up to 436eeae0411acdfc54521ddea80ee76d4ae8a7ea:

  tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' (2023-05-15 08:29:52 +0200)

----------------------------------------------------------------
AMDTEE add return origin to load TA command

----------------------------------------------------------------
Rijo Thomas (1):
      tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'

 drivers/tee/amdtee/amdtee_if.h | 10 ++++++----
 drivers/tee/amdtee/call.c      | 30 +++++++++++++++++-------------
 2 files changed, 23 insertions(+), 17 deletions(-)

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

* Re: [GIT PULL] AMDTEE fix for v6.5
  2023-06-06  7:58 ` Jens Wiklander
@ 2023-06-06 11:46   ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2023-06-06 11:46 UTC (permalink / raw)
  To: op-tee

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

On Tue, Jun 6, 2023, at 09:58, Jens Wiklander wrote:
> Hello arm-soc maintainers,
>
> Please pull this AMDTEE driver fix to add a return origin field to the
> struct tee_cmd_load_ta used when loading a Trusted Application into the
> AMDTEE. This change is backward compatible.
>
> Note that this isn't a usual Arm driver update. This targets AMD instead,
> but is part of the TEE subsystem.
>
> Thanks,
> Jens
>
> The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:
>
>   Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/jens.wiklander/linux-tee.git 
> tags/amdtee-fix-for-v6.5
>
> for you to fetch changes up to 436eeae0411acdfc54521ddea80ee76d4ae8a7ea:

I see there is only one patch here, and it is marked as 'Cc: stable',
so I assume  you meant this to be include in v6.4, not 6.5. Can you
confirm that?

     Arnd

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

* Re: [GIT PULL] AMDTEE fix for v6.5
@ 2023-06-06 11:46   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2023-06-06 11:46 UTC (permalink / raw)
  To: Jens Wiklander, arm, soc; +Cc: Linux Kernel Mailing List, op-tee

On Tue, Jun 6, 2023, at 09:58, Jens Wiklander wrote:
> Hello arm-soc maintainers,
>
> Please pull this AMDTEE driver fix to add a return origin field to the
> struct tee_cmd_load_ta used when loading a Trusted Application into the
> AMDTEE. This change is backward compatible.
>
> Note that this isn't a usual Arm driver update. This targets AMD instead,
> but is part of the TEE subsystem.
>
> Thanks,
> Jens
>
> The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:
>
>   Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/jens.wiklander/linux-tee.git 
> tags/amdtee-fix-for-v6.5
>
> for you to fetch changes up to 436eeae0411acdfc54521ddea80ee76d4ae8a7ea:

I see there is only one patch here, and it is marked as 'Cc: stable',
so I assume  you meant this to be include in v6.4, not 6.5. Can you
confirm that?

     Arnd

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

* Re: [GIT PULL] AMDTEE fix for v6.5
  2023-06-06 11:46   ` Arnd Bergmann
@ 2023-06-07  6:53     ` Jens Wiklander
  -1 siblings, 0 replies; 10+ messages in thread
From: Jens Wiklander @ 2023-06-07  6:53 UTC (permalink / raw)
  To: op-tee

[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]

Hi Arnd,

On Tue, Jun 6, 2023 at 1:47 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Tue, Jun 6, 2023, at 09:58, Jens Wiklander wrote:
> > Hello arm-soc maintainers,
> >
> > Please pull this AMDTEE driver fix to add a return origin field to the
> > struct tee_cmd_load_ta used when loading a Trusted Application into the
> > AMDTEE. This change is backward compatible.
> >
> > Note that this isn't a usual Arm driver update. This targets AMD instead,
> > but is part of the TEE subsystem.
> >
> > Thanks,
> > Jens
> >
> > The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:
> >
> >   Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)
> >
> > are available in the Git repository at:
> >
> >   https://git.linaro.org/people/jens.wiklander/linux-tee.git
> > tags/amdtee-fix-for-v6.5
> >
> > for you to fetch changes up to 436eeae0411acdfc54521ddea80ee76d4ae8a7ea:
>
> I see there is only one patch here, and it is marked as 'Cc: stable',
> so I assume  you meant this to be include in v6.4, not 6.5. Can you
> confirm that?

If you don't mind taking it for v6.4 that's even better.

Thanks,
Jens

>
>      Arnd

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

* Re: [GIT PULL] AMDTEE fix for v6.5
@ 2023-06-07  6:53     ` Jens Wiklander
  0 siblings, 0 replies; 10+ messages in thread
From: Jens Wiklander @ 2023-06-07  6:53 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: arm, soc, Linux Kernel Mailing List, op-tee

Hi Arnd,

On Tue, Jun 6, 2023 at 1:47 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Tue, Jun 6, 2023, at 09:58, Jens Wiklander wrote:
> > Hello arm-soc maintainers,
> >
> > Please pull this AMDTEE driver fix to add a return origin field to the
> > struct tee_cmd_load_ta used when loading a Trusted Application into the
> > AMDTEE. This change is backward compatible.
> >
> > Note that this isn't a usual Arm driver update. This targets AMD instead,
> > but is part of the TEE subsystem.
> >
> > Thanks,
> > Jens
> >
> > The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:
> >
> >   Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)
> >
> > are available in the Git repository at:
> >
> >   https://git.linaro.org/people/jens.wiklander/linux-tee.git
> > tags/amdtee-fix-for-v6.5
> >
> > for you to fetch changes up to 436eeae0411acdfc54521ddea80ee76d4ae8a7ea:
>
> I see there is only one patch here, and it is marked as 'Cc: stable',
> so I assume  you meant this to be include in v6.4, not 6.5. Can you
> confirm that?

If you don't mind taking it for v6.4 that's even better.

Thanks,
Jens

>
>      Arnd

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

* Re: [GIT PULL] AMDTEE fix for v6.5
  2023-06-07  6:53     ` Jens Wiklander
@ 2023-06-07 13:58   ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2023-06-07 13:58 UTC (permalink / raw)
  To: op-tee

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

On Wed, Jun 7, 2023, at 08:53, Jens Wiklander wrote:
> On Tue, Jun 6, 2023 at 1:47 PM Arnd Bergmann <arnd@arndb.de> wrote:
>> On Tue, Jun 6, 2023, at 09:58, Jens Wiklander wrote:
>> > Hello arm-soc maintainers,
>> >
>> > Please pull this AMDTEE driver fix to add a return origin field to the
>> > struct tee_cmd_load_ta used when loading a Trusted Application into the
>> > AMDTEE. This change is backward compatible.
>> >
>> > Note that this isn't a usual Arm driver update. This targets AMD instead,
>> > but is part of the TEE subsystem.
>> >
>>
>> I see there is only one patch here, and it is marked as 'Cc: stable',
>> so I assume  you meant this to be include in v6.4, not 6.5. Can you
>> confirm that?
>
> If you don't mind taking it for v6.4 that's even better.

Yes, done that now. 

       Arnd

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

* Re: [GIT PULL] AMDTEE fix for v6.5
@ 2023-06-07 13:58   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2023-06-07 13:58 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: arm, soc, Linux Kernel Mailing List, op-tee

On Wed, Jun 7, 2023, at 08:53, Jens Wiklander wrote:
> On Tue, Jun 6, 2023 at 1:47 PM Arnd Bergmann <arnd@arndb.de> wrote:
>> On Tue, Jun 6, 2023, at 09:58, Jens Wiklander wrote:
>> > Hello arm-soc maintainers,
>> >
>> > Please pull this AMDTEE driver fix to add a return origin field to the
>> > struct tee_cmd_load_ta used when loading a Trusted Application into the
>> > AMDTEE. This change is backward compatible.
>> >
>> > Note that this isn't a usual Arm driver update. This targets AMD instead,
>> > but is part of the TEE subsystem.
>> >
>>
>> I see there is only one patch here, and it is marked as 'Cc: stable',
>> so I assume  you meant this to be include in v6.4, not 6.5. Can you
>> confirm that?
>
> If you don't mind taking it for v6.4 that's even better.

Yes, done that now. 

       Arnd

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

* Re: [GIT PULL] AMDTEE fix for v6.5
  2023-06-06  7:58 ` Jens Wiklander
  (?)
  (?)
@ 2023-06-09 13:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 10+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-09 13:10 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 6 Jun 2023 09:58:43 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this AMDTEE driver fix to add a return origin field to the
> struct tee_cmd_load_ta used when loading a Trusted Application into the
> AMDTEE. This change is backward compatible.
> 
> Note that this isn't a usual Arm driver update. This targets AMD instead,
> but is part of the TEE subsystem.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] AMDTEE fix for v6.5
    https://git.kernel.org/soc/soc/c/abd649fdf91a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] AMDTEE fix for v6.5
  2023-06-06  7:58 ` Jens Wiklander
                   ` (2 preceding siblings ...)
  (?)
@ 2023-06-09 13:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 10+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-09 13:10 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 6 Jun 2023 09:58:43 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this AMDTEE driver fix to add a return origin field to the
> struct tee_cmd_load_ta used when loading a Trusted Application into the
> AMDTEE. This change is backward compatible.
> 
> Note that this isn't a usual Arm driver update. This targets AMD instead,
> but is part of the TEE subsystem.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] AMDTEE fix for v6.5
    https://git.kernel.org/soc/soc/c/abd649fdf91a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-06-09 13:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06  7:58 [GIT PULL] AMDTEE fix for v6.5 Jens Wiklander
2023-06-06  7:58 ` Jens Wiklander
2023-06-06 11:46 ` Arnd Bergmann
2023-06-06 11:46   ` Arnd Bergmann
2023-06-07  6:53   ` Jens Wiklander
2023-06-07  6:53     ` Jens Wiklander
2023-06-09 13:10 ` patchwork-bot+linux-soc
2023-06-09 13:10 ` patchwork-bot+linux-soc
     [not found] < <CAHUa44E5RjMqeTp1Sr_7=Eavu3T+q2YVg-V-_gLWpO5sjJ-Vhg@mail.gmail.com>
2023-06-07 13:58 ` Arnd Bergmann
2023-06-07 13:58   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.