All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fixes for 5.19-rc1
@ 2022-06-03 17:33 ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2022-06-03 17:33 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-arm-kernel, linux-kernel, Will Deacon, Jason A. Donenfeld,
	Ard Biesheuvel

Hi Linus,

Please pull the arm64 fixes below. Most of issues addressed were
introduced during this merging window. Thanks.

The following changes since commit 0616ea3f1b93a99264d84f3d002ae117f6526b62:

  Merge branch 'for-next/esr-elx-64-bit' into for-next/core (2022-05-20 18:51:54 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 78c09c0f4df89fabdcfb3e5e53d3196cf67f64ef:

  kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported (2022-06-02 20:29:17 +0100)

----------------------------------------------------------------
arm64 fixes for 5.19-rc1:

- Initialise jump labels before setup_machine_fdt(), needed by commit
  f5bda35fba61 ("random: use static branch for crng_ready()").

- Sparse warnings: missing prototype, incorrect __user annotation.

- Skip SVE kselftest if not sufficient vector lengths supported.

----------------------------------------------------------------
Catalin Marinas (1):
      arm64: Remove the __user annotation for the restore_za_context() argument

Chengming Zhou (1):
      ftrace/fgraph: fix increased missing-prototypes warnings

Cristian Marussi (1):
      kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported

Stephen Boyd (1):
      arm64: Initialize jump labels before setup_machine_fdt()

Xiang wangx (1):
      arm64: hibernate: Fix syntax errors in comments

 arch/arm64/kernel/hibernate.c                                      | 2 +-
 arch/arm64/kernel/setup.c                                          | 7 ++++---
 arch/arm64/kernel/signal.c                                         | 2 +-
 kernel/trace/fgraph.c                                              | 2 ++
 .../arm64/signal/testcases/fake_sigreturn_sve_change_vl.c          | 2 ++
 5 files changed, 10 insertions(+), 5 deletions(-)

-- 
Catalin

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

* [GIT PULL] arm64 fixes for 5.19-rc1
@ 2022-06-03 17:33 ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2022-06-03 17:33 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-arm-kernel, linux-kernel, Will Deacon, Jason A. Donenfeld,
	Ard Biesheuvel

Hi Linus,

Please pull the arm64 fixes below. Most of issues addressed were
introduced during this merging window. Thanks.

The following changes since commit 0616ea3f1b93a99264d84f3d002ae117f6526b62:

  Merge branch 'for-next/esr-elx-64-bit' into for-next/core (2022-05-20 18:51:54 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to 78c09c0f4df89fabdcfb3e5e53d3196cf67f64ef:

  kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported (2022-06-02 20:29:17 +0100)

----------------------------------------------------------------
arm64 fixes for 5.19-rc1:

- Initialise jump labels before setup_machine_fdt(), needed by commit
  f5bda35fba61 ("random: use static branch for crng_ready()").

- Sparse warnings: missing prototype, incorrect __user annotation.

- Skip SVE kselftest if not sufficient vector lengths supported.

----------------------------------------------------------------
Catalin Marinas (1):
      arm64: Remove the __user annotation for the restore_za_context() argument

Chengming Zhou (1):
      ftrace/fgraph: fix increased missing-prototypes warnings

Cristian Marussi (1):
      kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported

Stephen Boyd (1):
      arm64: Initialize jump labels before setup_machine_fdt()

Xiang wangx (1):
      arm64: hibernate: Fix syntax errors in comments

 arch/arm64/kernel/hibernate.c                                      | 2 +-
 arch/arm64/kernel/setup.c                                          | 7 ++++---
 arch/arm64/kernel/signal.c                                         | 2 +-
 kernel/trace/fgraph.c                                              | 2 ++
 .../arm64/signal/testcases/fake_sigreturn_sve_change_vl.c          | 2 ++
 5 files changed, 10 insertions(+), 5 deletions(-)

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] arm64 fixes for 5.19-rc1
  2022-06-03 17:33 ` Catalin Marinas
@ 2022-06-03 21:49   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-03 21:49 UTC (permalink / raw)
  To: Catalin Marinas
  Cc: Linus Torvalds, linux-arm-kernel, linux-kernel, Will Deacon,
	Jason A. Donenfeld, Ard Biesheuvel

The pull request you sent on Fri, 3 Jun 2022 18:33:59 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/21873bd66b6e6040d95d0a33525ea6933bdc6c71

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] arm64 fixes for 5.19-rc1
@ 2022-06-03 21:49   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-03 21:49 UTC (permalink / raw)
  To: Catalin Marinas
  Cc: Linus Torvalds, linux-arm-kernel, linux-kernel, Will Deacon,
	Jason A. Donenfeld, Ard Biesheuvel

The pull request you sent on Fri, 3 Jun 2022 18:33:59 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/21873bd66b6e6040d95d0a33525ea6933bdc6c71

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-06-03 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 17:33 [GIT PULL] arm64 fixes for 5.19-rc1 Catalin Marinas
2022-06-03 17:33 ` Catalin Marinas
2022-06-03 21:49 ` pr-tracker-bot
2022-06-03 21:49   ` pr-tracker-bot

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.