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:   Sat,  8 Aug 2020 21:53:12 +0100
From:   Catalin Marinas <catalin.marinas@....com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Will Deacon <will@...nel.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] arm64 fix for 5.9-rc1

Hi Linus,

Please pull the arm64 updates below. The fix addresses a symbol export
for the tegra194-cpufreq module that made its way into mainline (the
issue was found in -next but still debating an alternative fix without
exporting __cpu_logical_map).

Thanks.

The following changes since commit 0e4cd9f2654915be8d09a1bd1b405ce5426e64c4:

  Merge branch 'for-next/read-barrier-depends' into for-next/core (2020-07-31 18:09:57 +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 eaecca9e7710281be7c31d892c9f447eafd7ddd9:

  arm64: Fix __cpu_logical_map undefined issue (2020-08-08 19:25:04 +0100)

----------------------------------------------------------------
- Fix tegra194-cpufreq module build failure caused  __cpu_logical_map
  not exported.

- Improve fixed_addresses comment regarding the fixmap buffer sizes.

----------------------------------------------------------------
Kefeng Wang (1):
      arm64: Fix __cpu_logical_map undefined issue

Pingfan Liu (1):
      arm64/fixmap: make notes of fixed_addresses more precisely

 arch/arm64/include/asm/fixmap.h | 7 +++----
 arch/arm64/include/asm/smp.h    | 7 ++++++-
 arch/arm64/kernel/setup.c       | 8 +++++++-
 arch/arm64/kernel/smp.c         | 6 +++---
 4 files changed, 19 insertions(+), 9 deletions(-)

Powered by blists - more mailing lists