All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Will Deacon <will@kernel.org>,
	"Jason A. Donenfeld" <Jason@zx2c4.com>,
	Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] arm64 fixes for 5.19-rc1
Date: Fri, 3 Jun 2022 18:33:59 +0100	[thread overview]
Message-ID: <YppGB+DX5lGjlBEq@arm.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Will Deacon <will@kernel.org>,
	"Jason A. Donenfeld" <Jason@zx2c4.com>,
	Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] arm64 fixes for 5.19-rc1
Date: Fri, 3 Jun 2022 18:33:59 +0100	[thread overview]
Message-ID: <YppGB+DX5lGjlBEq@arm.com> (raw)

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

             reply	other threads:[~2022-06-03 17:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03 17:33 Catalin Marinas [this message]
2022-06-03 17:33 ` [GIT PULL] arm64 fixes for 5.19-rc1 Catalin Marinas
2022-06-03 21:49 ` pr-tracker-bot
2022-06-03 21:49   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YppGB+DX5lGjlBEq@arm.com \
    --to=catalin.marinas@arm.com \
    --cc=Jason@zx2c4.com \
    --cc=ardb@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.