lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 3 Jun 2022 18:33:59 +0100
From:   Catalin Marinas <catalin.marinas@....com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        Will Deacon <will@...nel.org>,
        "Jason A. Donenfeld" <Jason@...c4.com>,
        Ard Biesheuvel <ardb@...nel.org>
Subject: [GIT PULL] arm64 fixes for 5.19-rc1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ