mbox series

[GIT,PULL] AMDTEE fix for v6.5

Message ID 20230606075843.GA2792442@rayden (mailing list archive)
State Accepted
Commit abd649fdf91adf44c5bb46891b6d8741a14f90a5
Headers show
Series [GIT,PULL] AMDTEE fix for v6.5 | expand

Pull-request

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

Message

Jens Wiklander June 6, 2023, 7:58 a.m. UTC
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(-)

Comments

Arnd Bergmann June 6, 2023, 11:46 a.m. UTC | #1
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
Jens Wiklander June 7, 2023, 6:53 a.m. UTC | #2
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
Arnd Bergmann June 7, 2023, 1:58 p.m. UTC | #3
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
patchwork-bot+linux-soc@kernel.org June 9, 2023, 1:10 p.m. UTC | #4
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!
patchwork-bot+linux-soc@kernel.org June 9, 2023, 1:10 p.m. UTC | #5
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!