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, 21 Jan 2022 16:59:49 +0000
From:   Catalin Marinas <catalin.marinas@....com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Will Deacon <will@...nel.org>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] arm64 fixes for 5.17-rc1

Hi Linus,

Please pull the arm64 updates below, some fixes that turned up during
the merging window. Thanks.

The following changes since commit 945409a6ef442cfe5f2f14e5626d4306d53100f0:

  Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/core (2022-01-05 18:14:32 +0000)

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 bb425a7598479fa0f171ec806033c440f218b0ce:

  arm64: mm: apply __ro_after_init to memory_limit (2022-01-20 09:15:16 +0000)

----------------------------------------------------------------
arm64 fixes/cleanups:

- Add brackets to the io_stop_wc macro.

- Avoid -Warray-bounds warning with the LSE atomics inline asm.

- Apply __ro_after_init to memory_limit.

----------------------------------------------------------------
Kees Cook (1):
      arm64: atomics: lse: Dereference matching size

Peng Fan (1):
      arm64: mm: apply __ro_after_init to memory_limit

Xiongfeng Wang (1):
      asm-generic: Add missing brackets for io_stop_wc macro

 arch/arm64/include/asm/atomic_lse.h | 2 +-
 arch/arm64/include/asm/cmpxchg.h    | 2 +-
 arch/arm64/mm/init.c                | 2 +-
 include/asm-generic/barrier.h       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
Catalin

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ