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, 25 Jul 2020 11:30:54 -0700 (PDT)
From:   Palmer Dabbelt <palmer@...belt.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:         linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 5.8-rc7

The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7:

  Linux 5.8-rc6 (2020-07-19 15:41:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.8-rc7

for you to fetch changes up to fa5a198359053c8e21dcc2b39c0e13871059bc9f:

  riscv: Parse all memory blocks to remove unusable memory (2020-07-24 22:08:25 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.8-rc7

I have a few more fixes this week:

* A fix to avoid using SBI calls during kasan initialization, as the SBI calls
  themselves have not been probed yet.
* Three fixes related to systems with multiple memory regions.

----------------------------------------------------------------
Atish Patra (3):
      RISC-V: Set maximum number of mapped pages correctly
      RISC-V: Do not rely on initrd_start/end computed during early dt parsing
      riscv: Parse all memory blocks to remove unusable memory

Vincent Chen (1):
      riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfence

 arch/riscv/mm/init.c       | 66 +++++++++++++++++++++++++++++++---------------
 arch/riscv/mm/kasan_init.c |  4 +--
 2 files changed, 47 insertions(+), 23 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ