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]
Message-ID: <mhng-8b83335c-43d4-4912-a2b6-2d609e10d7bf@palmerdabbelt-glaptop>
Date:   Sat, 05 Jun 2021 07:36:40 -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.13-rc5

The following changes since commit bab0d47c0ebb50ae0bcfa4e84986a60113bf7d6b:

  riscv: kexec: Fix W=1 build warnings (2021-05-22 22:05:30 -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.13-rc5

for you to fetch changes up to 160ce364167fabf8df5bebfff1b38fd5d8c146c9:

  Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixes (2021-06-01 21:17:08 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.13-rc5

* Build with '-mno-relax' when using LLVM's linker, which doesn't
  support linker relaxation.
* A fix to build without SiFive's errata.
* A fix to use PAs during init_resources()
* A fix to avoid W+X mappings during boot.

----------------------------------------------------------------
Jisheng Zhang (1):
      riscv: mm: Fix W+X mappings at boot

Khem Raj (1):
      riscv: Use -mno-relax when using lld linker

Palmer Dabbelt (1):
      Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixes

Vincent (1):
      riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabled

Wende Tan (1):
      RISC-V: Fix memblock_free() usages in init_resources()

 arch/riscv/Makefile               | 9 +++++++++
 arch/riscv/errata/sifive/Makefile | 2 +-
 arch/riscv/kernel/setup.c         | 4 ++--
 arch/riscv/mm/init.c              | 8 ++++++--
 4 files changed, 18 insertions(+), 5 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ