public inbox for soc@kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Fix uninitialized variable in OP-TEE driver for v6.3
@ 2023-04-21  7:54 Jens Wiklander
  2023-05-23  6:14 ` Jens Wiklander
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jens Wiklander @ 2023-04-21  7:54 UTC (permalink / raw)
  To: arm, soc; +Cc: Linux Kernel Mailing List, op-tee

Hello arm-soc maintainers,

Please pull this small patch fixing an unintialized variable in the
OP-TEE driver. The error has been reported recently by the kernel test
robot.

I realize that this is late for v6.3, please queue this for v6.4 instead
if v6.3 isn't possible.

Thanks,
Jens

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-async-notif-fix-for-v6.3

for you to fetch changes up to 654d0310007146fae87b0c1a68f81e53ad519b14:

  optee: fix uninited async notif value (2023-04-20 14:52:25 +0200)

----------------------------------------------------------------
Fixes an uninitialized variable in OP-TEE driver

----------------------------------------------------------------
Etienne Carriere (1):
      optee: fix uninited async notif value

 drivers/tee/optee/smc_abi.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

* Re: [GIT PULL] Fix uninitialized variable in OP-TEE driver for v6.3
  2023-04-21  7:54 [GIT PULL] Fix uninitialized variable in OP-TEE driver for v6.3 Jens Wiklander
@ 2023-05-23  6:14 ` Jens Wiklander
  2023-05-25 15:47 ` patchwork-bot+linux-soc
  2023-05-25 15:58 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: Jens Wiklander @ 2023-05-23  6:14 UTC (permalink / raw)
  To: arm, soc; +Cc: Linux Kernel Mailing List, op-tee

Hi,

On Fri, Apr 21, 2023 at 9:54 AM Jens Wiklander
<jens.wiklander@linaro.org> wrote:
>
> Hello arm-soc maintainers,
>
> Please pull this small patch fixing an unintialized variable in the
> OP-TEE driver. The error has been reported recently by the kernel test
> robot.
>
> I realize that this is late for v6.3, please queue this for v6.4 instead
> if v6.3 isn't possible.

I noticed that this hasn't been merged yet. Perhaps it fell between
the cracks, or do you see an issue with it?

Thanks,
Jens

>
> Thanks,
> Jens
>
> The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
>
>   Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-async-notif-fix-for-v6.3
>
> for you to fetch changes up to 654d0310007146fae87b0c1a68f81e53ad519b14:
>
>   optee: fix uninited async notif value (2023-04-20 14:52:25 +0200)
>
> ----------------------------------------------------------------
> Fixes an uninitialized variable in OP-TEE driver
>
> ----------------------------------------------------------------
> Etienne Carriere (1):
>       optee: fix uninited async notif value
>
>  drivers/tee/optee/smc_abi.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

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

* Re: [GIT PULL] Fix uninitialized variable in OP-TEE driver for v6.3
  2023-04-21  7:54 [GIT PULL] Fix uninitialized variable in OP-TEE driver for v6.3 Jens Wiklander
  2023-05-23  6:14 ` Jens Wiklander
@ 2023-05-25 15:47 ` patchwork-bot+linux-soc
  2023-05-25 15:58 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2023-05-25 15:47 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 Fri, 21 Apr 2023 09:54:43 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small patch fixing an unintialized variable in the
> OP-TEE driver. The error has been reported recently by the kernel test
> robot.
> 
> I realize that this is late for v6.3, please queue this for v6.4 instead
> if v6.3 isn't possible.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fix uninitialized variable in OP-TEE driver for v6.3
    https://git.kernel.org/soc/soc/c/9bafc2bb469c

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] 4+ messages in thread

* Re: [GIT PULL] Fix uninitialized variable in OP-TEE driver for v6.3
  2023-04-21  7:54 [GIT PULL] Fix uninitialized variable in OP-TEE driver for v6.3 Jens Wiklander
  2023-05-23  6:14 ` Jens Wiklander
  2023-05-25 15:47 ` patchwork-bot+linux-soc
@ 2023-05-25 15:58 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2023-05-25 15:58 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 Fri, 21 Apr 2023 09:54:43 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small patch fixing an unintialized variable in the
> OP-TEE driver. The error has been reported recently by the kernel test
> robot.
> 
> I realize that this is late for v6.3, please queue this for v6.4 instead
> if v6.3 isn't possible.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fix uninitialized variable in OP-TEE driver for v6.3
    https://git.kernel.org/soc/soc/c/9bafc2bb469c

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] 4+ messages in thread

end of thread, other threads:[~2023-05-25 15:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21  7:54 [GIT PULL] Fix uninitialized variable in OP-TEE driver for v6.3 Jens Wiklander
2023-05-23  6:14 ` Jens Wiklander
2023-05-25 15:47 ` patchwork-bot+linux-soc
2023-05-25 15:58 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox